evollu / react-native-fcm

react native module for firebase cloud messaging and local notification
MIT License
1.73k stars 681 forks source link

Does react-native-fcm support RemoteViews? #780

Open onstash opened 6 years ago

onstash commented 6 years ago

Hi Libin Lu / evollu. Thanks for creating this library. 😄

I am trying to build something like this.

How do you suggest that I do it? I thought of using RemoteViews XML templates (that reside in the consumer's code base / repository and outside /node_modules) inside react-native-fcm (that resides inside /node_modules) to extend/override SendNotificationTask to create a custom notification layout. Would like your inputs on this.

evollu commented 6 years ago

you mean like the first notification The Big Meeting that has custom actions?

onstash commented 6 years ago

Yes. How do you suggest that I do that?

evollu commented 6 years ago

it is possible to do that but there is no plan for now to implement it. an PR just added such support for iOS. PR will be welcomed