encodeous / react-native-remix-icon

An updated Open Source implementation of remixicon for React Native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Native Remix Icon

React native implementation for the popular RemixIcon open source library.

Install

Using yarn

yarn add encodeous/react-native-remix-icon

Using npm

npm install encodeous/react-native-remix-icon

This library relies on the react-native-svg package to render svg icons. Install the react-native-svg package,

yarn add react-native-svg

or

npm install react-native-svg

Usage

import Icon from 'react-native-remix-icon';
<Icon name="home-fill" size="48" color="red">

Props

Prop Default Description
name remixicon-fill Name of the icon. Explore the remixicon library for all valid icon names
size 24 Size of the icon
color black Color of the icon

About

An updated Open Source implementation of remixicon for React Native

License:MIT License


Languages

Language:JavaScript 99.3%Language:Java 0.4%Language:Objective-C 0.3%Language:Ruby 0.0%Language:Starlark 0.0%