File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
android/src/main/java/com/zoyi/channel/rn Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 2
2
package com .zoyi .channel .rn ;
3
3
4
4
import com .facebook .react .bridge .Arguments ;
5
+ import com .facebook .react .bridge .ReadableArray ;
5
6
import com .facebook .react .bridge .ReadableMap ;
6
7
import com .facebook .react .bridge .ReadableMapKeySetIterator ;
7
8
import com .facebook .react .bridge .ReadableType ;
12
13
import com .zoyi .channel .plugin .android .*;
13
14
import com .zoyi .channel .react .android .Const ;
14
15
16
+ import java .util .ArrayList ;
15
17
import java .util .HashMap ;
16
18
import java .util .Iterator ;
19
+ import java .util .List ;
17
20
import java .util .Map ;
18
21
19
22
/**
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-channel-plugin" ,
3
- "version" : " 0.3.8 " ,
3
+ "version" : " 0.3.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