react-native-card-flip
react-native-card-flip copied to clipboard
Touch not work on android
In android touchs in butons not working, the screen stops response.
This is not normal behavior of TouchableOpacity at position: 'absolute' in react-native.
You need to remove styles.cardContainer
at https://github.com/lhandel/react-native-card-flip/blob/master/CardFlip.js#L298
You can use patch-package to fix the bug in CardFlip.js quickly.
i have the same problem. Can not click button inside CardFlip, how to fix that?
I have the same problem.
I have the same problem.