Temporarily disable swipe gesture on profiles

zio/stable
Paul Frazee 2023-03-15 15:34:57 -05:00
parent 3c05a08482
commit 8a279b8d2c
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ export const ProfileScreen = withAuthRequired(
/>
) : uiState.profile.hasLoaded ? (
<ViewSelector
swipeEnabled
swipeEnabled={false}
sections={uiState.selectorItems}
items={items}
renderHeader={renderHeader}