mirror of
https://github.com/zhigang1992/nativewind.git
synced 2026-06-19 18:13:33 +08:00
The global variables previously relied on being defined inside context.ts. However inlineRequires will cause the global variables to defined after use - causing a runtime error. This defined the variables as they are used, so it doesn't matter in which order the files are loaded. Fix: #60