Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit c563b71

Browse files
Simplify RNPM instructions
1 parent 59fb825 commit c563b71

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -101,17 +101,7 @@ In order to accomodate as many developer preferences as possible, the CodePush p
101101

102102
*Note: If you don't already have RNPM installed, you can do so by simply running `npm i -g rnpm` and then executing the above command.*
103103

104-
2. Open your app's Xcode project
105-
106-
3. Select the project node in Xcode and select the "Build Phases" tab of your project configuration.
107-
108-
4. Click the plus sign underneath the "Link Binary With Libraries" list and select the `libz.tbd` library underneath the `iOS` node that matches your target version.
109-
110-
![Libz reference](https://cloud.githubusercontent.com/assets/116461/11605042/6f786e64-9aaa-11e5-8ca7-14b852f808b1.png)
111-
112-
*Note: Alternatively, if you prefer, you can add the `-lz` flag to the `Other Linker Flags` field in the `Linking` section of the `Build Settings`.*
113-
114-
We hope to eventually remove the need for steps #2-4, but in the meantime, RNPM doesn't support automating them.
104+
And that's it! Isn't RNPM awesome? :)
115105

116106
#### Plugin Installation (iOS - CocoaPods)
117107

0 commit comments

Comments
 (0)