# StackedAvatars

StackedAvatars is a component that renders horizontally an array of token avatars. An overflow counter will appear if there are more than four tokens.

## Props
This component extends `ViewProps` from React Native's [View Component](https://reactnative.dev/docs/view).

### `tokenList`

A list of tokens metadata to be horizontally stacked

| <span style="color:gray;font-size:14px">TYPE</span> | <span style="color:gray;font-size:14px">REQUIRED</span> |
| :-------------------------------------------------- | :------------------------------------------------------ |
| [StackedAvatarsToken](./StackedAvatars.types.ts#L16)         | Yes                                                     |
