We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a99db9 commit 47274f0Copy full SHA for 47274f0
docs/docs/compatibility.md
@@ -21,11 +21,11 @@ This page documents the compatibility between different versions of `react-nativ
21
22
### Upgrading from v1.x to v2.0.0+
23
24
-When you're ready to upgrade to v2.0.0, ensure you have `react-native-nitro-modules` 0.35.0+:
+When you're ready to upgrade to v2.0.0+, ensure you have `react-native-nitro-modules` 0.35.0+:
25
26
```sh
27
-bun add react-native-nitro-modules@0.35.0
28
-bun add react-native-nitro-version-check@2.0.0
+bun add react-native-nitro-modules@latest
+bun add react-native-nitro-version-check@latest
29
```
30
31
Then rebuild your app:
0 commit comments