fix: increase hitSlop of back button on Android

This commit is contained in:
satyajit.happy
2019-10-11 13:37:49 +02:00
parent 6a0ca90873
commit c7da1e4145
2 changed files with 2 additions and 2 deletions

View File

@@ -170,7 +170,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
>