SplashScreen.show() is not a function
See original GitHub issueseems like you only exported hide
method in SplashScreen.m
but not show
?
Issue Analytics
- State:
- Created 7 years ago
- Comments:18 (3 by maintainers)
Top Results From Across the Web
What does SplashScreen is hidden mean? - Stack Overflow
I have come across this error [Unhandled promise rejection: Error: Native splash screen is already hidden. Call this method before rendering ...
Read more >react-native-splash-screen - npm
A splash screen API for react-native which can programatically hide and show the splash screen. Works on iOS and Android.
Read more >Building a splash screen in React Native - LogRocket Blog
Import the react-native-splash-screen package into the root component ( App.js ) of your React Native app · Use useEffect() to hide the splash...
Read more >splashscreen.show - Apache Cordova
Your application can not call navigator.splashscreen.show() until the app has started and the [deviceready](../events/events.deviceready.html) event has ...
Read more >Splash Screen Capacitor Plugin API
The Splash Screen API provides methods for showing or hiding a Splash image. ... screen and is not used when utilizing the programmatic...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@crazycodeboy if show() is only a native method, then how can we show the Splash Screen at other times during the app experience?
I’m trying to show the splash screen during page transitions, for example. And it doesn’t look like I can do this through react-native-splash-screen.
@sairasamdanii Please Go to build setting >> Header search path add this line : $(SRCROOT)/…/node_modules/react-native-splash-screen/ios Thanks.