Skip to content

Commit 590ea79

Browse files
authored
Merge pull request #254 from dluksza/patch-2
Update installation guide after renaming iOS class
2 parents a1d378c + efd4907 commit 590ea79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public class MainApplication extends Application implements ReactApplication {
9999
1. In XCode, in the project navigator, right click `Libraries``Add Files to [your project's name]`
100100
2. Go to `node_modules``react-native-splash-screen` and add `SplashScreen.xcodeproj`
101101
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:
103103

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

0 commit comments

Comments
 (0)