jhen0409 / react-native-android-badge

A react native wrapper for leolin310148/ShortcutBadger.
MIT License
90 stars 36 forks source link

TypeError: undefined is not an object (evaluating '_reactNativeAndroidBadge2.default.setBadge') #7

Open pajaploy opened 6 years ago

pajaploy commented 6 years ago

I tried to use react-native-android-badge but It was error

[Unhandled Promise rejection: TypeError: undefined is not an object (evaluating '_reactNativeAndroidBadge2.default.setBadge')]

My code is

  1. import BadgeAndroid from 'react-native-android-badge'
  2. BadgeAndroid.setBadge(10)

version

solonik1 commented 6 years ago

Add compile project(':react-native-android-badge') as dependency to your \android\app\build.gradle file

Annihil commented 6 years ago

Not working

KunalPaul commented 6 years ago

as I can see you have not link the package please do react-native link react-native-android-badge

KunalPaul commented 6 years ago

and then try to restart the app hope it works

duytq94 commented 5 years ago

@Annihil @pajaploy Seem react-native link react-native-android-badge not work perfectly Please add compile project(':react-native-android-badge') on android/app/build.gradle manually