Skip to content

Releases: evollu/react-native-fcm

[ios]Added requiresMainQueueSetup

20 Oct 02:38
Compare
Choose a tag to compare

add 'ios/Frameworks' in header search path

13 Oct 17:12
Compare
Choose a tag to compare

fix Pods folder in iOS release head lookup

09 Oct 17:04
Compare
Choose a tag to compare
v10.0.1

Update package.json

some breaking changes

05 Oct 19:59
Compare
Choose a tag to compare

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

fix for jest testing

01 Oct 17:39
Compare
Choose a tag to compare
v9.7.2

Update package.json

[android] don't filter out main activity because of samsung

30 Sep 18:42
Compare
Choose a tag to compare
v9.7.1

don't filter out main activity because of samsung

add support for drawable notif icon

28 Sep 18:58
Compare
Choose a tag to compare

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

bug fix

27 Sep 12:21
Compare
Choose a tag to compare

fixes android getInitialNotification error #578

[android] requestPermission

26 Sep 23:44
Compare
Choose a tag to compare

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.

Dispatch registerForRemoteNotifications on main thread

26 Sep 13:28
Compare
Choose a tag to compare

Dispatch registerForRemoteNotifications on main thread to prevent runtime warnings #575