status-react/.babelrc

9 lines
125 B
Plaintext
Raw Normal View History

{
2019-03-04 14:38:41 +02:00
"presets": [
"module:metro-react-native-babel-preset"
2022-06-28 22:57:14 +05:30
],
"plugins": [
"react-native-reanimated/plugin"
2019-03-04 14:38:41 +02:00
]
}