From 53686043536ee4ff075f9705ca7076ea7e0cfb23 Mon Sep 17 00:00:00 2001 From: Roman Volosovskyi Date: Mon, 25 Feb 2019 14:38:38 +0200 Subject: [PATCH] Replace react-navigation-stack with fork without default background color --- mobile_files/package.json.orig | 1 + mobile_files/yarn.lock | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mobile_files/package.json.orig b/mobile_files/package.json.orig index c8896e107f..773f556620 100644 --- a/mobile_files/package.json.orig +++ b/mobile_files/package.json.orig @@ -61,6 +61,7 @@ "react-native-udp": "git+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-4", "react-navigation": "^2.12.1", + "react-navigation-stack": "git+https://github.com/status-im/react-navigation-stack.git#0.7.0", "realm": "2.21.0", "rn-snoopy": "git+https://github.com/status-im/rn-snoopy.git#v2.0.2-status", "string_decoder": "0.10.31", diff --git a/mobile_files/yarn.lock b/mobile_files/yarn.lock index 19656e3615..344c44ba54 100644 --- a/mobile_files/yarn.lock +++ b/mobile_files/yarn.lock @@ -6135,10 +6135,9 @@ react-navigation-drawer@0.5.0: dependencies: react-native-drawer-layout-polyfill "^1.3.2" -react-navigation-stack@0.7.0: +"react-navigation-stack@git+https://github.com/status-im/react-navigation-stack.git#0.7.0", react-navigation-stack@0.7.0: version "0.7.0" - resolved "https://registry.yarnpkg.com/react-navigation-stack/-/react-navigation-stack-0.7.0.tgz#0b2f139ee1cba953037ef51353df992ec6c74fa2" - integrity sha512-3Tbb/SsustBrM9R/qaI6XuOfyqYMVbwkeHFC8NbU890vB0aKZvjAtioWLZ18e/4LgbiOCmoTdp37z3gkGDyNDQ== + resolved "git+https://github.com/status-im/react-navigation-stack.git#0.7.0" react-navigation-tabs@0.8.4: version "0.8.4"