From 3ba894a85177a0415c67dfc7070b329fd4fd69bd Mon Sep 17 00:00:00 2001 From: vineyardbovines Date: Thu, 29 Jan 2026 13:26:45 -0500 Subject: [PATCH] add expo metro runtime for web reloading --- index.web.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.web.js b/index.web.js index be75bc772e..0ea3a817da 100644 --- a/index.web.js +++ b/index.web.js @@ -1,3 +1,4 @@ +import '@expo/metro-runtime' import '#/platform/markBundleStartTime' import '#/platform/polyfills'