Files
react-navigation/example/.babelrc
2019-09-14 15:56:09 +02:00

13 lines
166 B
Plaintext

{
"presets": [
"expo"
],
"plugins": [
["module-resolver", {
"alias": {
"react-navigation": "../src/react-navigation"
}
}]
]
}