babel.config.js 172 B

1234567
  1. module.exports = {
  2. presets: ['module:@react-native/babel-preset'],
  3. plugins: [
  4. ['react-native-worklets-core/plugin'],
  5. ['react-native-reanimated/plugin']
  6. ],
  7. };