react-native-vision-camera/babel.config.js

5 lines
123 B
JavaScript
Raw Normal View History

2021-02-19 08:07:53 -07:00
module.exports = {
presets: ['module:metro-react-native-babel-preset'],
2021-02-19 10:05:45 -07:00
plugins: ['react-native-reanimated/plugin']
2021-02-19 08:07:53 -07:00
};