File tree Expand file tree Collapse file tree 3 files changed +9
-31
lines changed Expand file tree Collapse file tree 3 files changed +9
-31
lines changed Original file line number Diff line number Diff line change
1
+ # 0.7.9
2
+
3
+ ## Update
4
+ * Update README.md
5
+
1
6
# 0.7.8
2
7
3
8
## Bug Fixes
Original file line number Diff line number Diff line change 12
12
13
13
` $ react-native link react-native-channel-plugin `
14
14
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 ) .
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-channel-plugin" ,
3
- "version" : " 0.7.8 " ,
3
+ "version" : " 0.7.9 " ,
4
4
"description" : " react native module for channel io" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments