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