Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Matrixbirds committed Mar 26, 2019
2 parents 0a010a7 + 084b4e9 commit b10711b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/v2/ios.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@
* Xcode 10.0+
* cocoapods

```bash
# Use npm
npm install react-native-agora
```
or

```bash
# Use yarn
yarn add react-native-agora
```
then you need to link the library

```bash
# Link the library
react-native link react-native-agora
```


```bash
# installed ruby first then run it
gem install cocoapods
Expand Down

0 comments on commit b10711b

Please sign in to comment.