aboutsummaryrefslogtreecommitdiff
path: root/babel.config.js
blob: 983e075de7b114a59a3b576c5b51e41a2a600d96 (plain)
1
2
3
4
module.exports = {
  presets: ['module:metro-react-native-babel-preset'],
  plugins: ['react-native-reanimated/plugin'],
};