react-native-navbar
react-native-navbar copied to clipboard
Increase Touch Area on Top of the left and Right Button
Compared to native ios user experience (eg. photos app), if the user clicks above the nav button it responds but when using this library it does not.

Hi @ismdcf! Thanks for the issue. Would you mind to make a PR to fix it?
@Kureev New to Git donna how to do pull request (NO Idea what it is ) :(
I think you may find it interesting to read: https://help.github.com/articles/using-pull-requests/!
<TouchableOpacity onPress={() => alert("hello")} hitSlop={{top: 20, bottom: 20, left: 50, right: 40}} > <Text>hello</Text> </TouchableOpacity>
----- The hitSlop prop will increase the touch area---- you can also apply on button.