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

Commit e71a520

Browse files
committed
fix: increase hitSlop of back button on Android
1 parent b86e2e6 commit e71a520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/Header/HeaderBackButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ class HeaderBackButton extends React.Component<Props, State> {
174174
style={[styles.container, disabled && styles.disabled]}
175175
hitSlop={Platform.select({
176176
ios: undefined,
177-
default: { top: 8, right: 8, bottom: 8, left: 8 },
177+
default: { top: 16, right: 16, bottom: 16, left: 16 },
178178
})}
179179
borderless
180180
>

0 commit comments

Comments
 (0)