UNPKG

rnr-starter

Version:

A comprehensive React Native Expo boilerplate with 50+ modern UI components, dark/light themes, i18n, state management, and production-ready architecture

7 lines (5 loc) 283 B
const { getDefaultConfig } = require('expo/metro-config'); const { withNativeWind } = require('nativewind/metro'); const config = getDefaultConfig(__dirname); config.resolver.unstable_enablePackageExports = false; module.exports = withNativeWind(config, { input: './global.css' });