React Native 0.73.4 issue on iOS - AppState is changing
I was able to implement the new changes on Android Kotlin files and it was working fine, But I had an issue with iOS implementation. Splash screen is showing up and i was able to hide it but when i used hide command it was changing my app state to inactive and cause a couple of issues as i'm listening to the appstate changes..issue is only on iOS
I was trying to use all the hacks that is seen lately on AppDelegate
BOOL ret = [super application:application didFinishLaunchingWithOptions:launchOptions]; if (ret == YES) { [RNSplashScreen show]; } return ret;
Nothing is working. Any solutions for this issue?
Same issue
fixxed in https://github.com/crazycodeboy/react-native-splash-screen/issues/637