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 7aa1990 commit 8c3c73fCopy full SHA for 8c3c73f
example/react-native-iOS/push_activity.js
@@ -55,7 +55,6 @@ export default class PushActivity extends Component {
55
componentWillMount() {
56
57
JPushModule.setupPush() // if you add register notification in Appdelegate.m 有 don't need call this function
58
- JPushModule.getBadge((badge) => {Alert.alert("badge", badge)})
59
JPushModule.addnetworkDidLoginListener(() => {
60
console.log('连接已登录')
61
JPushModule.addTags(['dasffas'], (result)=> {
0 commit comments