From ce03819fdeb921f32e1ac93959c87f7c4c1f7650 Mon Sep 17 00:00:00 2001 From: G Date: Thu, 25 Apr 2024 11:50:48 +0000 Subject: [PATCH] containerFlexUno --- src/styles/Commons.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/styles/Commons.tsx b/src/styles/Commons.tsx index 51f263c..3283300 100644 --- a/src/styles/Commons.tsx +++ b/src/styles/Commons.tsx @@ -13,6 +13,9 @@ export const containers = StyleSheet.create({ height: "100%", flex: 1, }, + containerFlexUno: { + flex: 1, + }, }); export const images = StyleSheet.create({ -- libgit2 0.27.1