Skip to content

Commit

Permalink
- prerelease 3.0.1-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LichKing-2234 committed Jul 10, 2020
1 parent 601e73d commit 0c87d7f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## THE CHANGELOG

#### 3.0.1-rc.1
- prerelease 3.0.1-rc.1

#### 3.0.1-beta.9
- add `constructor` for typescript
- fix Android `mapToChannelMediaInfo` crash
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ This SDK takes advantage of React Native and Agora RTC Video SDK on Android && i
Install `react-native-agora`(^3.0.0):

```shell script
yarn add react-native-agora@beta
yarn add react-native-agora
```
or
```shell script
npm i --save react-native-agora@beta
npm i --save react-native-agora
```

Go to your ios folder and run:
Expand All @@ -40,11 +40,11 @@ pod install
Install `react-native-agora`(^3.0.0):

```shell script
yarn add react-native-agora@beta
yarn add react-native-agora
```
or
```shell script
npm i --save react-native-agora@beta
npm i --save react-native-agora
```

**_ IMPORTANT _**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-agora",
"version": "3.0.1-beta.9",
"version": "3.0.1-rc.1",
"description": "React Native around the Agora RTC SDKs for Android and iOS agora",
"summary": "agora native sdk for react-native",
"main": "lib/index.js",
Expand Down

0 comments on commit 0c87d7f

Please sign in to comment.