rn-crypto-icons
v1.0.0
Published
React Native component that displays an icon for a given cryptocurrency symbol.
Downloads
9
Maintainers
Readme
rn-crypto-icons
React Native component that displays an icon for a given cryptocurrency symbol.
Installation
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} />
)
}