Replies: 1 comment 2 replies
-
Hi, I seem to be running into the same issue. Were you able to find a resolution ? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hello,
im trying to add gluestack to my project, it seems i dont mange to configure it correctly,
i followed the Installation guide (cli and double check with the manuel) but it seems it dosent effact anything,
im trying for exemple to add a button
<Button size="sm" variant="solid" action="primary"> <ButtonText>Hello World!</ButtonText> </Button>
but it seems those args size="sm" variant="solid" action="primary" dosent have any effact
thats my gluestack-ui.config.json
{ "tailwind": { "config": "tailwind.config.js", "css": "global.css" }, "app": { "entry": "App.tsx", "components": "components/ui" } }
Beta Was this translation helpful? Give feedback.
All reactions