We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95268fd commit 2ab4e68Copy full SHA for 2ab4e68
1 file changed
docs/docs/installation.md
@@ -7,16 +7,20 @@ title: Installation
7
8
Get up and running with Nitro Version Check in your React Native project. The setup takes less than a minute.
9
10
-## Install packages
+## Install the library
11
12
```sh
13
-bun add react-native-nitro-version-check react-native-nitro-modules
+bun add react-native-nitro-version-check
14
```
15
16
-or with npm:
+> Or use your preferred package manager (`npm`, `yarn`, etc.)
17
+
18
+### Nitro Modules
19
20
+This library requires [react-native-nitro-modules](https://github.com/mrousavy/nitro). If you don't already have it installed, add it:
21
22
-npm install react-native-nitro-version-check react-native-nitro-modules
23
+bun add react-native-nitro-modules
24
25
26
## Platform setup
0 commit comments