question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

SplashScreen.show() is not a function

See original GitHub issue

seems like you only exported hide method in SplashScreen.m but not show?

Issue Analytics

  • State:open
  • Created 7 years ago
  • Comments:18 (3 by maintainers)

github_iconTop GitHub Comments

5reactions
jdmcpeekcommented, Feb 6, 2017

@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.

2reactions
Nitingadhiyacommented, May 1, 2018

@sairasamdanii Please Go to build setting >> Header search path add this line : $(SRCROOT)/…/node_modules/react-native-splash-screen/ios Thanks.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found