diff --git a/example/screens/testing-grounds/flex-playground/FlexPlaygroundScreen.tsx b/example/screens/testing-grounds/flex-playground/FlexPlaygroundScreen.tsx index 50a34c8..72d90bc 100644 --- a/example/screens/testing-grounds/flex-playground/FlexPlaygroundScreen.tsx +++ b/example/screens/testing-grounds/flex-playground/FlexPlaygroundScreen.tsx @@ -180,6 +180,40 @@ export default function FlexPlaygroundScreen() { + {/* Text Align Test */} + + Text Align in Flex + Text alignment within stretched flex children + + + + + textAlign: left + + + + textAlign: center + + + + + textAlign: right + + + + + +