Answers for "npm install react-native-vector-icons — save"

2

npm install --save react-native-vector-icon

import Icon from 'react-native-vector-icons/FontAwesome';
const myIcon = <Icon name="rocket" size={30} color="#900" />;
Posted by: Guest on April-14-2021
0

how to use react-native-vector-icons

<Icon name="rocket" size={30} color="#900" />
Posted by: Guest on March-29-2021

Code answers related to "npm install react-native-vector-icons — save"

Code answers related to "Javascript"

Browse Popular Code Answers by Language