From dae640cf6ec50693687a3fde1077d6874951be61 Mon Sep 17 00:00:00 2001 From: Lucas Delanier Date: Wed, 1 Feb 2023 11:03:05 +0100 Subject: [PATCH] fix screen --- screens/HomeScreen.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/screens/HomeScreen.tsx b/screens/HomeScreen.tsx index 9952447..2a04cc3 100644 --- a/screens/HomeScreen.tsx +++ b/screens/HomeScreen.tsx @@ -14,8 +14,8 @@ const styles = StyleSheet.create({ flex: 1, }, filmCard: { - width: 310, - height: 450, + width: '80%', + height: '60%', justifyContent:'center', marginLeft:'auto', marginRight:'auto',