react-native-really-awesome-button
react-native-really-awesome-button copied to clipboard
fixes onPressOut firing while scrolling (Android)
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.