Skip to content

binhndicts/react-native-blockies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

react-native-blockies

Blocky component for React-native

Wrap Webview into a View to generate blocky using ethereum-blockies module https://github.com/ethereum/blockies/blob/master/blockies.min.js

Use

import Blockies from 'react-native-blockies';

render() {
    return (
        <Blockies
            blockies={address} //string content to generate icon
            size={32} // blocky icon size
            style={{width:32, height:32}} // style of the view will wrap the icon
        />
    );
}

About

Blocky icon for React-native

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published