Skip to content
Advertisement

Tag: native

How to navigate from splash screen to Onboarding Screens?

This is SplashScreen.js page I want to get the splash screen displayed and goes invisible by a timeout and then navigate to Onboarding Screen (sliding splash screens) Answer Try like this I set an alert when navigation happens for now. You can change it to redirect. In your App.js you need to have a stackNavigator setup like below which gives

Advertisement