Skip to content

Releases: evollu/react-native-fcm

[ios] add fcm token handling

12 Feb 15:28
903cefe
Compare
Choose a tag to compare

fixes #789
Add deleteEntityToken and getEntityToken methods #779

[android] broadcast token refresh event after boostrap

08 Feb 22:28
e186923
Compare
Choose a tag to compare

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

use #import "Firebase.h"

08 Feb 22:15
4d5254f
Compare
Choose a tag to compare

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

Add support for notification actions on iOS

05 Feb 23:48
2eee4ca
Compare
Choose a tag to compare

fix android schedule notification crash

20 Jan 23:18
226313e
Compare
Choose a tag to compare
v11.3.1

Update package.json

updated react-native-fcm.podspec with dependency

18 Jan 16:28
5232fed
Compare
Choose a tag to compare

[android] fix fail notification schedule after reboot

05 Jan 19:30
5db48f7
Compare
Choose a tag to compare

[android] add wake_screen

03 Jan 18:03
e604a9a
Compare
Choose a tag to compare
v11.1.0

Update README.md

[android] fix notification not showing up for kitkat below with group

02 Jan 17:12
Compare
Choose a tag to compare

arch cleanup

20 Dec 17:09
Compare
Choose a tag to compare
  • 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