react-native-card-stack-swiper
react-native-card-stack-swiper copied to clipboard
Weird Rotation Crop on Android
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?
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.
Having the same problems on Android only. Did you find any proper solution yet?
Same problem on Android..