Icon

Perfect, crisp, high definition icons and pixel ideal fonts.

MonalisaUI

Here is a repo that lists down icons of available react-native-vector-iconsarrow-up-right icon families.

yarn add react-native-vector-icons

# or
# npm i --save react-native-vector-icons

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 Examplearrow-up-right

Configuration

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

Example

  • android and ios

Last updated