From 87baf338151543cfbd29497cbb0b17f45234fe65 Mon Sep 17 00:00:00 2001 From: Davide Scaini Date: Mon, 27 Apr 2026 15:28:39 +0200 Subject: [PATCH] fix collapsing labels --- mobile/app/(tabs)/search.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mobile/app/(tabs)/search.tsx b/mobile/app/(tabs)/search.tsx index 0a61849..e938398 100644 --- a/mobile/app/(tabs)/search.tsx +++ b/mobile/app/(tabs)/search.tsx @@ -93,6 +93,7 @@ export default function SearchScreen() { ) : ( a.id} renderItem={({ item }) => ( @@ -129,7 +130,7 @@ const styles = StyleSheet.create({ }, header: { color: '#fff', fontSize: 22, fontWeight: '700' }, count: { color: '#71717a', fontSize: 13 }, - pillScroll: { flexGrow: 0 }, + pillScroll: { flexGrow: 0, flexShrink: 0 }, pillRow: { flexDirection: 'row', gap: 8, paddingHorizontal: 16, paddingBottom: 10 }, pill: { borderRadius: 20, borderWidth: 1, borderColor: '#3f3f46',