I installed this library and linked it. In my index.js I called
var BadgeAndroid = require('react-native-android-badge'); // BadgeAndroid.setBadge(10);
and I am getting this error:
ExceptionsManager.js:65 Cannot read property 'setBadge' of undefined
Any idea?
I installed this library and linked it. In my index.js I called
var BadgeAndroid = require('react-native-android-badge'); // BadgeAndroid.setBadge(10);and I am getting this error:
Any idea?