make interest tabs non-collapsable
This commit is contained in:
@@ -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={[
|
||||||
|
|||||||
Reference in New Issue
Block a user