You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,8 @@ This library is especially helpful for hybrid apps that already make use of `[NS
10
10
1. Run `npm install react-native-userdefaults-ios --save`
11
11
2. Open your project in XCode, right click on `Libraries` and click `Add
12
12
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`.
0 commit comments