fix: add safe-area-context to peer deps

This commit is contained in:
satyajit.happy
2019-10-06 15:31:34 +02:00
parent a305b11c85
commit 28353f4b79
3 changed files with 2 additions and 5 deletions

View File

@@ -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"
},