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

satValPickerBorderRadius not working as expected #12

Closed LeanFourie closed 3 years ago

LeanFourie commented 4 years ago

Trying to set the border radius of the saturation & value picker does not work as expected on Android. I added the satValPickerBorderRadius={ 20 } property to the <HsvColorPicker /> element but the result is as follows:

Screenshot 2020-10-23 at 17 08 05

Only the top border radius changes, nothing happens to the bottom border radius.

ketanvault commented 3 years ago

I'm also experiencing the same problem. Please fix this ASAP.

kumbhar-ketan commented 3 years ago

I got it working. I'll add a pull request for this issue today or tomorrow.

charitha95 commented 3 years ago

@kumbhar-ketan how did you solve it? I am still having the issue here.