Skip to content

Commit

Permalink
chore: clarify supported versions for react-native 0.65-0.70
Browse files Browse the repository at this point in the history
Clarify that v0.65-v0.70 of react-native is only compatible with ^7.0.0 versions of react-native-code-push
  • Loading branch information
huynhtastic authored Aug 16, 2023
1 parent df9f82b commit 252d525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).*
Expand Down

0 comments on commit 252d525

Please sign in to comment.