kristerkari/react-native-svg-transformer

App systematically crash when a svg is render

AlexandreMouyen opened this issue · 2 comments

Hello there,

I use react-native-svg-transformer: ^0.14.3, react-native-svg: 12.1.0 and expo SDK 41.

When I use the lib and try to reload the app (with Expo), Expo app crashes all the time.
But when the app is auto-reload, it is working perfectly.
On published app, it is also crashing.

I noticed than it is only crashing when the component is rendered, not on import.

Do you have an idea?

Thanks.

It is looks like it is only crashing when I use big Undraw SVG.

Yeah probably the SVG image is too big :(