Anh Dev

Results 3 comments of Anh Dev

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'); }, ```...