We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7b2a42 commit 5549652Copy full SHA for 5549652
docs/Linking.md
@@ -14,10 +14,10 @@
14
#### Using 'Pods'
15
1. Enter into iOS Folder `cd ios/` (on your project's root folder).
16
17
-2. Add this line to your `Podfile` just below the last pod: (if you don't one just create a new runnning: `pod init`).
+2. Add this line to your `Podfile` just below the last pod (if you don't have one, you can create it by running `pod init`):
18
19
```diff
20
-+ pod 'react-native-async-storage', :path => '../node_modules/@react-native-community/async-storage'
++ pod 'RNCAsyncStorage', :path => '../node_modules/@react-native-community/async-storage'
21
```
22
23
3. Run `pod install`
0 commit comments