Add auto generated configuation

This commit is contained in:
Jannis Mattheis
2018-05-12 20:56:44 +02:00
committed by Jannis Mattheis
parent 6202e88eb7
commit 17ce818d8f
16 changed files with 7396 additions and 0 deletions

12
.babelrc Normal file
View File

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