Skip to content

Commit

Permalink
add patch for expo-blur
Browse files Browse the repository at this point in the history
  • Loading branch information
zetavg committed Dec 11, 2024
1 parent aa94db2 commit ca82922
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/vxrn/src/utils/depPatches.ts
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,12 @@ const chunksize = end - start + 1;`
'**/*.js': ['jsx'],
},
},
{
module: 'expo-blur',
patchFiles: {
'**/*.js': ['jsx'],
},
},

{
module: 'whatwg-url-without-unicode',
Expand Down

0 comments on commit ca82922

Please sign in to comment.