4 questions
0
votes
0
answers
37
views
Render SVG Image from URL in React-Native
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 ...
0
votes
1
answer
211
views
React Native 0.78 Build Failure: C++ Build System Error with react-native-svg
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-...