.babelrc 79 B

1234
  1. {
  2. "presets": ["react-native"],
  3. "plugins": ["transform-decorators-legacy"]
  4. }