dappros/ethora

View on GitHub
client-reactnative/babel.config.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  plugins: [
    'react-native-reanimated/plugin',
    '@babel/plugin-proposal-class-properties',
    '@babel/plugin-proposal-private-methods',
  ],
  presets: ['module:metro-react-native-babel-preset'],
};