Skip to content

Commit 1077148

Browse files
committed
move react-native-safe-area-context to peerDeps
1 parent 0d3c55d commit 1077148

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

examples/package-lock.json

Lines changed: 13 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,16 @@
1212
"dependencies": {
1313
"@expo/webpack-config": "^19.0.0",
1414
"expo": "^49.0.13",
15+
"expo-splash-screen": "~0.20.5",
1516
"expo-status-bar": "~1.6.0",
1617
"react": "18.2.0",
1718
"react-dom": "18.2.0",
1819
"react-native": "0.72.5",
1920
"react-native-dropdown-picker": "file:../",
2021
"react-native-gesture-handler": "^2.28.0",
2122
"react-native-reanimated": "^4.1.2",
22-
"react-native-web": "~0.19.6",
23-
"expo-splash-screen": "~0.20.5"
23+
"react-native-safe-area-context": "^5.6.1",
24+
"react-native-web": "~0.19.6"
2425
},
2526
"devDependencies": {
2627
"@babel/core": "^7.23.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@
6767
"react": "*",
6868
"react-native": "*",
6969
"react-native-gesture-handler": "*",
70-
"react-native-safe-area-context": "*"
70+
"react-native-safe-area-context": "^5.6.1"
7171
}
7272
}

0 commit comments

Comments
 (0)