Browse Source

fix(install guide): Add pod install step to getting started guide (#678)

Ian Ownbey 5 years ago
parent
commit
d6044c2b5d
1 changed files with 5 additions and 1 deletions
  1. 5
    1
      docs/Getting-Started.md

+ 5
- 1
docs/Getting-Started.md View File

23
 ```
23
 ```
24
 
24
 
25
 iOS:
25
 iOS:
26
-This module does not require any extra step after running the link command 🎉
26
+
27
+If using cocoapods in the `ios/` directory run
28
+```
29
+$ pod install
30
+```
27
 
31
 
28
 Android - react-native-webview version <6:
32
 Android - react-native-webview version <6:
29
 This module does not require any extra step after running the link command 🎉
33
 This module does not require any extra step after running the link command 🎉