File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -7,16 +7,20 @@ title: Installation
77
88Get up and running with Nitro Version Check in your React Native project. The setup takes less than a minute.
99
10- ## Install packages
10+ ## Install the library
1111
1212``` sh
13- bun add react-native-nitro-version-check react-native-nitro-modules
13+ bun add react-native-nitro-version-check
1414```
1515
16- or with npm:
16+ > 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:
1721
1822``` sh
19- npm install react-native-nitro-version-check react-native-nitro-modules
23+ bun add react-native-nitro-modules
2024```
2125
2226## Platform setup
You can’t perform that action at this time.
0 commit comments