invertase / react-native-notifee

Moved to https://github.com/invertase/notifee
https://invertase.io/blog/open-sourcing-notifee
Other
466 stars 31 forks source link

Installation alongside react-native-firebase - android_background_activity_names needed? #366

Closed liamjones closed 3 years ago

liamjones commented 3 years ago

I think the answer to this one is no but just to check - if we have Notifee and react-native-firebase in the same app, we don't need to set any android_background_activity_names in rn-firebase for Notifee specifically, right?

https://rnfirebase.io/app/json-config#android_background_activity_names

mikehardy commented 3 years ago

Hi there! That's a maybe. It's for brownfield /mixed native + react-native apps that may have a few activities, and some of them should not be considered for foreground status. It's a pretty rare case I think

liamjones commented 3 years ago

Gotcha, thanks for the quick response!