Is there a way to hide the status bar when showing splash screen in iPhone and then show again in application?
to make the StatusBar transparent, use backgroundColor={'transparent'} and translucent={true} options in StatusBar component of RN(React Native) like above.
Hiding the Splash Screen To make sure you provide the fastest app loading experience to your users, you must hide the splash screen automatically when your app is ready to be used. Simply add the SplashScreen. hide() call near the top of your app's JS, such as in app. component.
I'm pretty sure that if your Info.plist file has the Status bar is initially hidden
value set to YES
, then it won't show while your application is loading. Once your application has loaded, you can re-show the status bar using UIApplication's setStatusBarHidden:animated:
method.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With