feat: update react-native-safe-area-context to 1.0.0 (#8182)

I made sure 1.0 is backwards compatible with react-navigation, which means using rn-safe-area-context@1+ with older versions of react-navigation will still work.
This commit is contained in:
Janic Duplessis
2020-05-21 05:25:36 -04:00
committed by GitHub
parent b14094619f
commit d62fbfe255
6 changed files with 109 additions and 124 deletions

View File

@@ -25,7 +25,7 @@
"react-native-paper": "^3.10.1",
"react-native-reanimated": "^1.8.0",
"react-native-restart": "^0.0.15",
"react-native-safe-area-context": "^0.7.3",
"react-native-safe-area-context": "^1.0.0",
"react-native-screens": "^2.7.0",
"react-native-tab-view": "2.14.0",
"react-native-unimodules": "~0.9.1",