mirror of
https://github.com/zhigang1992/nativewind.git
synced 2026-06-14 01:45:05 +08:00
fix: missing initializer for tailwindcss_react_native_media
This commit is contained in:
@@ -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"];
|
||||
|
||||
Reference in New Issue
Block a user