Skip to content

Commit

Permalink
Enable Feedbacl on the Big Numberpad
Browse files Browse the repository at this point in the history
  • Loading branch information
parasharrajat committed Feb 19, 2022
1 parent 28d9e6b commit 694c50c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/BigNumberPad.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ class BigNumberPad extends React.Component {
return (
<Button
key={column}
shouldEnableHapticFeedback
style={[styles.flex1, marginLeft]}
text={column === '<' ? column : this.props.toLocaleDigit(column)}
onLongPress={() => this.handleLongPress(column)}
Expand Down

0 comments on commit 694c50c

Please sign in to comment.