React-native-fcm: [Android] Not continue show banner when dismiss "one" notification banner show.

Created on 21 Nov 2017  路  7Comments  路  Source: evollu/react-native-fcm

When openning an issue, please include following information for better support

  1. What version of RN and react-native-fcm are you running? => 10.0.3
  2. What device are you using? (e.g iOS9 emulator, Android 6 device)? => Android 7.0
  3. Is your app running in foreground, background or not running? => when app is all state.

I don't know why when i dismiss a banner notification, another notification only show small icon on left status bar. Does it is android feature or some thing i missing? Thanks.

question

All 7 comments

the small icon and the banner are the same notification. they just show up in two places.

@evollu what if i want it always show banner, how can i do it? Thanks.

you mean keep it on the top and don't disappear?

@evollu sorry if i'm not describe well. I mean:

  • banner show => i dismiss it (using finger, claw banner on top to dismiss it.) => Then, after that, all notification (come after i dismiss this notification above) incoming not showing banner anymore, only small icon showup on tray (left-top of status bar). Does it is feature of Android or maybe i missing setup something? After all, thanks for your effort and quick response. :) Love it.

Try FCM's native example to see if you see the same behavior. It could be caused by custom OS.

are you sending remote or local notification?

i use remote notification.
I will try your suggest.
Thanks.

or try android emulator

Was this page helpful?
0 / 5 - 0 ratings