Skip to content

Commit

Permalink
Fixes a Flow type merge conflict (#15378)
Browse files Browse the repository at this point in the history
  • Loading branch information
trueadm authored Apr 10, 2019
1 parent 7fc91f1 commit 3e2e930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-events/src/Press.js
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ function calculateResponderRegion(target, props) {
}

function isPressWithinResponderRegion(
nativeEvent: $PropertyType<ResponderEvent, 'nativeEvent'>,
nativeEvent: $PropertyType<ReactResponderEvent, 'nativeEvent'>,
state: PressState,
): boolean {
const {responderRegion} = state;
Expand Down

0 comments on commit 3e2e930

Please sign in to comment.