Skip to content

Commit

Permalink
Merge pull request #49 from CyrusZei/patch-1
Browse files Browse the repository at this point in the history
added some missing steps
  • Loading branch information
Matrixbirds authored Mar 19, 2019
2 parents 44a4b52 + 6cd6e70 commit 084b4e9
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 084b4e9

Please sign in to comment.