react-native-fcm

react native module for firebase cloud messaging and local notification

MIT License

Downloads
290
Stars
1.7K
Committers
100

Bot releases are hidden (Show)

react-native-fcm - [ios] add fcm token handling

Published by evollu over 6 years ago

fixes #789
Add deleteEntityToken and getEntityToken methods #779

react-native-fcm - [android] broadcast token refresh event after boostrap

Published by evollu over 6 years ago

in Android token refresh event usually fires before React instance is ready.
The fix works similar to notification that waits React instance to bootstrap before firing

react-native-fcm - use #import "Firebase.h"

Published by evollu over 6 years ago

[Potential breaking changes]
use #import "Firebase.h" to fix #777

react-native-fcm - Add support for notification actions on iOS

Published by evollu over 6 years ago

#773

react-native-fcm - fix android schedule notification crash

Published by evollu over 6 years ago

react-native-fcm - updated react-native-fcm.podspec with dependency

Published by evollu almost 7 years ago

react-native-fcm - [android] fix fail notification schedule after reboot

Published by evollu almost 7 years ago

react-native-fcm - [android] add wake_screen

Published by evollu almost 7 years ago

react-native-fcm - [android] fix notification not showing up for kitkat below with group

Published by evollu almost 7 years ago

react-native-fcm - arch cleanup

Published by evollu almost 7 years ago

  • fixed the issue where multiple apps using this library interfering with each other
  • limited iOS header look path to allow project integrating with react through CocoaPods
    • non-pod user needs to put frameworks under ios/Frameworks
    • no changes required for Pod user
react-native-fcm - [ios]Added requiresMainQueueSetup

Published by evollu about 7 years ago

react-native-fcm - fix Pods folder in iOS release head lookup

Published by evollu about 7 years ago

react-native-fcm - some breaking changes

Published by evollu about 7 years ago

Android

  • BREAKING CHANGE: remove tag support because it is buggy and you can just use id
  • fixed number for android

iOS

  • BREAKING CHANGE: only look for FCM framework inside ios/Pods folder to avoid some collisions. It has no impact to CocoaPods user but will impact manual framework users
react-native-fcm - fix for jest testing

Published by evollu about 7 years ago

react-native-fcm - [android] don't filter out main activity because of samsung

Published by evollu about 7 years ago

react-native-fcm - add support for drawable notif icon

Published by evollu about 7 years ago

as Android studio creates notification icon under drawable, reads from drawable folder if notification icon is not in mipmap

react-native-fcm - bug fix

Published by evollu about 7 years ago

fixes android getInitialNotification error #578

react-native-fcm - [android] requestPermission

Published by evollu about 7 years ago

implement requestPermission for android. If user turns off notification for the app, it will return a rejected promise.

this uses standard Android API. PRs supporting 3rd party permission prompts like xiaomi are welcomed.

react-native-fcm - Dispatch registerForRemoteNotifications on main thread

Published by evollu about 7 years ago

Dispatch registerForRemoteNotifications on main thread to prevent runtime warnings #575