From 59ba4b8e66e6521244e6d5ff2f9495a82d2e0717 Mon Sep 17 00:00:00 2001 From: Dave Sibiski Date: Fri, 8 May 2015 16:56:22 -0400 Subject: [PATCH] Fixes typo in Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 368251a6..66dd2e84 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ First you need to install react-native-fs: npm install react-native-fs --save ``` -In XCode, in the project navigator, right click Libraries ➜ Add Files to [your project's name] Go to node_modules ➜ react-native-keyboardevents and add the .xcodeproj file +In XCode, in the project navigator, right click Libraries ➜ Add Files to [your project's name] Go to node_modules ➜ react-native-fs and add the .xcodeproj file In XCode, in the project navigator, select your project. Add the lib*.a from the RNFS project to your project's Build Phases ➜ Link Binary With Libraries Click .xcodeproj file you added before in the project navigator and go the Build Settings tab. Make sure 'All' is toggled on (instead of 'Basic'). Look for Header Search Paths and make sure it contains both $(SRCROOT)/../react-native/React and $(SRCROOT)/../../React - mark both as recursive.