Files
nativewind/__tests__
Mark Lawlor 1edda15988 fix: define the global variable during babel transform
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
2022-05-27 14:55:25 +10:00
..
2022-05-11 15:31:55 +10:00
2022-05-17 11:43:15 +10:00
2022-04-26 17:15:42 +10:00