我是 React Native 和测试 PushNotificationIOS 的新手。但是 checkpermission 调用在 Android 上给了我错误。
ExceptionsManager.js:61 Cannot read property 'checkPermissions' of undefined
我猜这是因为我只需要在 iOS 上使用该组件。如何添加对操作系统的检查以仅在 iOS 上拨打电话?
这是我的代码:
componentWillMount: function() {
//-- need an OS check here??
PushNotificationIOS.checkPermissions((data)=> {
console.log("in comp will mount: checking for permission")
console.log(data.alert)
console.log(data.badge)