mirror of
https://github.com/status-im/react-navigation.git
synced 2025-02-24 17:18:09 +00:00
17 lines
303 B
Plaintext
17 lines
303 B
Plaintext
{
|
|
"presets": ["babel-preset-expo"],
|
|
"plugins": [
|
|
["module-resolver", {
|
|
"alias": {
|
|
"react-native": "./node_modules/react-native",
|
|
"react": "./node_modules/react"
|
|
}
|
|
}]
|
|
],
|
|
"env": {
|
|
"development": {
|
|
"plugins": ["transform-react-jsx-source"]
|
|
}
|
|
}
|
|
}
|