@castle-studios/react-native-jazzicon
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

React Native Jazzicon

NPM version

React Native component for jazzicon matching the same

Forked from stanislaw-glogowski's react-native-jazzicon and adapted to match Metamask's jazzicon draw config

Installation

  $ npm i @castle-studios/react-native-jazzicon -S
  $ react-native link react-native-svg

Usage

With numeric seed:

import Jazzicon from "@castle-studios/react-native-jazzicon";

export const App = () => {
  return (
     <Jazzicon size={120} seed={Math.round(Math.random() * 10000000)} />;
  )
}

With ethereum address:

import Jazzicon from "@castle-studios/react-native-jazzicon";

export const App () => {

  return (
    <Jazzicon
      size={120}
      address={"0x2152220ab60719d6f987f6de1478971c585841c7"}
    />
  );
}

License

The MIT License

Readme

Keywords

none

Package Sidebar

Install

npm i @castle-studios/react-native-jazzicon

Weekly Downloads

0

Version

1.0.5

License

MIT

Unpacked Size

20 kB

Total Files

23

Last publish

Collaborators

  • itsdiaye