Skip to content

Releases: evollu/react-native-fcm

ios fix for RN 0.40.0

05 Jan 20:38
Compare
Choose a tag to compare

because of react native's breaking change, need to change all headers

bug fixes

05 Jan 16:08
Compare
Choose a tag to compare

#245 Fix iOS crash on startup due to wrong thread
fix android sound name with extension

bug fixes

20 Dec 20:53
Compare
Choose a tag to compare

fix sound for local notification
Support bitmap urls in large-icon (#238)
Support install from podfile (#232)

fix presentLocalNotification in iOS

16 Dec 18:54
Compare
Choose a tag to compare

fix crash in iOS 10 when calling presentLocalNotification

12 Dec 16:47
Compare
Choose a tag to compare

fix crash on presentlocalnotification

06 Dec 18:30
Compare
Choose a tag to compare
v2.5.1

Update package.json

custom android notification and removeAllDeliveredNotifications

05 Dec 18:38
Compare
Choose a tag to compare
  • add removeAllDeliveredNotifications and removeDeliveredNotification
  • add "custom_notification" property to allow custom notification
  • update readme

clear notification center for ios 9-

05 Dec 01:39
Compare
Choose a tag to compare

call set badge to 0 to clear ios9 notification center

revert header change

01 Dec 19:06
Compare
Choose a tag to compare

badgeCount for android

01 Dec 18:52
Compare
Choose a tag to compare
  • update iOS headers #209
  • support badgeCount for android #207
  • fix appDelegate.m import issue #211