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

@@ -50,7 +50,7 @@
"react": "~16.9.0",
"react-native": "~0.61.5",
"react-native-gesture-handler": "^1.6.0",
"react-native-safe-area-context": "^0.7.3",
"react-native-safe-area-context": "^1.0.0",
"react-native-screens": "^2.7.0",
"typescript": "^3.8.3"
},