We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b4fc8c commit 589fe47Copy full SHA for 589fe47
1 file changed
packages/uniwind/src/metro/expo-transformer.ts
@@ -92,7 +92,7 @@ export const transform = async (
92
themes: uniwindOptions.themes,
93
})
94
95
- Buffer.from([
+ data = Buffer.from([
96
virtualFile,
97
platform !== Platform.Web ? injectThemes(uniwindOptions) : '',
98
].join(''))
0 commit comments