diff --git a/Libraries/Components/Touchable/TouchableNativeFeedback.js b/Libraries/Components/Touchable/TouchableNativeFeedback.js index 8c1ad218fb4809..6132f0a6c25993 100644 --- a/Libraries/Components/Touchable/TouchableNativeFeedback.js +++ b/Libraries/Components/Touchable/TouchableNativeFeedback.js @@ -183,8 +183,8 @@ class TouchableNativeFeedback extends React.Component { onPress: this.props.onPress, onPressIn: event => { if (Platform.OS === 'android') { - this._dispatchPressedStateChange(true); this._dispatchHotspotUpdate(event); + this._dispatchPressedStateChange(true); } if (this.props.onPressIn != null) { this.props.onPressIn(event);