hmurovich

Results 2 comments of hmurovich

Hi @yjose, I have the same issue with web build, could you please clarify whether your starter supports web build or not?

Hi @yjose @eessadrati @fardiansyah1808. I figured it out, it was nativewind windows path issue: https://github.com/nativewind/nativewind/issues/610 As temp fix in src\app\_layout.tsx change "import '../../global.css';" to "import '../../node_modules/.cache/nativewind/global.css.web.css';" (it will work only...