Issue Description
touchableWithoutFeedback onPress and onPressOut function are not firing on Android specifically the Samsung Galaxy.
This is working perfectly fine on IOS10.
Steps to Reproduce / Code Snippets
Code snippet of using the onPressOut function
<TouchableWithoutFeedback onPressOut={ this.onStopRecording }>
Expected Results
function should fire on Android. Is working for IOS!
Additional Information
- React Native version: 0.33
- Platform(s) (iOS, Android, or both?): ANDROID
Operating System (macOS, Linux, or Windows?): OSX
Issue Description
touchableWithoutFeedback onPress and onPressOut function are not firing on Android specifically the Samsung Galaxy.
This is working perfectly fine on IOS10.
Steps to Reproduce / Code Snippets
Code snippet of using the onPressOut function
<TouchableWithoutFeedback onPressOut={ this.onStopRecording }>Expected Results
function should fire on Android. Is working for IOS!
Additional Information
Operating System (macOS, Linux, or Windows?): OSX