Open mementomoriCarpediem opened 8 months ago
Sorry for the late response.
Since react-native-esbuild
includes SVG transformation functionality by default, there is no need for a babel configuration.
Please check if the file extension is .svg
, remove the babel svg configuration, and then verify. If the issue persists, please send the code required to reproduce the issue.
Package information
Configuration
Additional context
I am using related libraries as listed below : "react-native-svg-transformer": "^1.1.0", :"@svgr/babel-plugin-transform-svg-component": "^8.0.0",
and in metro config. I set babelTransformerPath same as below.
here is error shown when I execute bundle command.