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

Amazing plugin but I have an issue #1

Closed fouad1994 closed 5 years ago

fouad1994 commented 5 years ago

Can you help me to add transparency picker I am trying but I got many errors it is your plugin so you can add it easier than me.

yuanfux commented 5 years ago

If you can specify what do you mean by a transparent picker, I might have a chance to help you out.

fouad1994 commented 5 years ago

Screenshot_20190321-165609_Google

I hope you understand what I mean? rgba(255,255,255,0.5)

fouad1994 commented 5 years ago

Will you help me bro?

yuanfux commented 5 years ago

The component aims to deliver a pure HSV picker. The transparency picker is a very customized feature and should be implemented by users.

The best help I could possibly give is to take a look at hue picker component. They are basically the same thing. The only difference between hue picker component and transparency picker as far as I see from your image is the checkerboard background.

I will close this issue for now. If you have more questions, feel free to reopen this issue. Or if you find any bug regarding this component, please open another issue.