Naeemur / react-native-wheel-color-picker

A color picker component for react native.
94 stars 51 forks source link

fix: 3-char hex codes in animate function #17

Closed brkastner closed 2 years ago

brkastner commented 3 years ago

Expands upon PR #9 to properly handle 3-char hex codes in animate function. Currently, if the color prop is updated outside of this library after it was already rendered, a crash will occur.