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 31243df commit 560d4c4Copy full SHA for 560d4c4
ios/SplashScreen.m
@@ -48,4 +48,8 @@ + (void) jsLoadError:(NSNotification*)notification
48
[SplashScreen hide];
49
}
50
51
+RCT_EXPORT_METHOD(show) {
52
+ [SplashScreen show];
53
+}
54
+
55
@end
0 commit comments