Answers for "npm install --save react-native-vector-icon"

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

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

Code answers related to "Javascript"

Browse Popular Code Answers by Language