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

This commit is contained in:
Ian Ownbey 2019-07-02 11:45:34 -04:00 committed by Thibault Malbranche
parent 1e809932ff
commit d6044c2b5d

View File

@ -23,7 +23,11 @@ $ react-native link react-native-webview
```
iOS:
This module does not require any extra step after running the link command 🎉
If using cocoapods in the `ios/` directory run
```
$ pod install
```
Android - react-native-webview version <6:
This module does not require any extra step after running the link command 🎉