Hello, so I try to use gluestack to build a design system. The thing is that I try to get it working without expo, and be able to create a module build that could be imported in different personal projects.
I received errors if I try to use nativewind/babel
in babel.config.js
(got error [!] (plugin babel) ReferenceError: module is not defined
, and without that, it can't read the tailwind parameters in global.css
.
Any examples or tips? Looking to bounces idea to find a way to solve my problem.