status-mobile/.babelrc
2022-06-28 23:51:23 +05:30

9 lines
125 B
Plaintext

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