BikeApp_demo/babel.config.js

7 lines
128 B
JavaScript
Raw Normal View History

module.exports = {
presets: ['module:@react-native/babel-preset'],
2024-11-12 09:34:25 +08:00
plugins: [
'react-native-reanimated/plugin',
],
};