status-react/.babelrc

9 lines
125 B
Plaintext
Raw Normal View History

2022-11-24 09:20:57 +00:00
{
"presets": [
"module:metro-react-native-babel-preset"
],
"plugins": [
"react-native-reanimated/plugin"
]
}