Skip to content
This repository has been archived by the owner on Feb 25, 2020. It is now read-only.

Commit

Permalink
fix: increase hitSlop of back button on Android
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Oct 11, 2019
1 parent b86e2e6 commit e71a520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Header/HeaderBackButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ class HeaderBackButton extends React.Component<Props, State> {
style={[styles.container, disabled && styles.disabled]}
hitSlop={Platform.select({
ios: undefined,
default: { top: 8, right: 8, bottom: 8, left: 8 },
default: { top: 16, right: 16, bottom: 16, left: 16 },
})}
borderless
>
Expand Down

0 comments on commit e71a520

Please sign in to comment.