Naeemur / react-native-wheel-color-picker

A color picker component for react native.
94 stars 51 forks source link

Change Swatch Size #34

Open Visnicio opened 2 years ago

Visnicio commented 2 years ago

I've been reading the docs but couldn't find any solutions so increase/decrease the swatches size, but I found in the source code that this is made with just a simple style.

By now i'm just a begginer in react native and cant make a fork to code a solution for that, could you please make a parameter for that?

Wissam-Yelhow commented 1 year ago

+1

jigarsolanki0212 commented 1 year ago

Yes, I'm also trying to reduce the Swatches size but couldn't find any props. please make a prop for it. @Naeemur

dcorbin commented 7 months ago

Related, but not the same. I would like to see an option for the swatches being in multiple rows. Maybe specify swatchRowCount={2}. For me, one row will be common standard colors, and the other row will be the last 8-10 selected colors.

Visnicio commented 7 months ago

Hey guys, this repo does not seem to be maintained, the developer made some updates but no progress on this issue. I had a workaround for the swatch size I can try to create a PR to solve this problem and create the feature