Skip to content

Commit 6500444

Browse files
authored
Merge pull request #98 from zoyi-jin/0.7.9
0.7.9
2 parents 6f63191 + 9b4d8fd commit 6500444

File tree

3 files changed

+9
-31
lines changed

3 files changed

+9
-31
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.7.9
2+
3+
## Update
4+
* Update README.md
5+
16
# 0.7.8
27

38
## Bug Fixes

README.md

Lines changed: 3 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -12,33 +12,6 @@ or
1212

1313
`$ react-native link react-native-channel-plugin`
1414

15-
### Manual installation
16-
17-
#### iOS
18-
19-
1. In XCode, in the project navigator, right click `Libraries``Add Files to [your project's name]`
20-
2. Go to `node_modules``react-native-channel-io` and add `RNChannelIo.xcodeproj`
21-
3. In XCode, in the project navigator, select your project. Add `libRNChannelIo.a` to your project's `Build Phases``Link Binary With Libraries`
22-
4. Run your project (`Cmd+R`)<
23-
24-
#### Android
25-
26-
1. Open up `android/app/src/main/java/[...]/MainActivity.java`
27-
- Add `import com.zoyi.channel.rn.RNChannelIOPackage;` to the imports at the top of the file
28-
- Add `new RNChannelIOPackage()` to the list returned by the `getPackages()` method
29-
2. Append the following lines to `android/settings.gradle`:
30-
```
31-
include ':react-native-channel-plugin'
32-
project(':react-native-channel-plugin').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-channel-plugin/android')
33-
```
34-
3. Insert the following lines inside the dependencies block in `android/app/build.gradle`:
35-
```
36-
compile project(':react-native-channel-plugin')
37-
```
38-
39-
## Usage
40-
```javascript
41-
import { ChannelIO } from 'react-native-channel-plugin';
42-
```
43-
44-
For more information, please check our developer site -> [link](https://developers.channel.io).
15+
### Developer's Guide
16+
17+
Please check our developer site -> [link](https://developers.channel.io).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-channel-plugin",
3-
"version": "0.7.8",
3+
"version": "0.7.9",
44
"description": "react native module for channel io",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)