Pārlūkot izejas kodu
added some missing steps
Added some missing steps on how to install and link package
Cyrus Zei
5 gadus atpakaļ
vecāks
revīzija
6cd6e7085e
No account linked to committer's email address
|
@@ -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
|