import { styled, YStack } from "tamagui"; export const MyStack = styled(YStack, { name: "MyStack", backgroundColor: "$backgroundStrong", flex: 1, justifyContent: "space-between", padding: "$4", space: "$true" });