I upgraded react-native-navigation from v1 to v6. It used to be possible on v1 to use both react-native-spalsh-screen
and react-native-navigation
(on Android) – is it still possible? Not sure how to handle it on the MainActivity.java
(in the past, I made it extend SplashActivity
(of com.reactnativenavigation.controllers.SplashActivity
))
The Playground sets a splash screen in MainActivity. This is actually the best way to set a splash screen as it doesn't rely on React Native startup.