manjuy124
manjuy124
Can anyone help with this issue? Still the issue persist with our project in Android. On the other side, iO S is working fine.
@eduardopelitti thanks it worked!
@rosnaib11 did you find any solution?
Anyone able to fix this/found a workaround? Also Is this issue with repo or google?
@city0666 try this! ``` - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { self.moduleName = @"dhignaevents"; self.initialProps = @{}; bool didLaunchFinish = [super application:application didFinishLaunchingWithOptions:launchOptions]; [RNSplashScreen show]; return didLaunchFinish; } ```
We were having similar problem. We didn't change the storage location, but it stopped picking the data on launch once we upgraded our Async storage package. Following code is working...