Icon
Last updated
Last updated
Perfect, crisp, high definition icons and pixel ideal fonts.
Here is a repo that lists down icons of available react-native-vector-icons icon families.
You need to follow below steps in order to work with RN>=0.60
Now back to root folder and create a file named
react-native.config.js
in root of your project and add below code in this file.
And finally run
View full example: Icon Example
android and ios
Property
Default
Option
Description
type
AntDesign
string
Specifies icon family
size
12
number
Size of the icon, can also be passed as fontSize in the style object
name
-
string
What icon to show, see Icon Explorer app or one of the links above
color
-
string
Color of the icon
style
-
-
Style of the icon
android
-
string
Name of the icon for android devices
ios
-
string
Name of the icon for iOS devices