diff --git a/README.md b/README.md index c9b4b63864..62887c8ea3 100644 --- a/README.md +++ b/README.md @@ -60,9 +60,9 @@ The most difficult part of automated testing on mobile is the tip of the testing Detox was built from the ground up to support React Native projects. -While Detox should work out of the box with almost any React Native version of the latest minor releases, official support is provided for React Native versions `0.73.x`, `0.74.x`, `0.75.x` and `0.76.x` without React Native's ["New Architecture"](https://reactnative.dev/docs/the-new-architecture/landing-page). +While Detox should work out of the box with almost any React Native version of the latest minor releases, official support is provided for React Native versions `0.73.x`, `0.74.x`, `0.75.x` and `0.76.x`, including React Native's ["New Architecture"](https://reactnative.dev/docs/the-new-architecture/landing-page). -Newer versions, as well as React Native's "New Architecture", may work with Detox, but have not been tested out yet by the Detox team. +Newer versions may work with Detox but have not been thoroughly tested by the Detox team. Although we do not officially support older React Native versions, we do our best to keep Detox compatible with them. diff --git a/docs/introduction/partials/_getting-started-rn.md b/docs/introduction/partials/_getting-started-rn.md index ea6bdad2fe..45178b623e 100644 --- a/docs/introduction/partials/_getting-started-rn.md +++ b/docs/introduction/partials/_getting-started-rn.md @@ -4,9 +4,9 @@ Detox was built from the ground up to support "classic" React Native projects. :::info Note -While Detox should work out of the box with almost any React Native version from the past few minor releases, official support is provided for React Native versions `0.73.x`, `0.74.x`, `0.75.x` and `0.76.x` without React Native's ["New Architecture"](https://reactnative.dev/docs/the-new-architecture/landing-page). +While Detox should work out of the box with almost any React Native version of the latest minor releases, official support is provided for React Native versions `0.73.x`, `0.74.x`, `0.75.x` and `0.76.x`, including React Native's ["New Architecture"](https://reactnative.dev/docs/the-new-architecture/landing-page). -Newer versions, as well as React Native's "New Architecture", may work with Detox, but have not been tested out yet by the Detox team. +Newer versions may work with Detox but have not been thoroughly tested by the Detox team. Although we do not officially support older React Native versions, we do our best to keep Detox compatible with them.