Browse Source

Merge pull request #49 from CyrusZei/patch-1

added some missing steps
matrixbirds 5 years ago
parent
commit
084b4e9806
No account linked to committer's email address
1 changed files with 18 additions and 0 deletions
  1. 18
    0
      docs/v2/ios.md

+ 18
- 0
docs/v2/ios.md View File

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