Skip to content

Commit 2136802

Browse files
aapelivclaude
andcommitted
Add the standard Expo metro.config.js
The project was missing it, so Metro fell back to its bare defaults instead of extending expo/metro-config; this also resolves the failing expo-doctor check. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 99b927b commit 2136802

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

app/mobile/metro.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
// Learn more https://docs.expo.dev/guides/customizing-metro
2+
const { getDefaultConfig } = require("expo/metro-config");
3+
4+
const config = getDefaultConfig(__dirname);
5+
6+
module.exports = config;

0 commit comments

Comments
 (0)