mirror of
https://github.com/status-im/react-native-webview.git
synced 2025-02-23 17:28:37 +00:00
fix(install guide): Add pod install step to getting started guide (#678)
This commit is contained in:
parent
1e809932ff
commit
d6044c2b5d
@ -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 🎉
|
||||
|
Loading…
x
Reference in New Issue
Block a user