Replace navigational 'back swipe' gesture with new HorzSwipe util
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user