-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
React Native 0.73.4 issue on iOS - AppState is changing #640
Comments
Same issue |
fixxed in #637 |
It's working me.. #import "AppDelegate.h" #import <React/RCTBundleURLProvider.h> @implementation AppDelegate
}
My Enviroment |
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?
The text was updated successfully, but these errors were encountered: