diff --git a/docs/hermes.md b/docs/hermes.md index d67c9033433..6021cf2b241 100644 --- a/docs/hermes.md +++ b/docs/hermes.md @@ -13,6 +13,10 @@ First, ensure you're using at least version 0.60.4 of React Native. If you have an existing app based on an earlier version of React Native, you will have to upgrade it first. See [Upgrading to new React Native Versions](/docs/upgrading) for how to do this. Make especially sure that all changes to `android/app/build.gradle` have been applied, as detailed by the [React Native upgrade helper](https://react-native-community.github.io/upgrade-helper/?from=0.59.0). After upgrading the app, make sure everything works before trying to switch to Hermes. +> ## Note for RN compatibility. +> +> Each Hermes release is aimed at a specific RN version. The rule of thumb is to always follow [Hermes releases](https://github.com/facebook/hermes/releases) strictly. Version mismatch can result in instant crash of your apps in the worst case scenario. + > ## Note for Windows users. > > Hermes requires [Microsoft Visual C++ 2015 Redistributable](https://www.microsoft.com/en-us/download/details.aspx?id=48145) diff --git a/website/versioned_docs/version-0.63/hermes.md b/website/versioned_docs/version-0.63/hermes.md index ea0a9a86cd6..a04d85db811 100644 --- a/website/versioned_docs/version-0.63/hermes.md +++ b/website/versioned_docs/version-0.63/hermes.md @@ -13,6 +13,10 @@ First, ensure you're using at least version 0.60.4 of React Native. If you have an existing app based on an earlier version of React Native, you will have to upgrade it first. See [Upgrading to new React Native Versions](/docs/upgrading) for how to do this. Make especially sure that all changes to `android/app/build.gradle` have been applied, as detailed by the [React Native upgrade helper](https://react-native-community.github.io/upgrade-helper/?from=0.59.0). After upgrading the app, make sure everything works before trying to switch to Hermes. +> ## Note for RN compatibility. +> +> Each Hermes release is aimed at a specific RN version. The rule of thumb is to always follow [Hermes releases](https://github.com/facebook/hermes/releases) strictly. Version mismatch can result in instant crash of your apps in the worst case scenario. + > ## Note for Windows users. > > Hermes requires [Microsoft Visual C++ 2015 Redistributable](https://www.microsoft.com/en-us/download/details.aspx?id=48145)