Replies: 1 comment
-
By the way, have you make your monorepo functional ? I am struggeling just to setup a monorepo, I have used the last starter template from gluestack, so any advice may be welcome. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a monorepo that looks like this:
The app directory shares UI code with expo and nextjs. I am using pnpm to install which is placing @gluestack-style/react inside the root node_modules. When I try to override the theme config, typescript doesn't detect the extended properties on UIConfig. I suspect this is because the override is looking in the wrong place? What's the best way to proceed?
Beta Was this translation helpful? Give feedback.
All reactions