kristerkari / react-native-svg-transformer

Import SVG files in your React Native project the same way that you would in a Web application.
MIT License
1.54k stars 116 forks source link

Solution to TypeError: Cannot read properties of undefined (reading '0') #351

Open psyrenpark opened 2 months ago

psyrenpark commented 2 months ago

Issue Description: Encountered an error: TypeError: Cannot read properties of undefined (reading '0')

Solution:

// Install the necessary plugins via yarn:
yarn add -D @svgr/plugin-svgo
yarn add -D @svgr/plugin-jsx

My Environment:

I hope this solution helps others facing the same issue.

kristerkari commented 2 months ago

Thanks! Hopefully this helps people with that are seeing the same error 👍