From fb8d03acea88231e90a56b9592f2ff0a67365f1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B2an?= Date: Thu, 13 Feb 2025 13:20:02 +0000 Subject: [PATCH] fix(expo): set output to single to avoid rendering errors --- bolt-expo/app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bolt-expo/app.json b/bolt-expo/app.json index a0ae7d1..44bb134 100644 --- a/bolt-expo/app.json +++ b/bolt-expo/app.json @@ -13,7 +13,7 @@ }, "web": { "bundler": "metro", - "output": "static", + "output": "single", "favicon": "./assets/images/favicon.png" }, "plugins": ["expo-router"],