Files
react-native-firebase/.babelrc
2018-08-05 02:23:09 +01:00

17 lines
286 B
Plaintext

{
"env": {
"development": {
"presets": ["react-native"],
"plugins": [
"transform-flow-strip-types"
]
},
"publish": {
"presets": ["@invertase/react-native-syntax"],
"plugins": [
"transform-flow-strip-types"
]
}
}
}