From d66400d5dfae202be219fa38be0dea5a447ecdb1 Mon Sep 17 00:00:00 2001 From: yenda Date: Thu, 20 Sep 2018 13:08:34 +0200 Subject: [PATCH] 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 --- mobile_files/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/mobile_files/package.json b/mobile_files/package.json index e8fb35e3ce..c77901d9e9 100644 --- a/mobile_files/package.json +++ b/mobile_files/package.json @@ -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",