A wrapper component using [react-native-vector-icons](https://github.com/oblador/react-native-vector-icons). Support Typescript.
npm install react-native-easy-iconA wrapper component using react-native-vector-icons. Support Typescript.
bash
yarn add react-native-easy-icon
`
OR
`bash
npm install --save react-native-easy-icon
`If you don't have react-native-vector-icons
Install react-native-vector-icons
> If you created your project with expo, crna or trnc, react-native-vector-icons is installed by default
Usage
`javascript
import Icon from 'react-native-easy-icon';
``#### Icon Type:
- material
- material-community
- font-awesome
- font-awesome5
- font-awesome-brands
- octicon
- ionicon
- foundation
- evilicon
- simple-line-icon
- zocial
- entypo
- feather
- antdesign
- fontisto
#### Icons list
Icon types list is extracted from react-native-elements