instea / react-native-color-picker

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

custom button and props for TriangleColorPicker #31

Closed dmko1610 closed 3 years ago

dmko1610 commented 3 years ago

Hello there, I implemented some feature described here #28 for TriangleColorPicker Could somebody apply this #29?

dmko1610 commented 3 years ago

@sodik82, could you help with this, please?

sodik82 commented 3 years ago

hi there,

you can now (0.5.3) simply hide default buttons and render your buttons outside of the component. I believe it should be enough to cover your case.

if not, pls let me know.

dmko1610 commented 3 years ago

@sodik82, thank you.