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.
2 parents 17b0c09 + 2aaf0d3 commit 1d1f065Copy full SHA for 1d1f065
README.zh.md
@@ -138,15 +138,15 @@ public class MainActivity extends ReactActivity {
138
139
#import <React/RCTBundleURLProvider.h>
140
#import <React/RCTRootView.h>
141
-#import "SplashScreen.h" // 添加这一句
+#import "RNSplashScreen.h" // 添加这一句
142
143
@implementation AppDelegate
144
145
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
146
{
147
// ...other code
148
149
- [SplashScreen show]; // 添加这一句,这一句一定要在最后
+ [RNSplashScreen show]; // 添加这一句,这一句一定要在最后
150
return YES;
151
}
152
0 commit comments