diff --git a/packages/haul-babel-preset-react-native/package.json b/packages/haul-babel-preset-react-native/package.json index 771f6ce6..7a9a37b3 100644 --- a/packages/haul-babel-preset-react-native/package.json +++ b/packages/haul-babel-preset-react-native/package.json @@ -26,15 +26,20 @@ "@babel/plugin-proposal-optional-chaining": "^7.7.5", "@babel/plugin-syntax-dynamic-import": "^7.7.4", "@babel/plugin-syntax-export-default-from": "^7.7.4", + "@babel/plugin-transform-arrow-functions": "^7.7.4", "@babel/plugin-transform-async-to-generator": "^7.7.4", "@babel/plugin-transform-classes": "^7.7.4", + "@babel/plugin-transform-computed-properties": "^7.7.4", + "@babel/plugin-transform-destructuring": "^7.7.4", "@babel/plugin-transform-exponentiation-operator": "^7.7.4", "@babel/plugin-transform-flow-strip-types": "^7.7.4", + "@babel/plugin-transform-for-of": "^7.7.4", "@babel/plugin-transform-literals": "^7.7.4", "@babel/plugin-transform-modules-commonjs": "^7.7.5", "@babel/plugin-transform-react-display-name": "^7.7.4", "@babel/plugin-transform-react-jsx": "^7.7.7", "@babel/plugin-transform-react-jsx-source": "^7.7.4", + "@babel/plugin-transform-regenerator": "^7.7.5", "@babel/plugin-transform-shorthand-properties": "^7.7.4", "@babel/plugin-transform-spread": "^7.7.4", "@babel/plugin-transform-sticky-regex": "^7.7.4",