Skip to content

Instantly share code, notes, and snippets.

@lamvd0101
Created October 27, 2022 09:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lamvd0101/95bd90666f7c213dfa5ddd2ffe541719 to your computer and use it in GitHub Desktop.
Save lamvd0101/95bd90666f7c213dfa5ddd2ffe541719 to your computer and use it in GitHub Desktop.
module.exports = {
presets: [
[
'module:metro-react-native-babel-preset',
{
unstable_disableES6Transforms: true,
},
],
],
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment