WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 42ba291

Browse files
committed
fix: fix expo doctor
1 parent 462b237 commit 42ba291

File tree

5 files changed

+412
-600
lines changed

5 files changed

+412
-600
lines changed

cursor/example1.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

cursor/example2.md

Lines changed: 0 additions & 114 deletions
This file was deleted.

cursor/example3.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -41,24 +41,24 @@
4141
"e2e-test": "maestro test .maestro/ -e APP_ID=com.obytes.development"
4242
},
4343
"dependencies": {
44-
"@expo/metro-runtime": "^4.0.0",
44+
"@expo/metro-runtime": "^4.0.1",
4545
"@gorhom/bottom-sheet": "^5.0.5",
4646
"@hookform/resolvers": "^3.9.0",
4747
"@shopify/flash-list": "1.7.1",
4848
"@tanstack/react-query": "^5.52.1",
4949
"app-icon-badge": "^0.1.2",
5050
"axios": "^1.7.5",
51-
"expo": "~52.0.23",
52-
"expo-constants": "~17.0.3",
53-
"expo-dev-client": "~5.0.7",
54-
"expo-font": "~13.0.2",
55-
"expo-image": "~2.0.3",
56-
"expo-linking": "~7.0.3",
57-
"expo-localization": "~16.0.0",
58-
"expo-router": "~4.0.15",
59-
"expo-splash-screen": "~0.29.18",
60-
"expo-status-bar": "~2.0.0",
61-
"expo-system-ui": "~4.0.6",
51+
"expo": "~52.0.26",
52+
"expo-constants": "~17.0.4",
53+
"expo-dev-client": "~5.0.9",
54+
"expo-font": "~13.0.3",
55+
"expo-image": "~2.0.4",
56+
"expo-linking": "~7.0.4",
57+
"expo-localization": "~16.0.1",
58+
"expo-router": "~4.0.17",
59+
"expo-splash-screen": "~0.29.21",
60+
"expo-status-bar": "~2.0.1",
61+
"expo-system-ui": "~4.0.7",
6262
"i18next": "^23.14.0",
6363
"lodash.memoize": "^4.1.2",
6464
"moti": "^0.29.0",
@@ -68,7 +68,7 @@
6868
"react-error-boundary": "^4.0.13",
6969
"react-hook-form": "^7.53.0",
7070
"react-i18next": "^15.0.1",
71-
"react-native": "0.76.5",
71+
"react-native": "0.76.6",
7272
"react-native-edge-to-edge": "^1.1.2",
7373
"react-native-flash-message": "^0.4.2",
7474
"react-native-gesture-handler": "~2.20.2",
@@ -118,7 +118,7 @@
118118
"husky": "^9.1.5",
119119
"jest": "^29.7.0",
120120
"jest-environment-jsdom": "^29.7.0",
121-
"jest-expo": "~52.0.2",
121+
"jest-expo": "~52.0.3",
122122
"jest-junit": "^16.0.0",
123123
"lint-staged": "^15.2.9",
124124
"np": "^10.0.7",

0 commit comments

Comments
 (0)