mirror of
https://github.com/DocNR/POWR.git
synced 2025-04-19 19:01:18 +00:00
7 lines
229 B
JavaScript
7 lines
229 B
JavaScript
![]() |
const { getDefaultConfig } = require('expo/metro-config');
|
||
|
const { withNativeWind } = require('nativewind/metro');
|
||
|
|
||
|
const config = getDefaultConfig(__dirname);
|
||
|
|
||
|
module.exports = withNativeWind(config, { input: './global.css' });
|