.babelrc 205 B

12345678910
  1. {
  2. "presets": ["module:metro-react-native-babel-preset"],
  3. "env": {
  4. "production": {
  5. }
  6. },
  7. "plugins": [
  8. ["@babel/plugin-proposal-decorators", { "legacy": true }]
  9. ]
  10. }