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
{{ message }}
This repository was archived by the owner on May 20, 2025. It is now read-only.
| v0.21.0+ | TBD :) We work hard to respond to new RN releases, but they do occasionally break us. We will update this chart with each RN release, so that users can check to see what our "official" support is.
| v0.22.0+ | TBD :) We work hard to respond to new RN releases, but they do occasionally break us. We will update this chart with each RN release, so that users can check to see what our "official" support is.
48
48
49
49
## Getting Started
50
50
@@ -65,9 +65,9 @@ Once you've acquired the CodePush plugin, you need to integrate it into the Xcod
65
65
### Plugin Installation (iOS)
66
66
67
67
1. Open your app's Xcode project
68
-
2. Find the `CodePush.xcodeproj` file within the `node_modules/react-native-code-push` directory, and drag it into the `Libraries` node in Xcode
68
+
2. Find the `CodePush.xcodeproj` file within the `node_modules/ios/react-native-code-push` directory, and drag it into the `Libraries` node in Xcode
69
69
70
-

70
+

71
71
72
72
3. Select the project node in Xcode and select the "Build Phases" tab of your project configuration.
73
73
4. Drag `libCodePush.a` from `Libraries/CodePush.xcodeproj/Products` into the "Link Binary With Libraries" section of your project's "Build Phases" configuration.
0 commit comments