Skip to content

Commit

Permalink
before spread
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyok committed Oct 3, 2024
1 parent 639a7ea commit 8295c23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/NormalizedRNGHPressable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,15 +115,15 @@ export class NormalizedRNGHPressable extends React.Component<PressableProps> {
render() {
return (
<BSPressable
accessible={true}
accessibilityRole="button"
{...this.props}
onPress={this.onPress}
onLongPress={this.onLongPress}
onPressIn={this.onPressIn}
onPressOut={this.onPressOut}
onHoverIn={this.onHoverIn}
onHoverOut={this.onHoverOut}
accessible={true}
accessibilityRole="button"
/>
)
}
Expand Down

0 comments on commit 8295c23

Please sign in to comment.