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

Commit d8bfe14

Browse files
author
Richard Hua
authored
Update compatible RN versions in README.md
1 parent 032df75 commit d8bfe14

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,11 @@ We try our best to maintain backwards compatability of our plugin with previous
4747
| React Native version(s) | Supporting CodePush version(s) |
4848
|-------------------------|------------------------------------------------|
4949
| <0.14.0 | **Unsupported** |
50-
| v0.14.0 | v1.3.0 *(introduced Android support)* |
51-
| v0.15.0-v0.18.0 | v1.4.0-v1.6.0 *(introduced iOS asset support)* |
52-
| v0.19.0-v0.28.0 | v1.7.0+ *(introduced Android asset support)* |
53-
| v0.29.0-v0.33.0 | v1.13.0+ *(RN refactored native hosting code)* |
50+
| v0.14.* | v1.3.0 *(introduced Android support)* |
51+
| v0.15.0-v0.18.* | v1.4.0-v1.6.0 *(introduced iOS asset support)* |
52+
| v0.19.0-v0.28.* | v1.7.0+ *(introduced Android asset support)* |
53+
| v0.29.0-v0.31.* | v1.13.0+ *(RN refactored native hosting code)* |
54+
| v0.32.0-v0.33.* | v1.14.6+ *(RN refactored native hosting code)* |
5455
| v0.34.0+ | 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.
5556

5657
## Supported Components

0 commit comments

Comments
 (0)