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:
parent
b71005d2fa
commit
d66400d5df
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue