module.exports = { presets: ['module:@react-native/babel-preset'], plugins: [ // other plugins here... 'react-native-reanimated/plugin', // 👈 must be last ], };