Skip to content

Commit 1960584

Browse files
fix(cli): set linker to hoisted in bunfig.toml for expo and nuxt
1 parent 77c3d22 commit 1960584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[install]
22
{{#if (or (includes frontend "nuxt") (includes frontend "native-nativewind") (includes frontend "native-unistyles"))}}
3-
# linker = "isolated" # having issues with Nuxt and NativeWind/Unistyles
3+
linker = "hoisted" # having issues with Nuxt and NativeWind/Unistyles when linker is isolated
44
{{else}}
55
linker = "isolated"
66
{{/if}}

0 commit comments

Comments
 (0)