diff options
Diffstat (limited to 'babel.config.js')
-rw-r--r-- | babel.config.js | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/babel.config.js b/babel.config.js index ac872648f..c976d04b6 100644 --- a/babel.config.js +++ b/babel.config.js @@ -17,7 +17,12 @@ module.exports = function (api) { ], plugins: [ 'macros', - ['babel-plugin-react-compiler', {target: '18'}], + [ + 'babel-plugin-react-compiler', + { + runtimeModule: 'react-compiler-runtime', + }, + ], [ 'module:react-native-dotenv', { |