babel.config.js 137 B

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