Преглед на файлове

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

Ian Ownbey преди 5 години
родител
ревизия
d6044c2b5d
променени са 1 файла, в които са добавени 5 реда и са изтрити 1 реда
  1. 5
    1
      docs/Getting-Started.md

+ 5
- 1
docs/Getting-Started.md Целия файл

@@ -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 🎉