rn-crypto-icons

1.0.0 • Public • Published

rn-crypto-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 rn-crypto-icons

or

$ yarn add rn-crypto-icons

Android

Rebuild the app.

iOS

Install the pod, then rebuild the app.

npx pod-install

Usage

import CryptocurrencyIcon from "rn-crypto-icons"

.........

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

Package Sidebar

Install

npm i rn-crypto-icons

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

1.32 MB

Total Files

438

Last publish

Collaborators

  • playma256