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 9d31558 commit 1ebb7ccCopy full SHA for 1ebb7cc
index.js
@@ -334,6 +334,7 @@ export default class JPush {
334
}
335
336
/**
337
+ * @deprecated Since version 2.2.0, will deleted in 3.0.0.
338
* iOS Only
339
* 监听:应用没有启动的状态点击推送打开应用
340
* 注意:2.2.0 版本开始,提供了 getLaunchAppNotification
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jpush-react-native",
3
- "version": "2.1.13",
+ "version": "2.2.0",
4
"description": "a jpush plugin for react native application",
5
"main": "index.js",
6
"scripts": {
0 commit comments