We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 34fae86 + 4f7955b commit d00f8ddCopy full SHA for d00f8dd
examples/ios/examples/AppDelegate.m
@@ -9,7 +9,7 @@
9
10
#import <React/RCTBundleURLProvider.h>
11
#import <React/RCTRootView.h>
12
-#import "SplashScreen.h" // here
+#import "RNSplashScreen.h" // here
13
14
@implementation AppDelegate
15
@@ -30,7 +30,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
30
rootViewController.view = rootView;
31
self.window.rootViewController = rootViewController;
32
[self.window makeKeyAndVisible];
33
- [SplashScreen show]; // here
+ [RNSplashScreen show]; // here
34
return YES;}
35
36
@end
0 commit comments