You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 line
252B

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