instea / react-native-color-picker

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

added custom button and props for TriangleColorPicker #29

Closed dmko1610 closed 3 years ago

dmko1610 commented 4 years ago

This is my suggestion of custom select button for TriangleColorPicker component

sodik82 commented 3 years ago

I think it is much easier (and more generic) just to hide buttons, not to toggle two different buttons. If anyone needs buttons (or anything else), now you can simply hide buttons and render underneath your controls (special buttons or anything you want).

Closing in favour of https://github.com/instea/react-native-color-picker/pull/10