An open API service indexing awesome lists of open source software.

https://github.com/andresmichel/react-native-avatar-ui

React Native Avatar Component
https://github.com/andresmichel/react-native-avatar-ui

avatar react-native

Last synced: 3 months ago
JSON representation

React Native Avatar Component

Awesome Lists containing this project

README

          

# react-native-avatar-ui

## Getting Started

- [Installation](#installation)
- [Properties](#properties)

### Installation

```bash
$ npm install react-native-avatar-ui
```

### Properties

| Prop | Default | Type | Description |
| :------------ |:---------------:| :---------------:| :-----|
| size | 64 | `number` | Size for this component. |
| letter | "" | `string` | Placeholder letter. |
| source | undefined | `string` | The image source (either a remote URL or a local file resource). |