{ "presets": [ <% if (!props.useExpo) { %>"module:react-native-dotenv",<% } %> "module:metro-react-native-babel-preset" ], "env": { "production": {} }, "plugins": [ [ "@babel/plugin-proposal-decorators", { "legacy": true } ], ["@babel/plugin-proposal-optional-catch-binding"] ] }