How does one go about removing all the installed icons? I used CocoaPods and didn't expect it to install 2 GB worth of stuff. Where do these icons get installed locally? How can I find them and remove them? I feel like I've checked everywhere...
It's only a few fonts. Should not take a lot of spaces. See https://github.com/oblador/react-native-vector-icons#installation (manual step) to find places to look for.
But is there a way to not install all fonts. In my app I'm using only my set of 5 icons. I don't want to install any other fonts since they are making app heavy, especially if I'm not using them.
Most helpful comment
But is there a way to not install all fonts. In my app I'm using only my set of 5 icons. I don't want to install any other fonts since they are making app heavy, especially if I'm not using them.