explicitely add react-native-safe-area-view as dependency

having it as an implicit dependency of react-navigation
causes an error on android

Signed-off-by: yenda <eric@status.im>
This commit is contained in:
yenda 2018-09-20 13:08:34 +02:00
parent b71005d2fa
commit d66400d5df
No known key found for this signature in database
GPG Key ID: 0095623C0069DCE6
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@
"react-native-udp": "https://github.com/status-im/react-native-udp.git#2.3.1-1",
"react-native-webview-bridge": "git+https://github.com/status-im/react-native-webview-bridge.git#0.33.16-1",
"react-navigation": "^2.12.1",
"react-native-safe-area-view": "0.9.0",
"realm": "2.15.3",
"rn-snoopy": "https://github.com/status-im/rn-snoopy.git",
"string_decoder": "0.10.31",