File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
android/src/main/java/com/zoyi/channel/rn Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1+ # 0.4.4
2+ ## Bug fixes
3+ * Hotfix
4+
15# 0.4.3
26## Bug fixes
37* support android channel-io 7.0.7
Original file line number Diff line number Diff line change @@ -120,6 +120,7 @@ public void initPushToken(String tokenData) {
120120 public void handlePushNotification (ReadableMap userInfo , Promise promise ) {
121121 if (reactContext != null ) {
122122 Context context = reactContext .getApplicationContext ();
123+ }
123124
124125 if (context != null ) {
125126 ChannelIO .showPushNotification (context , ParseUtils .toPushNotification (userInfo ));
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-channel-plugin" ,
3- "version" : " 0.4.3 " ,
3+ "version" : " 0.4.4 " ,
44 "description" : " react native module for channel io" ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments