Skip to content

Commit 589fe47

Browse files
committed
chore: replace data with virtual
1 parent 4b4fc8c commit 589fe47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/uniwind/src/metro/expo-transformer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export const transform = async (
9292
themes: uniwindOptions.themes,
9393
})
9494

95-
Buffer.from([
95+
data = Buffer.from([
9696
virtualFile,
9797
platform !== Platform.Web ? injectThemes(uniwindOptions) : '',
9898
].join(''))

0 commit comments

Comments
 (0)