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

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