Skip to content

Commit c156670

Browse files
fix(mobile): expo doctor fails to pass 16/17
1 parent 2205127 commit c156670

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

apps/native/package.json

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,20 @@
2323
},
2424
"install": {
2525
"exclude": [
26-
"@sentry/react-native@~6.10.0",
26+
"@react-native-async-storage/async-storage@~2.1.2",
27+
"@sentry/react-native@~6.14.0",
2728
"@types/react@~18.2.79",
29+
2830
"react@~18.3.1",
2931
"react-dom@~18.3.1",
3032
"react-native@~0.76.7",
31-
"react-native-gesture-handler@~2.20.2",
32-
"react-native-reanimated@~3.16.1",
33-
"react-native-webview@~13.12.5",
34-
"react-native-safe-area-context@~4.12.0",
35-
"react-native-screens@~4.4.0",
36-
"react-native-svg@~15.8.0",
33+
34+
"react-native-gesture-handler@~2.24.0",
35+
"react-native-reanimated@~3.17.4",
36+
"react-native-webview@~13.13.5",
37+
"react-native-safe-area-context@~5.4.0",
38+
"react-native-screens@~4.11.1",
39+
"react-native-svg@~15.11.2",
3740
"typescript@~5.3.3"
3841
]
3942
},

0 commit comments

Comments
 (0)