UNPKG

create-better-t-stack

Version:

A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations

13 lines (9 loc) 253 B
module.exports = function (api) { api.cache(true); const plugins = []; plugins.push('react-native-reanimated/plugin'); return { presets: [['babel-preset-expo', { jsxImportSource: 'nativewind' }], 'nativewind/babel'], plugins, }; };