Skip to content

Commit b64c9cc

Browse files
author
Krzysztof Borowy
committed
docs: remove v2 mention
1 parent e4640fc commit b64c9cc

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
An asynchronous, unencrypted, persistent, key-value storage system for React Native.
44

55

6-
### AsyncStorage v2 is out!
7-
8-
Release Candidate for AsyncStorage v2 is out. More info [can be found here.](https://git.io/JeSSQ).
9-
106
## Getting Started
117

128

@@ -32,20 +28,21 @@ $ react-native link @react-native-community/async-storage
3228
```
3329

3430

35-
*Note* For `iOS` using `cocoapods`, run:
31+
*Note:* For `iOS` using `cocoapods`, run:
3632

3733
```bash
3834
$ cd ios/ && pod install
3935
```
4036

41-
See docs for [manual linking guide](docs/Linking.md)
37+
*Note:* For `macOS` the [manual linking](docs/Linking.md) is currently the only linking option.
38+
4239

43-
*Note* For `macOS` the [manual linking](docs/Linking.md) is currently the only linking option.
40+
See docs for [manual linking guide.](docs/Linking.md)
4441

4542
### **Upgrading to React Native *0.60+***
4643

47-
New React Native comes with `autolinking` feature, which automatically links Native Modules in your project.
48-
In order to get it to work, make sure you `unlink` `Async Storage` first:
44+
React Native 0.60+ comes with `autolinking` feature, which automatically links Native Modules in your project.
45+
In order to get it to work, make sure you `unlink` `Async Storage` first (if you had linked it before):
4946

5047
```bash
5148
$ react-native unlink @react-native-community/async-storage

0 commit comments

Comments
 (0)