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

Commit 1c987c4

Browse files
committed
Updating CocoaPods install docs
1 parent 5db3c01 commit 1c987c4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,12 @@ We hope to eventually remove the need for steps #2-4, but in the meantime, RNPM
124124
pod 'CodePush', :path => './node_modules/react-native-code-push'
125125
```
126126

127+
*NOTE: The above path needs to be relative to your app's `Podfile`, so adjust it as neccessary.*
128+
127129
2. Run `pod install`
128130
131+
*NOTE: The CodePush `.podspec` depends on the `React` pod, and so in order to ensure that it can correctly use the version of React Native that your app is built with, please make sure to define the `React` dependency in your app's `Podfile` as explained [here](http://facebook.github.io/react-native/docs/embedded-app-ios.html#install-react-native-using-cocoapods).*
132+
129133
#### Plugin Installation (iOS - Manual)
130134

131135
1. Open your app's Xcode project

0 commit comments

Comments
 (0)