UNPKG

@reuvenorg/react-native-boilerplate-ultimate

Version:

A powerful CLI tool for creating React Native projects with modular architecture. Generate, manage, and scaffold React Native applications with pre-built modules and best practices.

13 lines (12 loc) 257 B
module.exports = { presets: ['babel-preset-expo'], plugins: [ // react-native-reanimated/plugin has to be listed last. 'react-native-reanimated/plugin', ], env: { production: { plugins: ['react-native-paper/babel'], }, }, };