Replace navigational 'back swipe' gesture with new HorzSwipe util

This commit is contained in:
Paul Frazee
2022-12-07 16:56:14 -06:00
parent 71b7158ff9
commit 6b1a5374ae
3 changed files with 68 additions and 57 deletions
+1
View File
@@ -76,6 +76,7 @@ export function ViewSelector({
const data = [HEADER_ITEM, SELECTOR_ITEM, ...items]
return (
<HorzSwipe
hasPriority
panX={panX}
swipeEnabled={swipeEnabled || false}
canSwipeLeft={selectedIndex > 0}