Procházet zdrojové kódy

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

Ian Ownbey před 5 roky
rodič
revize
d6044c2b5d
1 změnil soubory, kde provedl 5 přidání a 1 odebrání
  1. 5
    1
      docs/Getting-Started.md

+ 5
- 1
docs/Getting-Started.md Zobrazit soubor

@@ -23,7 +23,11 @@ $ react-native link react-native-webview
23 23
 ```
24 24
 
25 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 32
 Android - react-native-webview version <6:
29 33
 This module does not require any extra step after running the link command 🎉