react-native-color-picker icon indicating copy to clipboard operation
react-native-color-picker copied to clipboard

TriangleColorPicker rotating with flickering on IOS

Open dmko1610 opened this issue 5 years ago • 5 comments

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

dmko1610 avatar Aug 13 '20 12:08 dmko1610

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

sodik82 avatar Aug 15 '20 13:08 sodik82

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

dmko1610 avatar Aug 17 '20 07:08 dmko1610

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.

dmko1610 avatar Aug 19 '20 12:08 dmko1610

can you try 0.6.0-rc.1?

sodik82 avatar Aug 19 '20 16:08 sodik82

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?

rtrujillo28 avatar Jun 03 '21 20:06 rtrujillo28