evollu/react-native-fcm

Does react-native-fcm support RemoteViews?

Open

#780 opened on Feb 8, 2018

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Java (688 forks)batch import
help wanted

Repository metrics

Stars
 (1,733 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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.

Contributor guide