Skip to content

Commit 56b4fde

Browse files
authored
Bump expo on v2 branch (#4052)
## Description Currently we use expo in preview-2 version. This one has some issues where [`pods` do not install ](expo/expo#38990). In this PR I bumped this to stable `54`, as well as `react-native` to `0.81.5` ## Test plan Test that now expo example on iOS build corectly
1 parent 7bf8b07 commit 56b4fde

2 files changed

Lines changed: 1619 additions & 1536 deletions

File tree

apps/expo-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
"@react-navigation/stack": "^7.2.10",
2222
"@swmansion/icons": "^0.0.1",
2323
"common-app": "workspace:*",
24-
"expo": "^54.0.0-preview.2",
24+
"expo": "^54.0.33",
2525
"expo-camera": "~17.0.2",
2626
"expo-status-bar": "~3.0.2",
2727
"react": "19.1.0",
2828
"react-dom": "19.1.0",
29-
"react-native": "0.81.0",
29+
"react-native": "0.81.5",
3030
"react-native-gesture-handler": "workspace:*",
3131
"react-native-reanimated": "^3.19.1",
3232
"react-native-safe-area-context": "~5.6.0",

0 commit comments

Comments
 (0)