React Native: Is it possible to increase the touch area of a navigational swipe action?

909 views Asked by At

I've been trying to find out if it is possible to increase the swipe left action(interactivePopGesture) to navigate to a previous screen in React Native. I know that you can increase the touch area of buttons with hitSlop, but I wasn't sure if there was any way to increase the touch area for a swipe action to navigate to another scene.

Thanks in advance!

1

There are 1 answers

0
vonovak On BEST ANSWER