zetavg / react-native-system-notification

Android system notifications for React Native. Supports push notifications with GCM integrated.
https://www.npmjs.com/package/react-native-system-notification
244 stars 102 forks source link

add support for inboxStyle #27

Closed JeJan closed 8 years ago

JeJan commented 8 years ago

add support for inboxStyle notifications, to make notifications look like http://developer.android.com/wear/images/notif_summary_framed.png

usage:

inboxStyle: { bigContentTitle: "asd", summaryText: "summary", lines: [ '<b>title</b> line1', 'line2' ] }

zetavg commented 8 years ago

Looks great! Can you incidentally add some instructions to README to let others be more clear about this new feature? Thank you!