Skip to content

Commit de54d4c

Browse files
committed
docs: update compatibility and installation documentation for v1.x versions
1 parent dff0aa2 commit de54d4c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/docs/compatibility.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ This page documents the compatibility between different versions of `react-nativ
1111

1212
| `react-native-nitro-version-check` Version | `react-native-nitro-modules` | Status |
1313
|---|---|---|
14-
| v1.x | 0.32.0 - 0.34.x | Stable |
15-
| v2.0.0+ | 0.35.0+ | Current |
14+
| v1.x | 0.33.0 - 0.34.x | Stable |
15+
| v2.x+ | 0.35.0+ | Current |
1616

1717
## Nitro 0.35.0 and Later
1818

19-
**Version 2.x and newer is fully built around Nitro 0.35+ support.** All v1.x versions work with Nitro 0.32.0 - 0.34.x.
19+
**Version 2.x and newer is fully built around Nitro 0.35+ support.** All v1.x versions work with Nitro 0.33.0 - 0.34.x.
2020

2121

2222
### Upgrading from v1.x to v2.0.0+
@@ -40,4 +40,4 @@ cd ios && pod install
4040

4141
### Staying on v1.x
4242

43-
All v1.x versions work with Nitro 0.32.0 - 0.34.x. When you upgrade to Nitro 0.35.0+, you'll need to upgrade to v2.0.0+.
43+
All v1.x versions work with Nitro 0.33.0 - 0.34.x. When you upgrade to Nitro 0.35.0+, you'll need to upgrade to v2.x+.

docs/docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ cd ios && pod install
4747

4848
- React Native 0.76+
4949
- **v2.x+**: [`react-native-nitro-modules`](https://github.com/mrousavy/nitro) >= 0.35.0
50-
- **v1.x**: [`react-native-nitro-modules`](https://github.com/mrousavy/nitro) >= 0.32.0
50+
- **v1.x**: [`react-native-nitro-modules`](https://github.com/mrousavy/nitro) >= 0.33.0
5151

5252
> See the [Compatibility](/docs/compatibility) guide to understand version requirements and migration paths.
5353

0 commit comments

Comments
 (0)