From 17b59084c4a3345f127f45d3083254e060360bba Mon Sep 17 00:00:00 2001 From: xuatz Date: Sat, 16 Aug 2025 23:28:00 +0900 Subject: fix(mobile): change to metro.config.cjs since migrating to type: module (#1845) --- apps/mobile/app.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/mobile/app.json') diff --git a/apps/mobile/app.json b/apps/mobile/app.json index 6b02683b..908f6d97 100644 --- a/apps/mobile/app.json +++ b/apps/mobile/app.json @@ -54,8 +54,8 @@ "versionCode": 24 }, "plugins": [ - "./plugins/trust-local-certs.js", - "./plugins/camera-not-required.js", + "./plugins/trust-local-certs.cjs", + "./plugins/camera-not-required.cjs", "expo-router", [ "expo-share-intent", -- cgit v1.2.3-70-g09d2