瀏覽代碼

Merge pull request #49 from CyrusZei/patch-1

added some missing steps
matrixbirds 5 年之前
父節點
當前提交
084b4e9806
No account linked to committer's email address
共有 1 個檔案被更改,包括 18 行新增0 行删除
  1. 18
    0
      docs/v2/ios.md

+ 18
- 0
docs/v2/ios.md 查看文件

@@ -5,6 +5,24 @@
5 5
 * Xcode 10.0+
6 6
 * cocoapods
7 7
 
8
+```bash
9
+# Use npm
10
+npm install react-native-agora
11
+```
12
+or
13
+
14
+```bash
15
+# Use yarn
16
+yarn add react-native-agora
17
+```
18
+then you need to link the library
19
+
20
+```bash
21
+# Link the library
22
+react-native link react-native-agora
23
+```
24
+
25
+
8 26
 ```bash
9 27
 # installed ruby first then run it
10 28
 gem install cocoapods