React Native splash screen on ios
I am developing an app using react native and trying to add a splash screen on ios. I have added the following code on AppDelegate.mm - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { self.moduleName = @"eCare"; // You can add your custom…