const { getDefaultConfig } = require('expo/metro-config'); const config = getDefaultConfig(__dirname); config.resolver.sourceExts = ['js', 'jsx', 'ts', 'tsx', 'json']; config.watchFolders = [__dirname]; module.exports = config;