fix: provide initial values for safe area to prevent blank screen (#238)

https://github.com/react-navigation/stack/issues/328
This commit is contained in:
Satyajit Sahoo
2020-01-03 16:25:59 +01:00
committed by Michał Osadnik
parent 6b9b999c5b
commit 77b757091c
8 changed files with 60 additions and 6 deletions

View File

@@ -28,6 +28,7 @@
"react-dom": "~16.9.0",
"react-native": "~0.61.5",
"react-native-gesture-handler": "~1.5.0",
"react-native-iphone-x-helper": "^1.2.1",
"react-native-paper": "^3.3.0",
"react-native-reanimated": "^1.4.0",
"react-native-safe-area-context": "^0.6.0",