# react-native-cryptocurrency-hexagon-icons

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

Latest version **1.0.2** (published 2021-04-12) · MIT license · 0 weekly downloads

## Install

```sh
npm install react-native-cryptocurrency-hexagon-icons
pnpm add react-native-cryptocurrency-hexagon-icons
yarn add react-native-cryptocurrency-hexagon-icons
bun add react-native-cryptocurrency-hexagon-icons
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2021-04-12 |
| First published | 2021-04-12 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 1.7 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 6 |
| Author | Lực Nguyễn |
| Maintainers | iamlucnguyen |
| Keywords | react-native, react, cryptocurrency, icon, cryptocurrency-icon, crypto-icon, hexagon-icon |

## Links

- npm: https://www.npmjs.com/package/react-native-cryptocurrency-hexagon-icons
- Repository: https://github.com/iamlucnguyen/react-native-cryptocurrency-hexagon-icons
- Homepage: https://github.com/iamlucnguyen/react-native-cryptocurrency-hexagon-icons#readme
- Issues: https://github.com/iamlucnguyen/react-native-cryptocurrency-hexagon-icons/issues
- npm.io page: https://npm.io/package/react-native-cryptocurrency-hexagon-icons

## Dependencies (2)

- [@svgr/cli](https://npm.io/package/@svgr/cli.md) ^4.3.0
- [react-primitives](https://npm.io/package/react-primitives.md) ^0.8.1

## Alternatives

- [@fortawesome/react-fontawesome](https://npm.io/package/@fortawesome/react-fontawesome.md) — 2.2M weekly downloads
- [roboto-fontface](https://npm.io/package/roboto-fontface.md) — 196.0K weekly downloads
- [@react-native-vector-icons/common](https://npm.io/package/@react-native-vector-icons/common.md) — 150.4K weekly downloads
- [@procore/core-icons](https://npm.io/package/@procore/core-icons.md) — 4.6K weekly downloads
- [@react-md/material-icons](https://npm.io/package/@react-md/material-icons.md) — 1.6K weekly downloads

## Recent versions

- 1.0.2 (latest) — 2021-04-12
- 1.0.1 — 2021-04-12

## README

# react-native-cryptocurrency-hexagon-icons

![Platform](https://img.shields.io/badge/platform-ios%20%7C%20android-green)
[![NPM Badge](https://img.shields.io/npm/v/react-native-cryptocurrency-hexagon-icons)](https://www.npmjs.com/package/react-native-cryptocurrency-hexagon-icons)

React Native component that displays an icon for a given cryptocurrency symbol.

<p align="center" >
  <img
    src="https://github.com/iamlucnguyen/react-native-cryptocurrency-hexagon-icons/raw/master/assets/images/preview.png"
    alt="Preview"
  />
</p>

## Installation

1. Install [react-native-svg](https://github.com/react-native-svg/react-native-svg#installation) in the newest version. 

2.
  ```
  $ 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

```js
import CryptocurrencyIcon from "react-native-cryptocurrency-hexagon-icons"

.........

const App = () => {
    return(
        <CryptocurrencyIcon name="btc" size={48} />
    )
}
```

---
_Source: https://npm.io/package/react-native-cryptocurrency-hexagon-icons · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
