We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02e6816 commit 5d138eeCopy full SHA for 5d138ee
ios/app/AppDelegate.mm
@@ -11,9 +11,11 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
11
// They will be passed down to the ViewController used by React Native.
12
self.initialProps = @{};
13
14
- return [super application:application didFinishLaunchingWithOptions:launchOptions];
+ [super application:application didFinishLaunchingWithOptions:launchOptions];
15
16
[RNSplashScreen show]; // react-native-splash-screen
17
+
18
+ return YES;
19
}
20
21
- (NSURL *)sourceURLForBridge:(RCTBridge *)bridge
0 commit comments