Skip to content

Commit

Permalink
lintinh
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmdshrif committed Mar 7, 2022
1 parent 8c0f6bc commit baa8be5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/PressableWithSecondaryInteraction/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ class PressableWithSecondaryInteraction extends Component {
}

// Map gesture event to normal Responder event
const {absoluteX, absoluteY, locationX, locationY} = e.nativeEvent;
const {
absoluteX, absoluteY, locationX, locationY,
} = e.nativeEvent;
const mapEvent = {
...e,
nativeEvent: {
Expand Down

0 comments on commit baa8be5

Please sign in to comment.