react-native-splash-screen: SplashScreen.show() is not a function

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

About this issue

  • Original URL
  • State: open
  • Created 8 years ago
  • Comments: 18 (3 by maintainers)

Most upvoted 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.