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!