status-react/.babelrc

9 lines
125 B
Plaintext
Raw Normal View History

{
2019-03-04 12:38:41 +00:00
"presets": [
"module:metro-react-native-babel-preset"
2022-06-28 17:27:14 +00:00
],
"plugins": [
"react-native-reanimated/plugin"
2019-03-04 12:38:41 +00:00
]
}