react-native-card-flip icon indicating copy to clipboard operation
react-native-card-flip copied to clipboard

Touch not work on android

Open danielrocha-hotmart opened this issue 5 years ago • 4 comments

In android touchs in butons not working, the screen stops response.

danielrocha-hotmart avatar Jan 27 '20 21:01 danielrocha-hotmart

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.

wise-danya avatar Mar 27 '20 02:03 wise-danya

i have the same problem. Can not click button inside CardFlip, how to fix that?

hiimnhan avatar Jul 10 '20 08:07 hiimnhan

I have the same problem.

nericode avatar May 27 '21 23:05 nericode

I have the same problem.

jgalianoz avatar Aug 07 '21 00:08 jgalianoz