freshyo/apps/user-ui/metro.config.js
2026-01-24 00:13:15 +05:30

6 lines
238 B
JavaScript
Executable file

// Learn more on how to setup config for the app: https://docs.expo.dev/guides/config-plugins/#metro-config
const { getDefaultConfig } = require('expo/metro-config');
const config = getDefaultConfig(__dirname);
module.exports = config;