Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
41 views

In my current project, I have to render SVG images from the URLs in the list view. I did it using FlatList and react-native-svg, but I am facing a performance issue. When it renders on display, it ...
Jatin Bhuva's user avatar
  • 1,936
0 votes
1 answer
35 views

I just want to know whether is it possible to change stroke-width of svg using .svgrrc file since we can change stroke and fill property. I tried to change but it didn't work. .svgrrc: { "...
Sagar Mandal's user avatar
0 votes
1 answer
211 views

I am facing a build issue in React Native version 0.78, specifically with react-native-svg. The build fails with the following error: C++ build system [build] failed while executing I installed react-...
Milan Detruja's user avatar
1 vote
0 answers
546 views

I tried to install react-native-svg-transformer into my Expo project, so I can load PNG and other image files from assets, transform SVG files, use @/src/... as alias. When I start the project, I ...
Oliver Hausler's user avatar