Icons from allienworks/cryptocoins for React Native
npm install react-native-cryptocoinsThis library exposes Icon which is exactly https://github.com/oblador/react-native-vector-icons#icon-component.
yarn add react-native-cryptocoinsThis library doesn't include the fonts. Install them with:
yarn add cryptocoins-icons
`
You will need to then manually include the font in your project. After the
above install it can be found:
node_modules/cryptocoins-icons/webfont/cryptocoins.ttf.Usage
$3
`
import Icon from "react-native-cryptocoins/Cryptocoin";
...
`$3
`
import { availableNames } from "react-native-cryptocoins/Cryptocoin";
// availableNames is a list of valid Icon names
``