react-native-splash-screen
react-native-splash-screen copied to clipboard
java.lang.IllegalStateException: Screen fragments should never be restored.
Hi,
I have updated to react-navigation v6 and used splash screen as well. In react-navigation v6 onCreate method is required to add in MainActivity.js. Same for splash screen onCreate is required to add. How do we combine both ways.
Attached screenshots for your reference
react-native: 0.68.4 react-native-splash-screen: 3.3.0 @react-navigation.native: 6.0.13
@crazycodeboy any solution on this?