diff --git a/babel.config.js b/babel.config.js index 1abe903..aa17008 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,8 +1,8 @@ -const ReactCompilerConfig = {} +const ReactCompilerConfig = {}; module.exports = { presets: ['module:@react-native/babel-preset'], plugins: [ ['babel-plugin-react-compiler', ReactCompilerConfig], // must run first! - ] + ], };