From 153015768b7189fa51071ad76cbb9e592e8b0492 Mon Sep 17 00:00:00 2001 From: Viraj Ajay Joshi Date: Mon, 8 Apr 2024 12:37:51 +0530 Subject: [PATCH] fix: package json --- packages/nativewind/utils/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/nativewind/utils/package.json b/packages/nativewind/utils/package.json index 5f90f397d4..e4f2829c4c 100644 --- a/packages/nativewind/utils/package.json +++ b/packages/nativewind/utils/package.json @@ -67,7 +67,8 @@ "withStates", "withStyleContext", "withStyleContextAndStates", - "cssInterop" + "cssInterop", + "flush" ], "jest": { "preset": "jest-expo",