13 lines
155 B
Plaintext
13 lines
155 B
Plaintext
|
{
|
||
|
"presets": [
|
||
|
"expo"
|
||
|
],
|
||
|
"plugins": [
|
||
|
["module-resolver", {
|
||
|
"alias": {
|
||
|
"react-navigation-stack": "../src"
|
||
|
}
|
||
|
}]
|
||
|
]
|
||
|
}
|