Skip to content

Commit 8c3c73f

Browse files
committed
fix demo
1 parent 7aa1990 commit 8c3c73f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

example/react-native-iOS/push_activity.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ export default class PushActivity extends Component {
5555
componentWillMount() {
5656

5757
JPushModule.setupPush() // if you add register notification in Appdelegate.m 有 don't need call this function
58-
JPushModule.getBadge((badge) => {Alert.alert("badge", badge)})
5958
JPushModule.addnetworkDidLoginListener(() => {
6059
console.log('连接已登录')
6160
JPushModule.addTags(['dasffas'], (result)=> {

0 commit comments

Comments
 (0)