Skip to content

Commit 1d44ac5

Browse files
authored
Merge pull request #15 from LK/patch-1
Update installation instructions
2 parents 6b700fc + fcead0c commit 1d44ac5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ This library is especially helpful for hybrid apps that already make use of `[NS
1010
1. Run `npm install react-native-userdefaults-ios --save`
1111
2. Open your project in XCode, right click on `Libraries` and click `Add
1212
Files to "Your Project Name"`.
13-
3. Select the `RNUserDefaults.xcodeproj` file in the `node_modules/react-native-userdefaults-ios` folder and click `Add`
14-
4. In the Xcode Project Navigator find the `RNUserDefaults.xcodproj` and add the `Products/libRNUserDefaultsIOS.a` to `Build Phases -> Link Binary With Libraries`.
13+
3. Select the `RNUserDefaultsIOS.xcodeproj` file in the `node_modules/react-native-userdefaults-ios` folder and click `Add`
14+
4. In the Xcode Project Navigator, select your project and add `libRNUserDefaultsIOS.a` from the `Libraries/RNUserDefaultsIOS.xcodeproj/Products` folder to `Build Phases -> Link Binary With Libraries`.
1515
5. Follow the implementation example below...
1616

1717
### Example

0 commit comments

Comments
 (0)