status-react/.babelrc

9 lines
125 B
Plaintext
Raw Normal View History

2022-11-24 14:50:57 +05:30
{
"presets": [
"module:metro-react-native-babel-preset"
],
"plugins": [
"react-native-reanimated/plugin"
]
}