refactor: use react-native-safe-area-context

This commit is contained in:
satyajit.happy
2019-10-03 20:46:35 +02:00
committed by Satyajit Sahoo
parent 8318c49331
commit 832ed882bc
31 changed files with 844 additions and 1041 deletions

View File

@@ -3,14 +3,13 @@
"name": "@react-navigation/example",
"slug": "react-navigation-example",
"privacy": "public",
"sdkVersion": "34.0.0",
"sdkVersion": "35.0.0",
"platforms": [
"ios",
"android",
"web"
],
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"splash": {
"image": "./assets/splash.png",
@@ -30,4 +29,4 @@
},
"displayName": "React Navigation Example",
"name": "ReactNavigationExample"
}
}