Install the package and use in your React Native project:
npm install @vnaidin/react-native-cryptocurrency-icons
Import package and use component:
import { CryptoIcon } from '@vnaidin/react-native-cryptocurrency-icons';
<CryptoIcon symbol="btc" size={32} />
See README.md for more details.