Skip to content

Commit 9ee2ada

Browse files
committed
fix: format and docs
1 parent e36e195 commit 9ee2ada

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.changeset/pre.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,5 @@
88
"@react-native-async-storage/async-storage": "2.2.0",
99
"@react-native-async-storage/eslint-config": "0.0.0"
1010
},
11-
"changesets": [
12-
"quick-dragons-run"
13-
]
11+
"changesets": ["quick-dragons-run"]
1412
}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ Other components:
3838

3939
```shell
4040
# Using npm
41-
npm install @react-native-async-storage/async-storage
41+
npm install @react-native-async-storage/async-storage@next
4242

4343
# Using yarn
44-
yarn add @react-native-async-storage/async-storage
44+
yarn add @react-native-async-storage/async-storage@next
4545
```
4646

4747
### Android

0 commit comments

Comments
 (0)