Skip to content

Commit 415f441

Browse files
author
Krzysztof Borowy
committed
docs: remove v2 mention
1 parent 1849150 commit 415f441

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

README.md

Lines changed: 5 additions & 8 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

@@ -35,14 +31,15 @@ $ cd ios && pod install
3531
$ react-native link @react-native-community/async-storage
3632
```
3733

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

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

4239
### **Upgrading to React Native *0.60+***
4340

44-
New React Native 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:
41+
React Native 0.60+ comes with `autolinking` feature, which automatically links Native Modules in your project.
42+
In order to get it to work, make sure you `unlink` `Async Storage` first (if you had linked it before):
4643

4744
```bash
4845
$ react-native unlink @react-native-community/async-storage

0 commit comments

Comments
 (0)