mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-24 04:25:34 +08:00
fix: add safe-area-context to peer deps
This commit is contained in:
@@ -41,9 +41,6 @@
|
||||
"url": "https://github.com/react-navigation/react-navigation-stack/issues"
|
||||
},
|
||||
"homepage": "https://github.com/react-navigation/react-navigation-stack#readme",
|
||||
"dependencies": {
|
||||
"react-native-safe-area-view": "^0.14.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.5.0",
|
||||
"@commitlint/config-conventional": "^8.0.0",
|
||||
@@ -81,6 +78,7 @@
|
||||
"react-native": "*",
|
||||
"react-native-gesture-handler": "^1.0.0",
|
||||
"react-native-reanimated": "^1.3.0-alpha",
|
||||
"react-native-safe-area-context": "^0.3.3",
|
||||
"react-native-screens": "^1.0.0 || ^1.0.0-alpha",
|
||||
"react-navigation": "^4.0.7"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user