Home > Net >  Which icon library we should use in react-native mobile app
Which icon library we should use in react-native mobile app

Time:10-27

I want use a icon library in my react-native app but I am not able to find any library apart from https://www.npmjs.com/package/@ant-design/icons-react-native

CodePudding user response:

Most popular and required by other libraries react-native-vector-icons

It support all the icons and you find it from here

CodePudding user response:

My vote is for Font Awesome Icon. Their free tier comes with a lot of good stuff and their node package is really easy to use.

Font Awesome NPM

  • Related