Created
July 22, 2018 18:34
-
-
Save mariorodriguespt/44746d4053f24f38a0825aaa85291d1c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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