Skip to content

Commit f4d5380

Browse files
author
wanghaobo
committed
[fix]修改turnOffPush
1 parent 36cd2a3 commit f4d5380

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export default class Getui {
6767
}
6868

6969
static turnOffPush() {
70-
GetuiModule.turnOnPush();
70+
GetuiModule.turnOffPush();
7171
}
7272

7373
/**

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-getui",
3-
"version": "1.1.37",
3+
"version": "1.1.38",
44
"description": "Getui push sdk plugin for rect-native",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)