mirror of
https://github.com/status-im/react-native-webview.git
synced 2025-02-24 01:38:45 +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:
|
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:
|
Android - react-native-webview version <6:
|
||||||
This module does not require any extra step after running the link command 🎉
|
This module does not require any extra step after running the link command 🎉
|
||||||
|
Loading…
x
Reference in New Issue
Block a user