|
4 | 4 | * [Plugin Installation for React Native lower than 0.60 (Android)](#plugin-installation-for-react-native-lower-than-060-android)
|
5 | 5 | * [Plugin Installation (Android - RNPM)](#plugin-installation-android---rnpm)
|
6 | 6 | * [Plugin Installation (Android - Manual)](#plugin-installation-android---manual)
|
7 |
| -* [Plugin Configuration (Android)](#plugin-configuration-android) |
8 |
| - * [For React Native >= v0.29](#for-react-native--v029) |
| 7 | +* [Plugin Configuration for React Native lower than 0.60 (Android)](#plugin-configuration-for-react-native-lower-than-060-android) |
| 8 | + * [For React Native v0.29 - v0.59](#for-react-native-v029---v059) |
9 | 9 | * [For newly created React Native application](#for-newly-created-react-native-application)
|
10 | 10 | * [For existing native application](#for-existing-native-application)
|
11 | 11 | * [For React Native v0.19 - v0.28](#for-react-native-v019---v028)
|
@@ -95,7 +95,7 @@ In order to accommodate as many developer preferences as possible, the CodePush
|
95 | 95 |
|
96 | 96 | 2. If you're using RNPM >=1.6.0, you will be prompted for the deployment key you'd like to use. If you don't already have it, you can retrieve this value by running `code-push deployment ls <appName> -k`, or you can choose to ignore it (by simply hitting `<ENTER>`) and add it in later. To get started, we would recommend just using your `Staging` deployment key, so that you can test out the CodePush end-to-end.
|
97 | 97 |
|
98 |
| -And that's it for installation using RNPM! Continue below to the [Plugin Configuration](#plugin-configuration-android) section to complete the setup. |
| 98 | +And that's it for installation using RNPM! Continue below to the [Plugin Configuration](#plugin-configuration-for-react-native-lower-than-060-android) section to complete the setup. |
99 | 99 |
|
100 | 100 | #### Plugin Installation (Android - Manual)
|
101 | 101 |
|
@@ -125,13 +125,13 @@ And that's it for installation using RNPM! Continue below to the [Plugin Configu
|
125 | 125 | ...
|
126 | 126 | ```
|
127 | 127 |
|
128 |
| -### Plugin Configuration (Android) |
| 128 | +### Plugin Configuration for React Native lower than 0.60 (Android) |
129 | 129 |
|
130 | 130 | *NOTE: If you used RNPM or `react-native link` to automatically link the plugin, these steps have already been done for you so you may skip this section.*
|
131 | 131 |
|
132 | 132 | After installing the plugin and syncing your Android Studio project with Gradle, you need to configure your app to consult CodePush for the location of your JS bundle, since it will "take control" of managing the current and all future versions. To do this:
|
133 | 133 |
|
134 |
| -#### For React Native >= v0.29 |
| 134 | +#### For React Native v0.29 - v0.59 |
135 | 135 |
|
136 | 136 | ##### For newly created React Native application
|
137 | 137 |
|
|
0 commit comments