Skip to content

Commit f61efd0

Browse files
authored
Merge pull request #4857 from wix/docs/supported_versions
Update supported versions
2 parents fd6e46c + cf15a09 commit f61efd0

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ Detox was built from the ground up to support React Native projects.
6363
While Detox should work out of the box with any React Native version of the latest minor releases,
6464
the _official_ versions compatibility is provided according to the following:
6565

66-
- **RN `v0.73.x` - `v0.79.x`:** Fully compatible. That includes React Native's ["New Architecture"](https://reactnative.dev/docs/the-new-architecture/landing-page).
66+
- **RN `v0.77.x` - `v0.82.x`:** Fully compatible with React Native's ["New Architecture"](https://reactnative.dev/docs/the-new-architecture/landing-page).
6767
Newer RN versions might work with Detox, but they've not been thoroughly tested by the Detox team yet.
68-
- **RN ≥ `v0.77.x`:** Compatibility with the _old_ RN architecture is no longer maintained; Detox may not be stable in these configurations.
68+
6969

7070
Although we do not officially support older React Native versions, we do our best to keep Detox compatible with them.
7171

docs/introduction/partials/_getting-started-rn.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ Detox was built from the ground up to support "classic" React Native projects.
77
While Detox should work out of the box with any React Native version of the latest minor releases,
88
the _official_ versions compatibility is provided according to the following:
99

10-
- **RN `v0.73.x` - `v0.79.x`:** Fully compatible. That includes React Native's ["New Architecture"](https://reactnative.dev/docs/the-new-architecture/landing-page).
10+
- **RN `v0.77.x` - `v0.82.x`:** Fully compatible with React Native's ["New Architecture"](https://reactnative.dev/docs/the-new-architecture/landing-page).
1111
Newer RN versions might work with Detox, but they've not been thoroughly tested by the Detox team yet.
12-
- **RN ≥ `v0.77.x`:** Compatibility with the _old_ RN architecture is no longer maintained; Detox may not be stable in these configurations.
1312

1413
Although we do not officially support older React Native versions, we do our best to keep Detox compatible with them.
1514

0 commit comments

Comments
 (0)