fix: missing initializer for tailwindcss_react_native_media

This commit is contained in:
Mark Lawlor
2022-05-11 14:33:28 +10:00
parent da3c8f4e2b
commit e8493ac265

View File

@@ -10,6 +10,7 @@ declare global {
}
globalThis.tailwindcss_react_native_style ??= {};
globalThis.tailwindcss_react_native_media ??= {};
export interface TailwindContext {
styles: typeof globalThis["tailwindcss_react_native_style"];