Vishal Kushwaha
Vishal Kushwaha

Reputation: 41

How to eliminate fonts which are not used to reduce release build

Apk Analyzer

package.json includes

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

Upvotes: 2

Views: 87

Answers (1)

Mrinal Maheshwari
Mrinal Maheshwari

Reputation: 126

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

Upvotes: 0

Related Questions