Package Exports
- @vnaidin/react-native-cryptocurrency-icons
- @vnaidin/react-native-cryptocurrency-icons/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@vnaidin/react-native-cryptocurrency-icons) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
React Native Cryptocurrency Icons
This project is a React Native adaptation of cryptoicons.co, containing over 7,500 icons for almost 500 cryptocurrencies, in a range of sizes. Completely free. All we ask is that you don’t claim them as your own, and share this resource with others.
We also have some fiat currencies: USD
, GBP
, EUR
, JPY
, CNY
, RUB
. (We don't intend to add more)
Images are in PNG format (transparent) in 32×32
, 64x64
, and 128×128
variants.
If there is an altcoin you’re looking for that hasn’t been included, please create a new issue.
Install 🚀
$ npm install @vnaidin/react-native-cryptocurrency-icons
Usage in React Native
Import the icon component or icon map:
import { CryptoIcon } from "@vnaidin/react-native-cryptocurrency-icons";
<CryptoIcon symbol="tex" originSize={32} />;
Special Thanks 👏
Thanks to Christopher Downer for starting the original project, all our wonderful contributors, and to all who have maintained and adapted this resource.
React Native adaptation and maintenance by vnaidin, with respect to all previous authors.
From author
I came across all the crypto icons libraries, while developing my crypto wallet, and found out that icons in RN is a bit painful thing. That's why I found the most suitable already existing library, adopted to my requirements, added some coins(and will be more). SO: my library is the easiest way to use crypto icons, no fonts adding and so on, just import and provide 'symbol'. Feel free to add issues,etc.