evollu / react-native-fcm

react native module for firebase cloud messaging and local notification
MIT License
1.73k stars 681 forks source link

How to reset previous badge when app uninstall #1070

Open decodedmrq opened 5 years ago

decodedmrq commented 5 years ago

My case: My app when re-install, Number of badge is previous badge number.

User logged on app with a badge number. If user sign out, i reset badge to 0. But when I uninstall app, How to reset previous badge to 0 ?

Tks in advance