Skip to content

Commit e79ae2e

Browse files
committed
fix: react-native-safe-area-context ios build issue
1 parent 3737e73 commit e79ae2e

File tree

9 files changed

+1073
-523
lines changed

9 files changed

+1073
-523
lines changed

examples/ExpoMessaging/package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"@op-engineering/op-sqlite": "^6.0.4",
1414
"@react-native-community/netinfo": "11.3.1",
1515
"@react-navigation/elements": "^1.3.30",
16-
"expo": "~51.0.17",
17-
"expo-av": "~14.0.6",
18-
"expo-build-properties": "~0.12.3",
16+
"expo": "~51.0.28",
17+
"expo-av": "~14.0.7",
18+
"expo-build-properties": "~0.12.5",
1919
"expo-clipboard": "~6.0.3",
2020
"expo-constants": "~16.0.2",
2121
"expo-document-picker": "~12.0.2",
@@ -24,17 +24,16 @@
2424
"expo-image-manipulator": "~12.0.5",
2525
"expo-image-picker": "~15.0.7",
2626
"expo-linking": "~6.3.1",
27-
"expo-media-library": "~16.0.4",
28-
"expo-router": "~3.5.17",
27+
"expo-router": "~3.5.23",
2928
"expo-sharing": "~12.0.1",
3029
"expo-splash-screen": "~0.27.5",
3130
"expo-status-bar": "~1.12.1",
3231
"react": "18.2.0",
3332
"react-dom": "18.2.0",
34-
"react-native": "0.74.3",
33+
"react-native": "0.74.5",
3534
"react-native-gesture-handler": "~2.16.1",
3635
"react-native-reanimated": "~3.10.1",
37-
"react-native-safe-area-context": "4.10.1",
36+
"react-native-safe-area-context": "4.10.5",
3837
"react-native-screens": "3.31.1",
3938
"react-native-svg": "15.2.0",
4039
"react-native-web": "~0.19.6",

examples/ExpoMessaging/yarn.lock

Lines changed: 174 additions & 235 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)