Skip to content

Commit 69187cc

Browse files
committed
Merge branch 'patch-1' of https://github.com/filipposarzana/react-native-splash-screen into filipposarzana-patch-1
2 parents 376d106 + 560d4c4 commit 69187cc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ios/RNSplashScreen.m

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,8 @@ + (void) jsLoadError:(NSNotification*)notification
4848
[RNSplashScreen hide];
4949
}
5050

51+
RCT_EXPORT_METHOD(show) {
52+
[SplashScreen show];
53+
}
54+
5155
@end

0 commit comments

Comments
 (0)