Skip to content

Commit 5549652

Browse files
authored
Update Linking.md
1 parent b7b2a42 commit 5549652

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Linking.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
#### Using 'Pods'
1515
1. Enter into iOS Folder `cd ios/` (on your project's root folder).
1616

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`).
17+
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`):
1818

1919
```diff
20-
+ pod 'react-native-async-storage', :path => '../node_modules/@react-native-community/async-storage'
20+
+ pod 'RNCAsyncStorage', :path => '../node_modules/@react-native-community/async-storage'
2121
```
2222

2323
3. Run `pod install`

0 commit comments

Comments
 (0)