in src/index.tsx [469:476]
export function addNotificationReceivedInApp(callback: PushCallback) {
_onNotificationReceivedInAppListener = DeviceEventEmitter.addListener(
'AliyunPush_onNotificationReceivedInApp',
(event) => {
callback(event);
}
);
}