Skip to content

Commit 14eae28

Browse files
authored
Merge pull request #36 from zoyi/develop
0.4.4
2 parents a9744e0 + 11906c3 commit 14eae28

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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

android/src/main/java/com/zoyi/channel/rn/RNChannelIO.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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));

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.4.3",
3+
"version": "0.4.4",
44
"description": "react native module for channel io",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)