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

Commit efd8d8e

Browse files
author
Richard Hua
authored
Update README.md
1 parent f40495b commit efd8d8e

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
@@ -126,13 +126,13 @@ And that's it! Isn't RNPM awesome? :)
126126
1. Add the CodePush plugin dependency to your `Podfile`, pointing at the path where NPM installed it
127127
128128
```ruby
129-
pod 'CodePush', :path => './node_modules/react-native-code-push'
129+
pod 'CodePush', :path => '../node_modules/react-native-code-push'
130130
```
131131
132132
CodePush depends on an internal copy of the `SSZipArchive` library, so if your project already includes it (either directly or via a transitive dependency), then you can install a version of CodePush which excludes it by depending specifically on the `Core` subspec:
133133
134134
```ruby
135-
pod 'CodePush', :path => './node_modules/react-native-code-push', :subspecs => ['Core']
135+
pod 'CodePush', :path => '../node_modules/react-native-code-push', :subspecs => ['Core']
136136
```
137137
138138
*NOTE: The above paths needs to be relative to your app's `Podfile`, so adjust it as nec

0 commit comments

Comments
 (0)