Skip to content

Instantly share code, notes, and snippets.

@mauriciopazpp
Created July 20, 2018 02:15
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 mauriciopazpp/bddc19c12452858b26ab21a483aed201 to your computer and use it in GitHub Desktop.
Save mauriciopazpp/bddc19c12452858b26ab21a483aed201 to your computer and use it in GitHub Desktop.
module-resolver react-native
"plugins": [
["module-resolver", {
"root": ["./app"],
"alias": {
"@api": "./app/src/api",
"@components": "./app/src/components",
"@screen": "./app/src/screens",
"@store": "./app/src/store",
"!config": "./app/config"
}
}]
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment