We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cac794f + e1cb737 commit c8a9ad8Copy full SHA for c8a9ad8
2 files changed
ios/RCTSplashScreen/RCTSplashScreen/RCTSplashScreen.h
@@ -1,5 +1,5 @@
1
-#import "RCTBridgeModule.h"
2
-#import "RCTRootView.h"
+#import <React/RCTBridgeModule.h>
+#import <React/RCTRootView.h>
3
4
@interface RCTSplashScreen : NSObject <RCTBridgeModule>
5
package.json
@@ -23,5 +23,8 @@
23
"bugs": {
24
"url": "https://github.com/react-native-component/react-native-smart-splash-screen/issues"
25
},
26
- "homepage": "https://github.com/react-native-component/react-native-smart-splash-screen#readme"
+ "homepage": "https://github.com/react-native-component/react-native-smart-splash-screen#readme",
27
+ "peerDependencies": {
28
+ "react-native": "^0.40.0"
29
+ }
30
}
0 commit comments