Skip to content

Commit 26d4664

Browse files
authored
fix(expo): set output to single to avoid rendering errors (#61)
1 parent c44ad0c commit 26d4664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bolt-expo/app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"web": {
1515
"bundler": "metro",
16-
"output": "static",
16+
"output": "single",
1717
"favicon": "./assets/images/favicon.png"
1818
},
1919
"plugins": ["expo-router"],

0 commit comments

Comments
 (0)