bigbluebutton-tablet/babel.config.js

7 lines
132 B
JavaScript
Raw Normal View History

2022-02-12 05:27:29 +08:00
module.exports = {
presets: ['module:metro-react-native-babel-preset'],
plugins: [
'react-native-reanimated/plugin',
]
2022-02-12 05:27:29 +08:00
};