File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 3
3
An asynchronous, unencrypted, persistent, key-value storage system for React Native.
4
4
5
5
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
-
10
6
## Getting Started
11
7
12
8
@@ -35,14 +31,15 @@ $ cd ios && pod install
35
31
$ react-native link @react-native-community/async-storage
36
32
```
37
33
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
+
39
36
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 )
41
38
42
39
### ** Upgrading to React Native * 0.60+***
43
40
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) :
46
43
47
44
``` bash
48
45
$ react-native unlink @react-native-community/async-storage
You can’t perform that action at this time.
0 commit comments