Apk Analyzer
package.json includes
"rnpm": { "assets": [ "./assets/fonts" ] } "react-native-vector-icons": "9.2.0",
You can go in library and comment the line if needed and patch library so that fonts won't be included neither in iOS or Android builds
That's what I did when I faced issue with same library :)
Copyright © 2021 Jogjafile Inc.
You can go in library and comment the line if needed and patch library so that fonts won't be included neither in iOS or Android builds
That's what I did when I faced issue with same library :)