Skip to content

Commit 303ca40

Browse files
committed
docs: update README installation commands to use @next tag for react-native-sensitive-info
1 parent 1fef809 commit 303ca40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ Modern secure storage for React Native, powered by Nitro Modules. Version 6 ship
6262

6363
```bash
6464
# with npm
65-
npm install react-native-sensitive-info react-native-nitro-modules
65+
npm install react-native-sensitive-info@next react-native-nitro-modules
6666

6767
# or with yarn
68-
yarn add react-native-sensitive-info react-native-nitro-modules
68+
yarn add react-native-sensitive-info@next react-native-nitro-modules
6969

7070
# or with pnpm
71-
pnpm add react-native-sensitive-info react-native-nitro-modules
71+
pnpm add react-native-sensitive-info@next react-native-nitro-modules
7272
```
7373

7474
No manual linking is required. Nitro handles platform registration via autolinking.

0 commit comments

Comments
 (0)