react-native-svg-jazzicon
v0.1.3
Published
jazzicon on react native using react-native-svg
Downloads
3
Readme
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