Releases: evollu/react-native-fcm
Releases · evollu/react-native-fcm
fix setBadge function
v2.0.3 Update README.md
fix getInitialNotification
bug fix for getInitialNotification for android
local notification
- 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
1.1.0 Merge branch 'master' of https://github.com/evollu/react-native-fcm
use onNewIntent from RN 0.30.0
this release requires minimum RN 0.30.0, not backward compatible
Fix android error
Android will encounter "can not parse UserHandler" error on starting the application. Fix this through a try catch block
Fix iOS notification registration
1.0.14 bump version
Add support for rn 0.29.0
- 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