From 13fc56cbd4949a9f02a7727a9b852c0c3f43a658 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Mon, 25 May 2026 19:52:30 +0300 Subject: [PATCH] add expo/metro-runtime import --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index f5f3a07ac3..89f92c6600 100644 --- a/index.js +++ b/index.js @@ -1,4 +1,5 @@ import 'react-native-gesture-handler' // must be first +import '@expo/metro-runtime' import '#/platform/polyfills' import {LogBox} from 'react-native'