From bb20872631a7b7de6e3903975fadcd8bdf077de7 Mon Sep 17 00:00:00 2001 From: andrey Date: Mon, 25 Apr 2022 13:48:17 +0200 Subject: [PATCH] splash white line MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- .../src/main/java/im/status/ethereum/MainActivity.java | 2 +- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/android/app/src/main/java/im/status/ethereum/MainActivity.java b/android/app/src/main/java/im/status/ethereum/MainActivity.java index 9cba3ac628..7c1a18f92f 100644 --- a/android/app/src/main/java/im/status/ethereum/MainActivity.java +++ b/android/app/src/main/java/im/status/ethereum/MainActivity.java @@ -141,7 +141,7 @@ public class MainActivity extends NavigationActivity Log.v("RNBootstrap", "Available system memory "+getAvailableMemory(activityManager).availMem + ", maximum usable application memory " + activityManager.getLargeMemoryClass()+"M"); setSecureFlag(); - SplashScreen.show(this, true); + SplashScreen.show(this, true, true); // NOTE: Try to not restore the state https://github.com/software-mansion/react-native-screens/issues/17 super.onCreate(null); diff --git a/package.json b/package.json index 11dcb10be7..7473d3f681 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "react-native-safe-area-context": "^2.0.0", "react-native-shake": "^3.3.1", "react-native-share": "^7.0.1", - "react-native-splash-screen": "^3.2.0", + "react-native-splash-screen": "3.3.0", "react-native-status-keycard": "git+https://github.com/status-im/react-native-status-keycard.git#refs/tags/v2.5.37", "react-native-svg": "^9.8.4", "react-native-touch-id": "^4.4.1", diff --git a/yarn.lock b/yarn.lock index 2baee079b2..b2c8bcd91d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7491,10 +7491,10 @@ react-native-share@^7.0.1: resolved "https://registry.yarnpkg.com/react-native-share/-/react-native-share-7.0.1.tgz#1deef27afcd8275222ba0efeac337e7cea99bc4b" integrity sha512-hq7nOirgih/zIF9UU9FuYKZ3NGvasu2c/eJesvyPKYiykTtgQZM+mvDwFk/ogEsGwRtTPJBtj8/6IyIFcGa7lw== -react-native-splash-screen@^3.2.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/react-native-splash-screen/-/react-native-splash-screen-3.2.0.tgz#d47ec8557b1ba988ee3ea98d01463081b60fff45" - integrity sha512-Ls9qiNZzW/OLFoI25wfjjAcrf2DZ975hn2vr6U9gyuxi2nooVbzQeFoQS5vQcbCt9QX5NY8ASEEAtlLdIa6KVg== +react-native-splash-screen@3.3.0: + version "3.3.0" + resolved "https://registry.yarnpkg.com/react-native-splash-screen/-/react-native-splash-screen-3.3.0.tgz#3af71ed17afe50fee69590a45aec399d071ead02" + integrity sha512-rGjt6HkoSXxMqH4SQUJ1gnPQlPJV8+J47+4yhgTIan4bVvAwJhEeJH7wWt9hXSdH4+VfwTS0GTaflj1Tw83IhA== "react-native-status-keycard@git+https://github.com/status-im/react-native-status-keycard.git#refs/tags/v2.5.37": version "2.5.37"