Skip to content

Commit ba7d01c

Browse files
authored
docs: Fix supported RN versions description (#4827)
1 parent 59887ae commit ba7d01c

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,16 @@ The most difficult part of automated testing on mobile is the tip of the testing
6060

6161
Detox was built from the ground up to support React Native projects.
6262

63-
While Detox should work out of the box with almost any React Native version of the latest minor releases,
64-
support is currently officially provided for the following React Native versions:
63+
While Detox should work out of the box with any React Native version of the latest minor releases,
64+
the _official_ versions compatibility is provided according to the following:
6565

66-
- **RN `v0.73.x` - `v0.79.x`:** Official support, including React Native's ["New Architecture"](https://reactnative.dev/docs/the-new-architecture/landing-page).
67-
- **In `v0.77.x` and up:** Support for the _old_ architecture is not officially unmaintained, and may not be stable.
68-
69-
> _Newer versions may work with Detox but have not been thoroughly tested by the Detox team._
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).
67+
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.
7069

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

73-
Also, in case of a problem with an unsupported version of React Native, please [submit an issue](https://github.com/wix/Detox/issues/new/choose) or write us in our [Discord server](https://discord.gg/CkD5QKheF5) and we will do our best to help out.
72+
> In case of a problem with an unsupported version of React Native, please [submit an issue](https://github.com/wix/Detox/issues/new/choose) or write us in our [Discord server](https://discord.gg/CkD5QKheF5) and we will do our best to help out.
7473
7574
### Known Issues with React Native
7675

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@ Detox was built from the ground up to support "classic" React Native projects.
44

55
:::info Note
66

7-
While Detox should work out of the box with almost any React Native version of the latest minor releases,
8-
support is currently officially provided for the following React Native versions:
7+
While Detox should work out of the box with any React Native version of the latest minor releases,
8+
the _official_ versions compatibility is provided according to the following:
99

10-
- **RN `v0.73.x` - `v0.79.x`:** Official support, including React Native's ["New Architecture"](https://reactnative.dev/docs/the-new-architecture/landing-page).
11-
- **In `v0.77.x` and up:** Support for the _old_ architecture is not officially unmaintained, and may not be stable.
12-
13-
Newer versions may work with Detox but have not been thoroughly tested by the Detox team.
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).
11+
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.
1413

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

0 commit comments

Comments
 (0)