mirror of
https://github.com/status-im/react-navigation.git
synced 2025-02-25 01:28:16 +00:00
* [ReduxExample] Delete android and ios dirs * [ReduxExample] Upgrade using create-react-native-app * [ReduxExample] Add postinstall script to clean up files Yarn copies in Yarn copies them when installing locally, causing lots of @proviesModule collisions. * [ReduxExample] Upgrade expo and other dependencies * [ReduxExample] Don't delete .git just in case
9 lines
130 B
Plaintext
9 lines
130 B
Plaintext
{
|
|
"presets": ["babel-preset-expo"],
|
|
"env": {
|
|
"development": {
|
|
"plugins": ["transform-react-jsx-source"]
|
|
}
|
|
}
|
|
}
|