isluftmensch / react-native-cryptocurrency-hexagon-icons

React Native component that displays an icon for a given cryptocurrency symbol.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-native-cryptocurrency-hexagon-icons

Platform NPM Badge

React Native component that displays an icon for a given cryptocurrency symbol.

Preview

Installation

  1. Install react-native-svg in the newest version.

$ npm install react-native-cryptocurrency-hexagon-icons

or

$ yarn add react-native-cryptocurrency-hexagon-icons

Android

Rebuild the app.

iOS

Install the pod, then rebuild the app.

npx pod-install

Usage

import CryptocurrencyIcon from "react-native-cryptocurrency-hexagon-icons"

.........

const App = () => {
    return(
        <CryptocurrencyIcon name="btc" size={48} />
    )
}

About

React Native component that displays an icon for a given cryptocurrency symbol.

License:MIT License


Languages

Language:JavaScript 100.0%