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({