File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 11#import " AppDelegate.h"
2- #import " RNSplashScreen.h" // react-native-splash-screen
32#import < React/RCTBundleURLProvider.h>
3+ #import " RNSplashScreen.h" // react-native-splash-screen
44
55@implementation AppDelegate
66
77- (BOOL )application : (UIApplication *)application didFinishLaunchingWithOptions : (NSDictionary *)launchOptions
88{
9- self.moduleName = @" RnDiffApp " ;
9+ self.moduleName = @" app " ;
1010 // You can add your custom initial props in the dictionary below.
1111 // They will be passed down to the ViewController used by React Native.
1212 self.initialProps = @{};
1313
14- [RNSplashScreen show ]; // react-native-splash-screen
15-
16-
1714 return [super application: application didFinishLaunchingWithOptions: launchOptions];
15+
16+ [RNSplashScreen show ]; // react-native-splash-screen
1817}
1918
2019- (NSURL *)sourceURLForBridge : (RCTBridge *)bridge
You can’t perform that action at this time.
0 commit comments