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.31k stars 2.12k forks source link

Missing auto link #1417

Open osh91 opened 2 years ago

osh91 commented 2 years ago

Where is the link after installing vector icons? Why shall I have to manually fix it in Gradle, it really hard to read and follow the steps

frankbolviken commented 2 years ago

Yeah, it still is installation issues with this library. Even when you do link manually you get all sorts of errors on ios and android related to duplicate fonts etc.

osh91 commented 2 years ago

Yeah, it still is installation issues with this library. Even when you do link manually you get all sorts of errors on ios and android related to duplicate fonts etc.

Thanks for the reply! Yeah, which cause our brain damage and cost our time. I felt it is way too complicated and wasted by doing manually. Can't they make it the easier way like API FeatherIcons? https://www.npmjs.com/package/react-native-feather It didn't need to do with link or do manual. It's really pain-free one.