Skip to content

Releases: evollu/react-native-fcm

[android] filter out android.intent.action.MAIN

26 Sep 01:36
Compare
Choose a tag to compare

filter out android.intent.action.MAIN action so clicking app icon won't trigger notification callback
FCM.getInitialNotification will also return null if intent is android.intent.action.MAIN

[android] fix background notification with urls

15 Sep 18:21
Compare
Choose a tag to compare
  • Schedule Android notification in separate thread.
  • Fix notification not working when app is in background and notification contains urls like picture or large_icon

add `opened_from_tray` for local notification

12 Sep 13:14
Compare
Choose a tag to compare

add ongoing support for Android

28 Aug 15:28
Compare
Choose a tag to compare

fix getAPNSToken being null

28 Aug 14:29
Compare
Choose a tag to compare

sound behavior change

28 Aug 14:20
Compare
Choose a tag to compare

[BREAKING CHANGE]
notification sound is muted by default to be in sync on FCM's behavior.
To use default sound, pass sound: 'default'

make module compatible with RN <0.47

fix requestPermission hanging in iOS9

28 Aug 13:56
Compare
Choose a tag to compare

fix requestPermission hanging in iOS9
updated type definition

support react-native v0.47.0

02 Aug 13:43
Compare
Choose a tag to compare

breaking change for android
#446

[android] Run JS callbacks when Android app is not running

31 Jul 14:27
Compare
Choose a tag to compare

Run JS callbacks when Android app is not running at all.
credit to react-native-push-notification

WARNING: because FCM won't wake up app if you have notification attribute in payload. Make sure that you only pass data attribute

update ShortcutBadger

25 Jul 22:42
Compare
Choose a tag to compare

[android] update ShortcutBadger to 1.1.17