react-native-splash-screen icon indicating copy to clipboard operation
react-native-splash-screen copied to clipboard

React Native 0.73.4 issue on iOS - AppState is changing

Open avivdim opened this issue 1 year ago • 3 comments

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?

avivdim avatar Feb 23 '24 13:02 avivdim

Same issue

trancongdung12 avatar Mar 07 '24 02:03 trancongdung12

fixxed in https://github.com/crazycodeboy/react-native-splash-screen/issues/637

trancongdung12 avatar Mar 07 '24 02:03 trancongdung12