Skip to content

Commit

Permalink
Merge pull request #254 from dluksza/patch-2
Browse files Browse the repository at this point in the history
Update installation guide after renaming iOS class
  • Loading branch information
crazycodeboy committed Aug 1, 2018
2 parents a1d378c + efd4907 commit 590ea79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public class MainApplication extends Application implements ReactApplication {
1. In XCode, in the project navigator, right click `Libraries``Add Files to [your project's name]`
2. Go to `node_modules``react-native-splash-screen` and add `SplashScreen.xcodeproj`
3. In XCode, in the project navigator, select your project. Add `libSplashScreen.a` to your project's `Build Phases``Link Binary With Libraries`
4. To fix `'SplashScreen.h' file not found`, you have to select your project → Build Settings → Search Paths → Header Search Paths to add:
4. To fix `'RNSplashScreen.h' file not found`, you have to select your project → Build Settings → Search Paths → Header Search Paths to add:

`$(SRCROOT)/../node_modules/react-native-splash-screen/ios`

Expand Down

0 comments on commit 590ea79

Please sign in to comment.