user3577441
user3577441

Reputation: 21

React Native notification badge icon with counting in Android

I'm new to React Native and I'd like to display notification badge with counting number icon on home screen in Android, please see example result image below:

Image

In iOS I'm experimenting on PushNotificationIOS extension but in Android seems to be deadened, I've tried to research for 2 days and still looking for a solution in Android.

Upvotes: 1

Views: 8694

Answers (1)

Giovanni Esposito
Giovanni Esposito

Reputation: 11156

Ciao, you could use react-native-firebase. Install it using:

npm install --save @react-native-firebase/app

Then follow the Notification guide in React Native Firebase docs.

Upvotes: 1

Related Questions