feat: switch to react-native-safe-area-context

This commit is contained in:
Brent Vatne
2019-08-29 16:38:43 -07:00
parent 914d975cab
commit 4d0a1a5178
20 changed files with 406 additions and 1540 deletions

View File

@@ -10,21 +10,22 @@
},
"dependencies": {
"@react-native-community/masked-view": "^0.1.1",
"expo": "^34.0.0",
"expo-asset": "^6.0.0",
"expo-barcode-scanner": "~6.0.0",
"expo-constants": "~6.0.0",
"expo": "^35.0.0",
"expo-asset": "~7.0.0",
"expo-barcode-scanner": "~7.0.0",
"expo-constants": "~7.0.0",
"hoist-non-react-statics": "^3.3.0",
"react": "16.8.3",
"react-dom": "^16.8.6",
"react-native": "0.59.10",
"react": "~16.8.3",
"react-dom": "~16.8.3",
"react-native": "~0.59.10",
"react-native-gesture-handler": "~1.3.0",
"react-native-maps": "~0.24.0",
"react-native-maps": "~0.25.0",
"react-native-paper": "^2.15.2",
"react-native-reanimated": "~1.1.0",
"react-native-unimodules": "~0.5.2",
"react-native-reanimated": "~1.2.0",
"react-native-safe-area-context": "^0.3.6",
"react-native-unimodules": "^0.7.0-rc.1",
"react-native-web": "^0.11.4",
"react-native-webview": "~5.12.0",
"react-native-webview": "7.0.5",
"react-navigation": "^4.0.7",
"react-navigation-drawer": "^2.2.2",
"react-navigation-tabs": "^2.5.5"