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

Commit bb0d6ce

Browse files
author
Richard Hua
authored
Merge pull request #525 from HustleInc/HEAD
[doc] advice when targeting both android/ios
2 parents 69092e2 + 19ea891 commit bb0d6ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ We try our best to maintain backwards compatability of our plugin with previous
5656

5757
## Supported Components
5858

59-
When using the React Native assets sytem (i.e. using the `require("./foo.png")` syntax), the following list represents the set of core components (and props) that support having their referenced images updated via CodePush:
59+
When using the React Native assets system (i.e. using the `require("./foo.png")` syntax), the following list represents the set of core components (and props) that support having their referenced images updated via CodePush:
6060

6161
| Component | Prop(s) |
6262
|-------------------------------------------------|------------------------------------------|
@@ -83,7 +83,7 @@ Once you've followed the general-purpose ["getting started"](http://codepush.too
8383
npm install --save react-native-code-push@latest
8484
```
8585

86-
As with all other React Native plugins, the integration experience is different for iOS and Android, so perform the following setup steps depending on which platform(s) you are targetting.
86+
As with all other React Native plugins, the integration experience is different for iOS and Android, so perform the following setup steps depending on which platform(s) you are targeting. Note, if you are targeting both platforms it is recommended to create separate code push applications for each platform.
8787

8888
If you want to see how other projects have integrated with CodePush, you can check out the excellent [example apps](#example-apps--starters) provided by the community. Additionally, if you'd like to quickly familiarize yourself with CodePush + React Native, you can check out the awesome getting started videos produced by [Bilal Budhani](https://www.youtube.com/watch?v=uN0FRWk-YW8&feature=youtu.be) and/or [Deepak Sisodiya ](https://www.youtube.com/watch?v=f6I9y7V-Ibk).
8989

@@ -127,7 +127,7 @@ And that's it! Isn't RNPM awesome? :)
127127
pod 'CodePush', :path => './node_modules/react-native-code-push'
128128
```
129129
130-
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 specificaly on the `Core` subspec:
130+
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:
131131
132132
```ruby
133133
pod 'CodePush', :path => './node_modules/react-native-code-push', :subspecs => ['Core']

0 commit comments

Comments
 (0)