After ejecting

This commit is contained in:
John Lyon-Smith
2018-03-02 10:25:06 -08:00
parent 30fcdf9d77
commit 8b7ba65641
42 changed files with 2879 additions and 2860 deletions

View File

@@ -1,8 +1,12 @@
{
"presets": ["babel-preset-expo"],
"presets": [
"babel-preset-react-native-stage-0/decorator-support"
],
"env": {
"development": {
"plugins": ["transform-react-jsx-source"]
"plugins": [
"transform-react-jsx-source"
]
}
}
}
}