Skip to content

Commit

Permalink
Merge pull request #4416 from wix/docs/readme
Browse files Browse the repository at this point in the history
docs(README): update supported RN versions.
  • Loading branch information
asafkorem authored Mar 20, 2024
2 parents 275f00a + 0a2157b commit 411b590
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/introduction/partials/_getting-started-rn.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 411b590

Please sign in to comment.