Jeepeng / react-native-xinge-push

信鸽推送React Native版,支持华为、小米、魅族官方推送通道
Apache License 2.0
78 stars 29 forks source link

消息点击事件以及跳转页面方法 #24

Open adam-zhu-1991 opened 6 years ago

adam-zhu-1991 commented 6 years ago

当 app 处于关闭状态时,能收到通知,但当点击通知后 打开 app 时 onNotification 回调函数不会被调用,app 处于 active 状态是可以触发 onNotification 函数的。

xinge 官方有 android 的跳转方法,但是 RN 该怎么处理呢?求解答!!!