Open someok opened 7 years ago
@someok Did you find any possible solutions for this. I am facing this too.
react-native - v0.57.5 react-native-smart-splash-screen - v2.3.5
TIA
facing this also on 58.4 any update?
add to the bottom of RCTSplashScreen.m in iOS node-modules. This fixes the notification but cannot test if it's working as I can't get the SplashScreen to work correctly atm.
+ (BOOL)requiresMainQueueSetup
{
return YES;
}
@end
My env:
Throw warn: