Skip to content

Instantly share code, notes, and snippets.

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 mariorodriguespt/44746d4053f24f38a0825aaa85291d1c to your computer and use it in GitHub Desktop.
Save mariorodriguespt/44746d4053f24f38a0825aaa85291d1c to your computer and use it in GitHub Desktop.
{
"presets": ["react-native"],
"plugins": [
["module-resolver", {
"root": ["./src"],
"alias": {
"Components" : "./src/components",
"components" : "./src/components",
"screens" : "./src/screens",
"Colours" : "./src/constants/Colours.js",
"Fonts" : "./src/constants/Fonts.js",
"Utils" : "./src/utils"
}
}]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment