2

Apk Analyzer

package.json includes

"rnpm": { "assets": [ "./assets/fonts" ] } "react-native-vector-icons": "9.2.0",

  • 1
    You can specify which fonts to be copied in build.gradle file https://github.com/oblador/react-native-vector-icons#option-with-gradle-recommended – Ugur Eren Sep 23 '22 at 12:26

1 Answers1

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 :)