Skip to content

Emurgo/react-native-blockies-svg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-blockies-svg

Ethereum blockies for React Native as SVGs. Based on https://github.com/ethereum/blockies

Depends on react-native-svg and needs to be linked.

Install

yarn add git+https://github.com/bpeters/react-native-blockies-svg.git

react-native link

General Usage

Treat like any other react component, included props: size, scale, seed, color, bgcolor, and spotcolor.

import Blockies from 'react-native-blockies-svg';

render() {
    return (
        <Blockies
            size={16}
            scale={8}
            seed="something"
        />
    );
}

About

Ethereum blockies for React Native as SVGs

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%