How to use icons React native

How to use icons React native font awesome icon react native
How to use icons React native font awesome icon react native

Follow:

npm install --save react-native-vector-icons
react-native link react-native-vector-icons // Don't Forget

Use:

import Icon from 'react-native-vector-icons/FontAwesome';


 <Icon name="bars" size={24} color="#52575D"></Icon> 
 <Icon name="power-off" size={20} color="black"></Icon> 

How to use icons React native font awesome icon react native

You may like these posts