This repository has been archived by the owner on Nov 27, 2022. It is now read-only.
[@react-navigation/material-top-tabs] gestureResponseDistance does not work when top tabs nested within a stack navigator #1372
Labels
Current behavior
Using the backwards swipe gesture to navigate backwards in the stack doesn't work if the swipe starts from inside the tab view content. The only time this gesture works is if the swipe starts on the tab bar itself or if swiping is disabled, likely because the gesture is not consumed in those instances.
Screen.Recording.2022-08-01.at.11.43.12.PM.mov
Expected behavior
I expect that if I swipe backwards on the content, especially if there is no other content the tab bar can swipe to, the stack should navigate backwards.
Reproduction
https://snack.expo.dev/Yq_J20P3b
Platform
Environment
The text was updated successfully, but these errors were encountered: