Skip to content

Releases: evollu/react-native-fcm

fix setBadge function

20 Sep 14:05
Compare
Choose a tag to compare
v2.0.3

Update README.md

fix getInitialNotification

14 Sep 19:52
Compare
Choose a tag to compare

bug fix for getInitialNotification for android

local notification

13 Sep 21:02
Compare
Choose a tag to compare
  • Add support to presenting instant notification and schedule recurring notification for both iOS and Android
  • Breaking change: FCM.initData is removed. Use FCM.getIntialNotification().then() instead

add open from tray flag

07 Sep 01:28
Compare
Choose a tag to compare
1.1.0

Merge branch 'master' of https://github.com/evollu/react-native-fcm

use onNewIntent from RN 0.30.0

22 Jul 04:49
Compare
Choose a tag to compare

this release requires minimum RN 0.30.0, not backward compatible

Fix android error

18 Jul 13:39
Compare
Choose a tag to compare

Android will encounter "can not parse UserHandler" error on starting the application. Fix this through a try catch block

Fix iOS notification registration

13 Jul 15:35
Compare
Choose a tag to compare
1.0.14

bump version

Add support for rn 0.29.0

12 Jul 14:43
Compare
Choose a tag to compare
  • get initial intent inside module, support rn 0.29.0 (for people upgrading from older version, change new FIRMessagingPackage(getIntent()) back to new FIRMessagingPackage())
  • remove initAction as it is just duplication of initData