Skip to content

Commit c8a9ad8

Browse files
authored
Merge pull request #18 from abrahambotros/ios-header-changes-rn0.40
Update iOS headers for React Native 0.40
2 parents cac794f + e1cb737 commit c8a9ad8

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

ios/RCTSplashScreen/RCTSplashScreen/RCTSplashScreen.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#import "RCTBridgeModule.h"
2-
#import "RCTRootView.h"
1+
#import <React/RCTBridgeModule.h>
2+
#import <React/RCTRootView.h>
33

44
@interface RCTSplashScreen : NSObject <RCTBridgeModule>
55

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,8 @@
2323
"bugs": {
2424
"url": "https://github.com/react-native-component/react-native-smart-splash-screen/issues"
2525
},
26-
"homepage": "https://github.com/react-native-component/react-native-smart-splash-screen#readme"
26+
"homepage": "https://github.com/react-native-component/react-native-smart-splash-screen#readme",
27+
"peerDependencies": {
28+
"react-native": "^0.40.0"
29+
}
2730
}

0 commit comments

Comments
 (0)