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

Commit e00f5da

Browse files
author
Richard Hua
authored
Update README.md compatibility table to reflect breaking change
1 parent 77a18fe commit e00f5da

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,18 @@ In order to ensure that your end users always have a functioning version of your
4848

4949
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:
5050

51-
| React Native version(s) | Supporting CodePush version(s) |
52-
|-------------------------|-------------------------------------------------|
53-
| <0.14 | **Unsupported** |
54-
| v0.14 | v1.3.0 *(introduced Android support)* |
55-
| v0.15-v0.18 | v1.4.0-v1.6.0 *(introduced iOS asset support)* |
56-
| v0.19-v0.28 | v1.7.0+ *(introduced Android asset support)* |
57-
| v0.29-v0.30 | v1.13.0+ *(RN refactored native hosting code)* |
58-
| v0.31-v0.33 | v1.14.6+ *(RN refactored native hosting code)* |
59-
| v0.34-v0.35 | v1.15.0+ *(RN refactored native hosting code)* |
60-
| v0.36-v0.39 | v1.16.0+ *(RN refactored resume handler)* |
61-
| v0.40-v0.42 | v1.17.0+ *(RN refactored iOS header files)* |
62-
| v0.43 | v2.0.0+ *(RN refactored uimanager dependencies)*|
51+
| React Native version(s) | Supporting CodePush version(s) |
52+
|-------------------------|------------------------------------------------------|
53+
| <0.14 | **Unsupported** |
54+
| v0.14 | v1.3 *(introduced Android support)* |
55+
| v0.15-v0.18 | v1.4-v1.6 *(introduced iOS asset support)* |
56+
| v0.19-v0.28 | v1.7-v1.17 *(introduced Android asset support)* |
57+
| v0.29-v0.30 | v1.13-v1.17 *(RN refactored native hosting code)* |
58+
| v0.31-v0.33 | v1.14.6-v1.17 *(RN refactored native hosting code)* |
59+
| v0.34-v0.35 | v1.15-v1.17 *(RN refactored native hosting code)* |
60+
| v0.36-v0.39 | v1.16-v1.17 *(RN refactored resume handler)* |
61+
| v0.40-v0.42 | v1.17 *(RN refactored iOS header files)* |
62+
| v0.43 | v2.0+ *(RN refactored uimanager dependencies)* |
6363
| v0.44+ | 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.
6464

6565
### Supported Components

0 commit comments

Comments
 (0)