Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
185 views
in Technique[技术] by (71.8m points)

android - How to minify size of apk in react-native?

These are the dependencies used in my project. My question is if i have installed some libararies but i don't use them in my project would they be included in final build? if yes how to exempt them from apk? And If i use a part of libarary would whole libarary be included or not? for example I have react-native-vector-icons installed but if i only use fontawesome will whole vector icon libarary be included(fontawseme,antdesign,feather,material icons etc) or just fontawesome will be included? further more if I use only single icon in fontawesome will whole labarary be included or that single icon? Any techniques to follow to reduce size in general? here are my packge.json : enter image description here

question from:https://stackoverflow.com/questions/66058681/how-to-minify-size-of-apk-in-react-native

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...