Answers for "using react native vector icons"

2

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 "using react native vector icons"

Code answers related to "Javascript"

Browse Popular Code Answers by Language