Releases: evollu/react-native-fcm
Releases · evollu/react-native-fcm
[android] filter out android.intent.action.MAIN
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
- 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
add ongoing support for Android
fix getAPNSToken being null
sound behavior change
[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
fix requestPermission hanging in iOS9
updated type definition
support react-native v0.47.0
breaking change for android
#446
[android] Run JS callbacks when Android app is not running
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
[android] update ShortcutBadger to 1.1.17