make interest tabs non-collapsable

This commit is contained in:
Samuel Newman
2025-12-26 16:35:41 +00:00
parent 700735428e
commit 1b78c1f141
+1 -1
View File
@@ -199,7 +199,7 @@ export function InterestTabs({
}, []) }, [])
return ( return (
<View style={[a.relative, a.flex_row]}> <View style={[a.relative, a.flex_row]} collapsable={false}>
<DraggableScrollView <DraggableScrollView
ref={listRef} ref={listRef}
contentContainerStyle={[ contentContainerStyle={[