Uh oh!
There was an error while loading. Please reload this page.
Disable bottom hit slop of iOS back button - #168
Conversation
This fixes a bug where the hit area of the back button overlaps a few pixels of content below the header, making it impossible to interact with that content.
enagorny
commented
Aug 2, 2019
Does it work fine on Android? As from the code I see it's |
satya164
left a comment
There was a problem hiding this comment.
Can you share a screenshot/gif showing the issue? We're not setting any hitSlop for iOS where this PR is adding extra hitSlop are, so I'm not understanding how it avoids extra area being overlapped
On Android it works fine, the hit slop does not go outside of the header bar. This PR is not adding extra hitSlop. There is a default hitSlop for iOS here: https://github.com/react-navigation/stack/blob/master/src/views/TouchableItem.tsx#L64 |
satya164
commented
Oct 16, 2019
Thanks for the clarification. Can we remove the extra hitSlop from |

This fixes a bug where the hit area of the back button overlaps a few pixels of content below the header, making it impossible to interact with that content.