File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Expand file tree Collapse file tree 1 file changed +6
-9
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
@@ -32,20 +28,21 @@ $ react-native link @react-native-community/async-storage
32
28
```
33
29
34
30
35
- * Note* For ` iOS ` using ` cocoapods ` , run:
31
+ * Note: * For ` iOS ` using ` cocoapods ` , run:
36
32
37
33
``` bash
38
34
$ cd ios/ && pod install
39
35
```
40
36
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
+
42
39
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 )
44
41
45
42
### ** Upgrading to React Native * 0.60+***
46
43
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) :
49
46
50
47
``` bash
51
48
$ react-native unlink @react-native-community/async-storage
You can’t perform that action at this time.
0 commit comments