duongdev / phosphor-react-native

phosphor-icons for react-native. A flexible icon family for React Native
https://www.npmjs.com/package/phosphor-react-native
MIT License
174 stars 21 forks source link

docs(README.md): add tree-shaking instruction #29

Closed Abdulazeez-98 closed 9 months ago

Abdulazeez-98 commented 1 year ago

Hi, Thank you for creating this library, it is really helpful.

Sometimes tree shaking does not work (issue #16), I was working on an app and the bundle size was 12Mb because of this. It became 3Mb after importing individual icons with the mentioned importing syntax.

I think mentioning it in the documentation would help others. Even if the issue gets fixed it might be helpful for some edge cases.

Thanks.