File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
website/versioned_docs/version-20.x/introduction/partials Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,12 @@ Detox was built from the ground up to support "classic" React Native projects.
4
4
5
5
:::info Note
6
6
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:
9
9
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.
14
13
15
14
Although we do not officially support older React Native versions, we do our best to keep Detox compatible with them.
16
15
You can’t perform that action at this time.
0 commit comments