mobile/metro.config.js
CaptaiNiveau adcca5ae66 Initial commit
Generated by create-expo-app 2.1.1.
2024-01-05 14:17:13 +01:00

10 lines
319 B
JavaScript

// Learn more https://docs.expo.io/guides/customizing-metro
const { getDefaultConfig } = require('expo/metro-config');
/** @type {import('expo/metro-config').MetroConfig} */
const config = getDefaultConfig(__dirname, {
// [Web-only]: Enables CSS support in Metro.
isCSSEnabled: true,
});
module.exports = config;