Releases: evollu/react-native-fcm
Releases · evollu/react-native-fcm
[ios]Added requiresMainQueueSetup
add 'ios/Frameworks' in header search path
fix Pods folder in iOS release head lookup
v10.0.1 Update package.json
some breaking changes
Android
- BREAKING CHANGE: remove
tag
support because it is buggy and you can just useid
- 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
v9.7.2 Update package.json
[android] don't filter out main activity because of samsung
v9.7.1 don't filter out main activity because of samsung
add support for drawable notif icon
as Android studio creates notification icon under drawable, reads from drawable folder if notification icon is not in mipmap
bug fix
[android] requestPermission
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
Dispatch registerForRemoteNotifications on main thread to prevent runtime warnings #575