babel-plugin-react-compiler-runtime with react-native #37
-
i have installed the devDependencies "babel-plugin-react-compiler": "^19.0.0-beta-0dec889-20241115", and add the plugins in babel config but it throw the error None of these files exist:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
i have added the react-compiler-runtime directly. module.exports = function () { |
Beta Was this translation helpful? Give feedback.
-
i added the import 'react-compiler-runtime' in entry js file, it is ok now |
Beta Was this translation helpful? Give feedback.
i added the import 'react-compiler-runtime' in entry js file, it is ok now