Anh Dev
Results
3
comments of
Anh Dev
yarn add babylon -dev
Can every one give me the solution?
I find the solution when using with react-native 0.61 This is my metro.config.js My problem disappear when I change babelTransformerPath: require.resolve("./transformer") to getTransformModulePath: () => { return require.resolve('./transformer'); }, ```...