I want to move to the next tab by swiping. I found the SwipeEnabled property for Tab Navigator. Is there any such option for Bottom Navigator
According to Material UI docs, Bottom navigation doesn't have sipe functionality by design. We follow MUI docs and we cannot introduce a feature inconsistent with docs.
Most helpful comment
According to Material UI docs, Bottom navigation doesn't have sipe functionality by design. We follow MUI docs and we cannot introduce a feature inconsistent with docs.