Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prepare release 5.3.0
  • Loading branch information
Artem Egorov committed Mar 13, 2018
commit 31ce96716075d69dabc33114609342d0017ebcb8
31 changes: 16 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,22 +53,23 @@ In order to ensure that your end users always have a functioning version of your

We try our best to maintain backwards compatability of our plugin with previous versions of React Native, but due to the nature of the platform, and the existence of breaking changes between releases, it is possible that you need to use a specific version of the CodePush plugin in order to support the exact version of React Native you are using. The following table outlines which CodePush plugin versions officially support the respective React Native versions:

| React Native version(s) | Supporting CodePush version(s) |
|-------------------------|------------------------------------------------------|
| <0.14 | **Unsupported** |
| v0.14 | v1.3 *(introduced Android support)* |
| v0.15-v0.18 | v1.4-v1.6 *(introduced iOS asset support)* |
| v0.19-v0.28 | v1.7-v1.17 *(introduced Android asset support)* |
| v0.29-v0.30 | v1.13-v1.17 *(RN refactored native hosting code)* |
| v0.31-v0.33 | v1.14.6-v1.17 *(RN refactored native hosting code)* |
| v0.34-v0.35 | v1.15-v1.17 *(RN refactored native hosting code)* |
| v0.36-v0.39 | v1.16-v1.17 *(RN refactored resume handler)* |
| v0.40-v0.42 | v1.17 *(RN refactored iOS header files)* |
| v0.43-v0.44 | v2.0+ *(RN refactored uimanager dependencies)* |
| v0.45 | v3.0+ *(RN refactored instance manager code)* |
| v0.46 | v4.0+ *(RN refactored js bundle loader code)* |
| React Native version(s) | Supporting CodePush version(s) |
|-------------------------|-------------------------------------------------------|
| <0.14 | **Unsupported** |
| v0.14 | v1.3 *(introduced Android support)* |
| v0.15-v0.18 | v1.4-v1.6 *(introduced iOS asset support)* |
| v0.19-v0.28 | v1.7-v1.17 *(introduced Android asset support)* |
| v0.29-v0.30 | v1.13-v1.17 *(RN refactored native hosting code)* |
| v0.31-v0.33 | v1.14.6-v1.17 *(RN refactored native hosting code)* |
| v0.34-v0.35 | v1.15-v1.17 *(RN refactored native hosting code)* |
| v0.36-v0.39 | v1.16-v1.17 *(RN refactored resume handler)* |
| v0.40-v0.42 | v1.17 *(RN refactored iOS header files)* |
| v0.43-v0.44 | v2.0+ *(RN refactored uimanager dependencies)* |
| v0.45 | v3.0+ *(RN refactored instance manager code)* |
| v0.46 | v4.0+ *(RN refactored js bundle loader code)* |
| v0.46-v0.53 | v5.1+ *(RN removed unused registration of JS modules)*|
| v0.54+ | TBD :) We work hard to respond to new RN releases, but they do occasionally break us. We will update this chart with each RN release, so that users can check to see what our "official" support is.
| v0.54 | v5.3+ *(Android Gradle Plugin 3.x integration)* |
| v0.55+ | TBD :) We work hard to respond to new RN releases, but they do occasionally break us. We will update this chart with each RN release, so that users can check to see what our "official" support is.

### Supported Components

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.