From 19526250984f4099ae2a16a70ea869c1c8f87e46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Le=20Bihan?= Date: Mon, 15 Jan 2024 00:43:01 +0100 Subject: [PATCH] Search results are now visible on android --- front/components/UI/MusicList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/components/UI/MusicList.tsx b/front/components/UI/MusicList.tsx index eddd92c..eab28d9 100644 --- a/front/components/UI/MusicList.tsx +++ b/front/components/UI/MusicList.tsx @@ -157,7 +157,7 @@ function MusicListCC({ // Styles for the MusicList component const styles = StyleSheet.create({ container: { - flex: 1, + flexGrow: 1, gap: 2, borderRadius: 10, },