From 252d525f2a9178f34c0655cceb509b2a762837bc Mon Sep 17 00:00:00 2001 From: Richard Huynh Date: Wed, 16 Aug 2023 15:17:59 -0500 Subject: [PATCH] chore: clarify supported versions for react-native 0.65-0.70 Clarify that v0.65-v0.70 of react-native is only compatible with ^7.0.0 versions of react-native-code-push --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e2ede692..fcddae0d8 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ We try our best to maintain backwards compatibility of our plugin with previous | v0.59 | v5.6+ *(RN refactored js bundle loader code)* | | v0.60-v0.61 | v6.0+ *(RN migrated to Autolinking)* | | v0.62-v0.64 | v6.2+ *(RN removed LiveReload)* | -| v0.65-v0.70 | v7.0+ *(RN updated iPhone-target-version)* | +| v0.65-v0.70 | v7.0-v7.1 *(RN updated iPhone-target-version)* | | v0.71 | v7.2+ *(RN moved to react-native-gradle-plugin)* | *NOTE: `react-native-code-push` versions lower than **[v5.7.0](https://github.com/microsoft/react-native-code-push/releases/tag/v5.7.0)** will stop working in the near future. You can find more information in our [documentation](https://github.com/microsoft/code-push/blob/master/migration-notice.md).*