We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e36e195 commit 9ee2adaCopy full SHA for 9ee2ada
.changeset/pre.json
@@ -8,7 +8,5 @@
8
"@react-native-async-storage/async-storage": "2.2.0",
9
"@react-native-async-storage/eslint-config": "0.0.0"
10
},
11
- "changesets": [
12
- "quick-dragons-run"
13
- ]
+ "changesets": ["quick-dragons-run"]
14
}
README.md
@@ -38,10 +38,10 @@ Other components:
38
39
```shell
40
# Using npm
41
-npm install @react-native-async-storage/async-storage
+npm install @react-native-async-storage/async-storage@next
42
43
# Using yarn
44
-yarn add @react-native-async-storage/async-storage
+yarn add @react-native-async-storage/async-storage@next
45
```
46
47
### Android
0 commit comments