Skip to content

Commit cc6b759

Browse files
committed
cleanup and version bump
1 parent 0b36654 commit cc6b759

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ios/SplashScreen.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
88
*/
99
#import <React/RCTBridgeModule.h>
10-
//#import "RCTBridgeModule.h"
1110

1211
@interface SplashScreen : NSObject<RCTBridgeModule>
1312
+ (void)show;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-splash-screen",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "A splash screen for react-native, hide when application loaded ,it works on iOS and Android.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)