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

17 lines (16 loc) 337 B
module.exports = (api) => { api.cache(true); return { presets: [ [ 'babel-preset-expo', { jsxImportSource: 'nativewind', // Enable import.meta transformation for web compatibility unstable_transformImportMeta: true, }, ], 'nativewind/babel', ], }; };