Naeemur / react-native-wheel-color-picker

A color picker component for react native.
92 stars 50 forks source link

Thumb bug on iOS devices #42

Open KrisLau opened 1 month ago

KrisLau commented 1 month ago

Not sure why but on my physical device the thumb for the color wheel & slider refuse to move. Unable to recreate the bug in the simulator on on device but basically the thumb is stuck on the upper left corner of the wheel and for the slider it's just stuck on the left.

mansimdtechcs commented 1 month ago

+1

KrisLau commented 1 month ago

@Naeemur just to add it seems to have something to do with the initial load of the wheel after navigating away from the screen and returning, the wheel and sliders work again. I think the package might be running into issues because the this.forceRefresh and using animated instead of reanimated. Using reanimated might help to get rid of the need to forceRefresh