Temporarily disable swipe gesture on profiles

This commit is contained in:
Paul Frazee
2023-03-15 15:34:57 -05:00
parent 3c05a08482
commit 8a279b8d2c
+1 -1
View File
@@ -178,7 +178,7 @@ export const ProfileScreen = withAuthRequired(
/>
) : uiState.profile.hasLoaded ? (
<ViewSelector
swipeEnabled
swipeEnabled={false}
sections={uiState.selectorItems}
items={items}
renderHeader={renderHeader}