Reactnative-notesapp/babel.config.js
2023-03-05 20:21:16 +08:00

6 lines
132 B
JavaScript

module.exports = {
presets: ['module:metro-react-native-babel-preset'],
plugins:[
'react-native-reanimated/plugin',
],
};