From ef6a6c8bcdd10ce7c6c31bb41c7aeeb6ae8f5c96 Mon Sep 17 00:00:00 2001 From: Pokai Chang Date: Wed, 11 Dec 2024 23:09:56 +0800 Subject: [PATCH] add patch for `expo-blur` --- packages/vxrn/src/utils/depPatches.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/vxrn/src/utils/depPatches.ts b/packages/vxrn/src/utils/depPatches.ts index c2969e00e..b57a008bd 100644 --- a/packages/vxrn/src/utils/depPatches.ts +++ b/packages/vxrn/src/utils/depPatches.ts @@ -360,6 +360,12 @@ const chunksize = end - start + 1;` '**/*.js': ['jsx'], }, }, + { + module: 'expo-blur', + patchFiles: { + '**/*.js': ['jsx'], + }, + }, { module: 'whatwg-url-without-unicode',