diff --git a/expo.project/components/ui/gluestack-ui-token.ts b/expo.project/components/ui/gluestack-ui-token.ts new file mode 100755 index 0000000..1f35084 --- /dev/null +++ b/expo.project/components/ui/gluestack-ui-token.ts @@ -0,0 +1,19 @@ +export const GS = { + size: { + xs: "xs", + sm: "sm", + md: "md", + lg: "lg", + }, + variant: { + solid: "solid", + outline: "outline", + link: "link", + }, + action: { + primary: "primary", + secondary: "secondary", + positive: "positive", + negative: "negative", + }, +} as const;