I've been using react-native-svg and react-native-svg-transformer to render svg files in my app and it's worked fine. However, It didn't work for one specific svg file. The file size is only about 281 kb, while the other worked file size is about 1.61 mb. The fils is supposed to look like this, which has all the color
However, it looks like this, which only shows black
plz help me, thanks!
*metro.config.js code
screenshot of metro.config.js code
*app.js code screenshot of app.js code
*the svg file that works screenshot of the svg file that works
*the svg file that doesn't work screenshot of the svg file that doesn't work