0.1.11 • Published 10 months ago

rn-crypto-icons-svg v0.1.11

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

rn-crypto-icons-svg

Crypto Icons in SVG for React Native (450+ tokens)

Installation

yarn add rn-crypto-icons-svg

Usage

Just import it and use it like any other React Native component. Shapes can be'circle', 'square', 'octagonal', and 'hexagonal'.

Optional param tilt can be used to tilt the icon.

import Crypto from 'rn-crypto-icons-svg'

// ...

export default function App() {
  return (
    <View style={styles.container}>
      <Crypto name='UST' size={200} shape='octagonal' />
    </View>
  )
}

const styles = StyleSheet.create({
  container: {
    flex: 1,
    backgroundColor: '#fff',
    alignItems: 'center',
    justifyContent: 'center',
  },
})

License

MIT


0.1.11

10 months ago

0.1.10

10 months ago

0.1.9

10 months ago

0.1.8

10 months ago

0.1.7

10 months ago

0.1.6

10 months ago

0.1.5

10 months ago

0.1.4

10 months ago

0.1.3

10 months ago

0.1.2

10 months ago

0.1.1

10 months ago

0.1.0

10 months ago