instea / react-native-color-picker

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

TriangleColorPicker rotating with flickering on IOS #32

Open dmko1610 opened 3 years ago

dmko1610 commented 3 years ago

Hi there, I have some issue with TriangleColorPicker. On IOS device, color trianlge rotating with flickering and color indicator (small black circle) don't move. But it started working after changing screen orientation. I use the last version of this lib - 0.52 RN - 0.59.9 React - 16.8.3

ios bug

sodik82 commented 3 years ago

flickering effect is side-effect of hack around one problem with RN - but can be adjusted - see https://github.com/instea/react-native-color-picker/issues/17#issuecomment-575664502

dmko1610 commented 3 years ago

@sodik82, thank you for the answer, I'll try that solution.

dmko1610 commented 3 years ago

RotationHackFactor prop value from 5 to 15 resolves this issue. But I can't use it, before #35 PR, so @sodik82, could you please apply this PR? And I'll close this issue right away.

sodik82 commented 3 years ago

can you try 0.6.0-rc.1?

rtrujillo28 commented 3 years ago

Hi, was this ever truly resolved in the latest version? I am seeing an issue with the halo picker getting stuck on the left side as well in iOS. We are back on 0.4.5 still but did a quick update to the latest 0.6.0 but ran into other issue with the latest version so we were wondering if it was worth trying to resolve the other issues or if we need to move to another picker?