rn-colorful-avatar
Version:
Colorful Avatar for React Native
40 lines (28 loc) • 930 B
Markdown
# rn-colorful-avatar
Colorful Avatar for React Native

### Install
```
npm install rn-colorful-avatar
```
or
```
yarn add rn-colorful-avatar
```
### Usage
```js
import Avatar from 'rn-colorful-avatar';
```
```html
<Avatar name="iverson" />
```
## Props
| Name | Value | Default | Example |
| ------ | ------- | ------- | ------------------------ |
| name | String | "X" | "Name Surname" |
| size | Number | 100 | 200 |
| radius | Number | 0 | 50 |
| style | Object | {} | { avatar: { opacity: 0.5 }, text: { fontSize: 16 } } |
| circle | Boolean | false | true |
| lang | String | "en-EN" | "tr-TR" |
### Inspired by **react-letter-avatar**