instea / react-native-color-picker

Color picker component for IOS/Android
Apache License 2.0
272 stars 67 forks source link

Customize colorPreview button/s in TriangleColorPicker #28

Closed dmko1610 closed 4 years ago

dmko1610 commented 4 years ago

Hi there!

Could you please add ability (if it is possible) to customize these (colorPreview new and old) buttons. As I see this — it can be a style prop for example. And maybe it is necessary to add some sorta placeholder to the button, because right now it is not clear what this colored square thing do.

I attached example of what I'd want to see image

Thanks in advance!

sodik82 commented 4 years ago

hm... currently you can't. I believe the best way would be to add new property like hideButtons (similar to hideSliders). and then you could implement the buttons in any way.

anyone interested in PR?

dmko1610 commented 4 years ago

hm... currently you can't. I believe the best way would be to add new property like hideButtons (similar to hideSliders). and then you could implement the buttons in any way.

anyone interested in PR? I was interested https://github.com/instea/react-native-color-picker/pull/29

dmko1610 commented 4 years ago

If nobody mind, I'll close this issue