Skip to content

Commit 6609156

Browse files
yjoseasdolo
authored andcommitted
fix: fix expo doctor
1 parent e16bc07 commit 6609156

File tree

5 files changed

+609
-676
lines changed

5 files changed

+609
-676
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
@@ -61,7 +61,7 @@
6161
"e2e-test": "maestro test .maestro/ -e APP_ID=com.obytes.development"
6262
},
6363
"dependencies": {
64-
"@expo/metro-runtime": "^4.0.0",
64+
"@expo/metro-runtime": "^4.0.1",
6565
"@gorhom/bottom-sheet": "^5.0.5",
6666
"@hookform/resolvers": "^3.9.0",
6767
"@lukemorales/query-key-factory": "^1.3.4",
@@ -71,17 +71,17 @@
7171
"app-icon-badge": "^0.1.2",
7272
"axios": "^1.7.5",
7373
"dayjs": "^1.11.13",
74-
"expo": "~52.0.23",
75-
"expo-constants": "~17.0.3",
76-
"expo-dev-client": "~5.0.7",
77-
"expo-font": "~13.0.2",
78-
"expo-image": "~2.0.3",
79-
"expo-linking": "~7.0.3",
80-
"expo-localization": "~16.0.0",
81-
"expo-router": "~4.0.15",
82-
"expo-splash-screen": "~0.29.18",
83-
"expo-status-bar": "~2.0.0",
84-
"expo-system-ui": "~4.0.6",
74+
"expo": "~52.0.26",
75+
"expo-constants": "~17.0.4",
76+
"expo-dev-client": "~5.0.9",
77+
"expo-font": "~13.0.3",
78+
"expo-image": "~2.0.4",
79+
"expo-linking": "~7.0.4",
80+
"expo-localization": "~16.0.1",
81+
"expo-router": "~4.0.17",
82+
"expo-splash-screen": "~0.29.21",
83+
"expo-status-bar": "~2.0.1",
84+
"expo-system-ui": "~4.0.7",
8585
"i18next": "^23.14.0",
8686
"lodash.memoize": "^4.1.2",
8787
"moti": "^0.29.0",
@@ -91,7 +91,7 @@
9191
"react-error-boundary": "^4.0.13",
9292
"react-hook-form": "^7.53.0",
9393
"react-i18next": "^15.0.1",
94-
"react-native": "0.76.5",
94+
"react-native": "0.76.6",
9595
"react-native-edge-to-edge": "^1.1.2",
9696
"react-native-flash-message": "^0.4.2",
9797
"react-native-gesture-handler": "~2.20.2",
@@ -146,7 +146,7 @@
146146
"husky": "^9.1.5",
147147
"jest": "^29.7.0",
148148
"jest-environment-jsdom": "^29.7.0",
149-
"jest-expo": "~52.0.2",
149+
"jest-expo": "~52.0.3",
150150
"jest-junit": "^16.0.0",
151151
"lint-staged": "^15.2.9",
152152
"np": "^10.0.7",

0 commit comments

Comments
 (0)