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.
Files changed (2) hide show
  1. package/README.md +8 -6
  2. 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
- | Library version | React Native |
37
- | :-- | :-- |
38
- | `1.0.0` | 0.80 |
39
- | `0.11.0` | 0.79 |
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
- Both active versions receive fixes:
83
+ All active versions receive fixes:
83
84
 
84
85
  | Version | React Native | Status |
85
86
  | :-- | :-- | :-- |
86
- | `1.0.0` | ≥ 0.80 | Active — bug fixes and new RN support |
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
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-a11y-order",
3
- "version": "2.0.0-rc1",
3
+ "version": "2.0.0",
4
4
  "description": "ReactNative library for managing screen reader focus ordering",
5
5
  "types": "./lib/typescript/src/index.d.ts",
6
6
  "exports": {