react-native-a11y-order 2.0.0-rc1 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -33,10 +33,11 @@ Get started with the [getting started guide](./docs/getting-started/getting-star
|
|
|
33
33
|
|
|
34
34
|
## React Native compatibility
|
|
35
35
|
|
|
36
|
-
|
|
|
37
|
-
| :-- | :-- |
|
|
38
|
-
|
|
|
39
|
-
|
|
|
36
|
+
| React Native | Install | Architecture |
|
|
37
|
+
| :-- | :-- | :-- |
|
|
38
|
+
| 0.87 and newer | `react-native-a11y-order@2` | New Architecture only |
|
|
39
|
+
| 0.80 – 0.86 | `react-native-a11y-order@1` | New + Old Architecture |
|
|
40
|
+
| 0.79 and older | `react-native-a11y-order@0.11` | New + Old Architecture |
|
|
40
41
|
|
|
41
42
|
## What's available
|
|
42
43
|
|
|
@@ -79,11 +80,12 @@ Future work is limited to:
|
|
|
79
80
|
- React Native version support (new releases)
|
|
80
81
|
- Bug fixes and issue resolution
|
|
81
82
|
|
|
82
|
-
|
|
83
|
+
All active versions receive fixes:
|
|
83
84
|
|
|
84
85
|
| Version | React Native | Status |
|
|
85
86
|
| :-- | :-- | :-- |
|
|
86
|
-
| `
|
|
87
|
+
| `2.0.0` | ≥ 0.87 | Active — bug fixes and new RN support |
|
|
88
|
+
| `1.0.0` | 0.80 – 0.86 | Active — bug fixes only |
|
|
87
89
|
| `0.11.0` | ≤ 0.79 | Active — bug fixes only |
|
|
88
90
|
|
|
89
91
|
---
|