Skip to content

Instantly share code, notes, and snippets.

@heyman333
Created November 13, 2019 06:30
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 heyman333/b7c7a61edbfd56777e2eb511234f1adb to your computer and use it in GitHub Desktop.
Save heyman333/b7c7a61edbfd56777e2eb511234f1adb to your computer and use it in GitHub Desktop.
blog
// babel.config.js
module.exports = {
presets: ['module:metro-react-native-babel-preset'],
plugins: [
[
'module-resolver',
{
root: ['./src'],
},
],
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment