githuboftigran / rn-range-slider

A native slider with range
MIT License
237 stars 133 forks source link

labelBackgroundColor crashing #1

Closed infaz closed 5 years ago

infaz commented 5 years ago

When set labelBackgroundColor, App is getting crashed

githuboftigran commented 5 years ago

Colors should have #RRGGBB or #AARRGGBB format. I guess you used #RGB format and app crashed on android :)

githuboftigran commented 5 years ago

@infaz I updated this lib, now colors can have the following formats:

RGB, #RGBA, #RRGGBB, #RRGGBBAA