We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2df54da commit 2eea7c5Copy full SHA for 2eea7c5
harmony/jpush_react_native/src/main/ets/RNJPushTurboModule.ets
@@ -56,6 +56,7 @@ export class RNJPushTurboModule extends TurboModule implements TM.JPushModule.Sp
56
if (params.appKey && params.channel) {
57
JPushInterface.setAppKey(params.appKey);
58
JPushInterface.setChannel(params.channel);
59
+ JPushInterface.init(this.context);
60
}
61
};
62
0 commit comments