react-native-macos/.babelrc

9 строки
139 B
Plaintext

{
"presets": [
"module:@react-native/babel-preset"
],
"plugins": [
"babel-plugin-transform-flow-enums"
]
}