Post
Example - For more details, please refer Home Components
<Post
avatarImage={'<Image />'}
city={'string'}
image={'<Image />'}
message={'string'}
name={'string'}
time={'string'}
username={'string'}
/>
Props
| Prop | Type | Default | Required | Description |
|---|---|---|---|---|
| avatarImage | any | Yes | Avatar image source | |
| image | any | Yes | Content Image source | |
| name | string | Yes | Full Name of user | |
| username | string | Yes | username of user | |
| time | string | Yes | ||
| city | string | Yes | ||
| message | string | Yes |