status-react/.babelrc

9 lines
125 B
Plaintext

{
"presets": [
"module:metro-react-native-babel-preset"
],
"plugins": [
"react-native-reanimated/plugin"
]
}