Skip to content

Releases: evollu/react-native-fcm

some fixes

21 Jul 13:33
Compare
Choose a tag to compare
  • [android] presentLocalNotification and custom_notification will not trigger a notif event when showing notification.
  • fixed type definition error #473

allow deleting instanceId

17 Jul 14:56
Compare
Choose a tag to compare

allow android alias activity

26 Jun 18:32
Compare
Choose a tag to compare

ios warning fix

12 Jun 22:39
Compare
Choose a tag to compare

fix iOS warning on NSNumber

bug fix iOS init notification

11 Jun 17:29
Compare
Choose a tag to compare

fix init notification being empty in iOS

bug fix

11 Jun 12:32
Compare
Choose a tag to compare

ios SDK v4

03 Jun 18:03
Compare
Choose a tag to compare

make change for SDK v4

BREAKING CHANGES:
direct channel are turned off by default in iOS now. to enable it you need to call FCM.enableDirectChannel()

other new methods for iOS
FCM.isDirectChannelEstablished()
FCM.on(FCMEvent.DirectChannelConnectionChanged, callback)
FCM.getAPNSToken()

update typescript definition

14 Apr 19:39
Compare
Choose a tag to compare
v6.2.3

Update package.json

add typescript definition

11 Apr 20:36
Compare
Choose a tag to compare
v6.2.1

Update package.json

buildToolsVersion 25

24 Mar 14:09
Compare
Choose a tag to compare

use buildToolsVersion 25 and targetSDK 25