crazycodeboy / react-native-splash-screen

A splash screen for react-native, hide when application loaded ,it works on iOS and Android.
MIT License
5.6k stars 1.09k forks source link

how to decrease white screen time / splash screen time #405

Open maheshwarigovindkumar opened 5 years ago

maheshwarigovindkumar commented 5 years ago

React Native Environment Info: System: OS: Linux 4.18 Ubuntu 18.04.2 LTS (Bionic Beaver) CPU: (4) x64 Intel(R) Core(TM) i3-8100 CPU @ 3.60GHz Memory: 2.83 GB / 11.57 GB Shell: 4.4.19 - /bin/bash Binaries: Node: 10.15.3 - /usr/local/bin/node npm: 6.9.0 - /usr/local/bin/npm SDKs: Android SDK: API Levels: 23, 25, 26, 28 Build Tools: 27.0.3, 28.0.3 System Images: android-23 | Google APIs Intel x86 Atom, android-25 | Google Play Intel x86 Atom npmPackages: react: 16.6.3 => 16.6.3 react-native: ^0.58.6 => 0.58.6 npmGlobalPackages: react-native-cli: 2.0.1

react-native-splash-screen": "^3.2.0

What platform does your issue occur on? (Android/iOS/Both) android

Description when clicking on the app it almost shows for 4 seconds. this is a too long time.there is any way to decrease the time?

Ariel08081214 commented 5 years ago

when I set "android:windowIsTranslucent">true , I got the same result

akshgods commented 5 years ago

same issue , how to decrease time ?

RakeshRaul commented 3 years ago

In iOS is it possible to reduce splash screen time?