Closed KorelogicSte closed 1 month ago
Hey! 👋
The issue doesn't seem to contain a minimal reproduction.
Could you provide a snack or a link to a GitHub repository under your username that reproduces the problem?
I can't produce a repo.
I have removed the react-native-svg-transformer
and I still get the same crash:
SVG file is:
``export const Logo =
<g fill="none" fill-rule="evenodd">
<use fill="#FF3B4C" xlink:href="#a"/>
</g>
`;```
I used older version to avoid this problem
Description
Followed the install steps, and installed
react-native-svg-transformer
following their steps. iOS works fine and the SVG appears but for Android the app just closes, no error is given in the bundler. So had to useadb logcat
and I get: