babel.config.js 119 B

1234
  1. module.exports = {
  2. presets: ['module:@react-native/babel-preset'],
  3. plugins: ['react-native-reanimated/plugin'],
  4. };