File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ public class MainApplication extends Application implements ReactApplication {
99
99
1 . In XCode, in the project navigator, right click ` Libraries ` ➜ ` Add Files to [your project's name] `
100
100
2 . Go to ` node_modules ` ➜ ` react-native-splash-screen ` and add ` SplashScreen.xcodeproj `
101
101
3 . In XCode, in the project navigator, select your project. Add ` libSplashScreen.a ` to your project's ` Build Phases ` ➜ ` Link Binary With Libraries `
102
- 4 . To fix ` 'SplashScreen .h' file not found ` , you have to select your project → Build Settings → Search Paths → Header Search Paths to add:
102
+ 4 . To fix ` 'RNSplashScreen .h' file not found ` , you have to select your project → Build Settings → Search Paths → Header Search Paths to add:
103
103
104
104
` $(SRCROOT)/../node_modules/react-native-splash-screen/ios `
105
105
You can’t perform that action at this time.
0 commit comments