Files
App/babel.config.js
T
2025-02-03 00:01:59 -06:00

9 lines
239 B
JavaScript

module.exports = {
presets: ['module:@react-native/babel-preset'],
plugins: [
// react-native-reanimated/plugin has to be listed last
'@babel/plugin-proposal-export-namespace-from',
'react-native-reanimated/plugin',
]
};