From 4f7edf146d8f784c35435f74007609c5ce7676fd Mon Sep 17 00:00:00 2001 From: moist-webDev Date: Thu, 25 May 2023 00:32:25 -0400 Subject: [PATCH] stopped streaching app wide --- App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/App.tsx b/App.tsx index de4e87e..ded288d 100644 --- a/App.tsx +++ b/App.tsx @@ -46,5 +46,6 @@ const styles = StyleSheet.create({ paddingTop: 40, flex: 1, flexDirection: 'column', + alignItems: 'baseline', }, }); \ No newline at end of file