react-native-card-stack-swiper icon indicating copy to clipboard operation
react-native-card-stack-swiper copied to clipboard

Weird Rotation Crop on Android

Open novakben opened this issue 6 years ago • 3 comments

When trying on Android devices (S8) I get a weird rotation cropping on card's child components and sometimes flickering of the card. See video: http://www.screencast.com/t/F1G4yL2L1q6

As a workaround, for now, I'm disabling rotation on Android: outputRotationRange={Platform.OS === 'ios' ? ['-15deg', '0deg', '15deg'] : ['-0deg', '0deg', '0deg']}

Any ideas on how to solve?

novakben avatar Apr 19 '18 15:04 novakben

Also, I see that on Android when I wrap the card's children with touchablenofeedback, the tap passes and registers on the second card and not the first. iOS works fine.

novakben avatar Apr 19 '18 22:04 novakben

Having the same problems on Android only. Did you find any proper solution yet?

EzeInverni avatar Jun 08 '18 06:06 EzeInverni

Same problem on Android..

JSonicV avatar Sep 25 '20 10:09 JSonicV