From 8f7a474f9a96452b12f36c338137d3c5a73e9a1c Mon Sep 17 00:00:00 2001 From: Georgy Steshin Date: Tue, 16 Jan 2024 09:20:16 +0200 Subject: [PATCH] Fixed documentation --- docs/introduction/partials/_getting-started-rn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/introduction/partials/_getting-started-rn.md b/docs/introduction/partials/_getting-started-rn.md index f985e8da4b..57951ec117 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.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 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). 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.