react-native-really-awesome-button icon indicating copy to clipboard operation
react-native-really-awesome-button copied to clipboard

fixes onPressOut firing while scrolling (Android)

Open danielvportlandia opened this issue 4 years ago • 0 comments

event.nativeEvent.contentOffset does not exist on Android, but the nativeEvent does have pageX and pageY properties which can be compared between onPressIn and onPressOut.

danielvportlandia avatar Aug 22 '20 19:08 danielvportlandia