Skip to content

Commit d30f9aa

Browse files
committed
chore: mark RN 0.85 as supported
1 parent 252f438 commit d30f9aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ See the [corresponding steps](./docs/migrating-to-v10.md).
103103
We try our best to maintain backwards compatibility 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:
104104

105105
| React Native version(s) | Android | iOS | Old arch | New arch | Supporting CodePush version(s) |
106-
| ----------------------- | --------------- | ---- | -------- | -------- | ------------------------------ |
106+
|-------------------------| --------------- | ---- | -------- | -------- | ------------------------------ |
107107
| <0.59 | - | - ||| **Unsupported** |
108108
| v0.59 | 4.1+ (TLS 1.2+) | 7 ||| v5.7.1 |
109109
| v0.60-v0.61 | 4.1+ (TLS 1.2+) | 7 ||| v6.3.1 |
@@ -112,7 +112,7 @@ We try our best to maintain backwards compatibility of our plugin with previous
112112
| v0.71-v0.79 | 4.1+ (TLS 1.2+) | 9 ||| v8.3.2 |
113113
| v0.71-v0.79 | 4.1+ (TLS 1.2+) | 15.5 ||| v9.0.2 |
114114
| v0.71-v0.80 | 4.1+ (TLS 1.2+) | 15.5 ||| v10+ |
115-
| v0.74-v0.84 | 4.1+ (TLS 1.2+) | 15.5 ||| v11+ |
115+
| v0.74-v0.85 | 4.1+ (TLS 1.2+) | 15.5 ||| v11+ |
116116

117117
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.
118118

0 commit comments

Comments
 (0)