luhart / react-native-boring-avatars

React native implementation of https://boringavatars.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-native-boring-avatars

React Native implementation of boring avatars

Installation

yarn add boring-avatars

Usage

// ...
import Avatar from 'react-native-boring-avatars';

<Avatar
  size={40}
  name="Sacagawea"
  variant="pixel"
  colors={['#92A1C6', '#146A7C', '#F0AB3D', '#C271B4', '#C20D90']}
/>;

Caveat

The marble variant is not suppported. This is because react-native-svg does not support the SVG filter attribute which the marble variant depends on. 🙁 Check here for more details on react-native-svg on this issue.

License

MIT

About

React native implementation of https://boringavatars.com/

License:MIT License


Languages

Language:JavaScript 95.5%Language:TypeScript 4.5%