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

Commit 19ea891

Browse files
committed
[doc] advice when targeting both android/ios
1 parent 77182c1 commit 19ea891

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
@@ -55,7 +55,7 @@ We try our best to maintain backwards compatability of our plugin with previous
5555

5656
## Supported Components
5757

58-
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:
58+
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:
5959

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

85-
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.
85+
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.
8686

8787
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).
8888

@@ -126,7 +126,7 @@ And that's it! Isn't RNPM awesome? :)
126126
pod 'CodePush', :path => './node_modules/react-native-code-push'
127127
```
128128
129-
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:
129+
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:
130130
131131
```ruby
132132
pod 'CodePush', :path => './node_modules/react-native-code-push', :subspecs => ['Core']

0 commit comments

Comments
 (0)