Answers for "icon npm in react native"

2

how to use icons in react native

//USING EXPO

//Firtsly, install expo icons and import  
import { MaterialCommunityIcons } from "@expo/vector-icons/"
//Later in your code, use them like this
<MaterialCommunityIcons color="white" name="close" size={35} />
Posted by: Guest on July-23-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language