Jazzicon on react native using react-native-svg.
npm install react-native-svg-jazzicon
npm install react-native-svg
or
yarn add react-native-svg-jazzicon
yarn add react-native-svg
import Jazzicon from 'react-native-svg-jazzicon';
<Jazzicon
size={100}
address="your-address-here"/>
{
size?: number;
borderRadius?: number;
address?: string;
seed?: number;
containerStyle?: StyleProp<ViewStyle>;
colors?: string[];
}
MIT
Hard work was done by react-native-jazzicon
Made with create-react-native-library