From 0a2157be531f1479d7c207dbb1ce1a18079f8d67 Mon Sep 17 00:00:00 2001 From: Asaf Korem Date: Wed, 20 Mar 2024 14:54:58 +0200 Subject: [PATCH] docs(README): update supported RN versions. --- README.md | 2 +- docs/introduction/partials/_getting-started-rn.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a3fb3d46ed..062a33045e 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ 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.70.x` and `0.71.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.71.x`, `0.72.x` and `0.73.x` without 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. diff --git a/docs/introduction/partials/_getting-started-rn.md b/docs/introduction/partials/_getting-started-rn.md index 57951ec117..bdd82afeb9 100644 --- a/docs/introduction/partials/_getting-started-rn.md +++ b/docs/introduction/partials/_getting-started-rn.md @@ -4,7 +4,7 @@ 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.71.x` and `0.72.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 from the past few minor releases, official support is provided for React Native versions `0.71.x`, `0.72.x` and `0.73.x` without 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.