React Native port of the Jazzicon identicon generator, rendering deterministic, colorful avatars from Ethereum addresses. Current stable version is 0.1.2, with no active development in the past 5+ years. It requires react-native-svg for SVG rendering. Unlike the web version, this package is tailored for React Native apps and provides a simple component prop interface.
npm install react-native-jazziconNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage of Jazzicon component with an Ethereum address, demonstrating required props size and address.
Migrate to a maintained alternative like react-native-blockies.
Install react-native-svg: npm install react-native-svg
Keep react-native-svg at version ^6.5.2 or follow migration guide.
Always provide full checksummed Ethereum address with 0x prefix.
Use const Jazzicon = require('react-native-jazzicon').default;Use react-native <=0.68 or patch package with react-native-forward-ref.
npm install react-native-svg