yuanfux / react-native-hsv-color-picker

a react native HSV(hue, saturation, value) color picker
https://snack.expo.io/@fuyuanx/react-native-hsv-color-picker
48 stars 41 forks source link

Feat: move panresponder to higher view #16

Closed jeremyallison closed 3 years ago

jeremyallison commented 3 years ago

Moving panresponder in order to get touch events from the whole gradient zones instead of just the slider dots.

Also converted to arrow functions to avoid having to bind this

jeremyallison commented 3 years ago

Sorry, meant to open this on my fork. Not sure anybody else would want this feature?