Skip to content

Commit a1f4f74

Browse files
authored
export bug fix
1 parent 2b96a49 commit a1f4f74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/RNSplashScreen.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ + (void) jsLoadError:(NSNotification*)notification
4949
}
5050

5151
RCT_EXPORT_METHOD(show) {
52-
[SplashScreen show];
52+
[RNSplashScreen show];
5353
}
5454

5555
@end

0 commit comments

Comments
 (0)