oblador / react-native-vector-icons

Customizable Icons for React Native with support for image source and full styling.
https://oblador.github.io/react-native-vector-icons/
MIT License
17.4k stars 2.12k forks source link

while bundling react-native app, all vector-icons from 5 modules (ionicons, flaticons ...) gets packed with it or not #1419

Open MuhammadRafeh opened 2 years ago

MuhammadRafeh commented 2 years ago

I need to know that when we build apk react-native-vector-icons bundles just those icons which are using in app or it packs up the whole??

MuhammadRafeh commented 2 years ago

@almost @calvinf @dantman @nfcampos anyone?

MuhammadRafeh commented 2 years ago

@oblador ??????

MuhammadRafeh commented 2 years ago

Wtf????

Romick2005 commented 2 years ago

I assume it bundles all icons.

MuhammadRafeh commented 2 years ago

So if it packs all the icons then app size will increase by 1+ mb. Am I right?

Romick2005 commented 2 years ago

Yes

MuhammadRafeh commented 2 years ago

Thanks dude