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

@@ -40,13 +40,13 @@
"@types/react": "^16.9.4",
"@types/shortid": "^0.0.29",
"del-cli": "^3.0.0",
"react": "^16.8.3",
"react": "^16.10.1",
"react-native-testing-library": "^1.9.1",
"react-test-renderer": "16.8.3",
"react-test-renderer": "16.10.1",
"typescript": "^3.6.3"
},
"peerDependencies": {
"react": "^16.8.3"
"react": "^16.10.1"
},
"@react-native-community/bob": {
"source": "src",