CatalystCode / react-native-azurenotificationhub

React Native module to support Azure Notification Hub push notifications on Android, iOS, and Windows.
MIT License
47 stars 75 forks source link

Question: How to set color on notification #162

Open FlashLim opened 4 years ago

FlashLim commented 4 years ago

Report

Environment

Issues and Steps to Reproduce

I try to setup template with the value of "color": "#000000" received with an error, it seems like # cannot be accepted by the template since template has their own expression.

May I know how to escape # ? I tried unicode and various way of escaping but not working..

Expected Behavior

setup template with "color": "#000000" without error and receive notification in the color stated.

Actual Behavior

setup template with "color": "#000000" received with an error.