Skip to content

Commit 6fbd186

Browse files
committed
Merge branch 'filipposarzana-patch-1'
2 parents 376d106 + 69187cc commit 6fbd186

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)