Releases: evollu/react-native-fcm
Releases · evollu/react-native-fcm
v14.1.4
v14.1.3
v14.1.2
Remove icon from addAction
Remove icon from addAction #850
[android] support action buttons
[ios] bug fix
Fix iOS simulator getEnitityToken #827
[ios] change import
use @import Firebase;
use the same method of import for https://firebase.google.com/docs/ios/setup
[ios] backward compatible for
fix: AppState changes to active when app receives notification in killed state #808
notifications triggered between app bootstrap and js bootstrap will be triggered 5 seconds after bootstrap for RN < 0.47
[android] bug fix
hotfix symbol: variable FirebaseApp #795
[ios] hold notification when app is bootstrapping
there is a gap between app launch and JS register notification callback. the change holds pending notification and fires once JS callback gets registered