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 TOC and reformat Creating Notifications topic #8

Closed richarddewit closed 8 years ago

richarddewit commented 8 years ago

You were putting the contents of Creating Notifications in definition lists, this escaped the backticks making the explanations hard to read.

E.g. tickerText was showing really strange saying:

Defaults to :.

instead of

Defaults to <subject>: <message>.

because the "HTML" wasn't escaped by the backticks.

zetavg commented 8 years ago

Thank you so much for the improvement! It really looks much better :+1:.