From 4a4c27d29b7e05e756b2762270fc7acb9a1825c7 Mon Sep 17 00:00:00 2001 From: Krystof Woldrich Date: Tue, 19 Mar 2024 14:17:23 +0100 Subject: [PATCH] misc(sample): Disable Expo Web static routes, export command hangs --- samples/expo/app.json | 1 - 1 file changed, 1 deletion(-) diff --git a/samples/expo/app.json b/samples/expo/app.json index d49b9c9dd5..01ce7fc5d7 100644 --- a/samples/expo/app.json +++ b/samples/expo/app.json @@ -29,7 +29,6 @@ }, "web": { "bundler": "metro", - "output": "static", "favicon": "./assets/favicon.png" }, "experiments": {