瀏覽代碼

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

Ian Ownbey 4 年之前
父節點
當前提交
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 🎉