Skip to content

Commit 47274f0

Browse files
committed
docs: update compatibility documentation for upgrading to v2.0.0+
1 parent 5a99db9 commit 47274f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/docs/compatibility.md

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

2222
### Upgrading from v1.x to v2.0.0+
2323

24-
When you're ready to upgrade to v2.0.0, ensure you have `react-native-nitro-modules` 0.35.0+:
24+
When you're ready to upgrade to v2.0.0+, ensure you have `react-native-nitro-modules` 0.35.0+:
2525

2626
```sh
27-
bun add react-native-nitro-modules@0.35.0
28-
bun add react-native-nitro-version-check@2.0.0
27+
bun add react-native-nitro-modules@latest
28+
bun add react-native-nitro-version-check@latest
2929
```
3030

3131
Then rebuild your app:

0 commit comments

Comments
 (0)