Skip to content

Instantly share code, notes, and snippets.

@charisTheo
Created July 7, 2019 20:01
Show Gist options
  • Select an option

  • Save charisTheo/e0b719a726e6dab1a5fe09ca24f7a8da to your computer and use it in GitHub Desktop.

Select an option

Save charisTheo/e0b719a726e6dab1a5fe09ca24f7a8da to your computer and use it in GitHub Desktop.
/**
* Metro configuration for React Native
* https://github.com/facebook/react-native
*/
module.exports = {
transformer: {
getTransformOptions: async () => ({
transform: {
experimentalImportSupport: false,
inlineRequires: false,
},
}),
},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment