We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 476107b commit 73e748bCopy full SHA for 73e748b
.github/workflows/deploy-docs.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- uses: actions/checkout@v5
18
with:
19
- token: ${{ secrets.GH_BOT_TOKEN }}
+ token: ${{ secrets.GH_RELEASE_TOKEN }}
20
- uses: actions/setup-python@v6
21
22
python-version: 3.11
README.md
@@ -38,10 +38,10 @@ Other components:
38
39
```shell
40
# Using npm
41
-npm install @react-native-async-storage/async-storage@next
+npm install @react-native-async-storage/async-storage
42
43
# Using yarn
44
-yarn add @react-native-async-storage/async-storage@next
+yarn add @react-native-async-storage/async-storage
45
```
46
47
### Android
0 commit comments