0.1.3 • Published 1 year ago

react-native-svg-jazzicon v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

react-native-svg-jazzicon

Jazzicon on react native using react-native-svg.

Installation

npm install react-native-svg-jazzicon
npm install react-native-svg

or

yarn add react-native-svg-jazzicon
yarn add react-native-svg

Usage

import Jazzicon from 'react-native-svg-jazzicon';
<Jazzicon 
  size={100} 
  address="your-address-here"/>

Props

{
  size?: number;
  borderRadius?: number;
  address?: string;
  seed?: number;
  containerStyle?: StyleProp<ViewStyle>;
  colors?: string[];
}

License

MIT

Credits

Hard work was done by react-native-jazzicon


Made with create-react-native-library

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago