Profile
Example
<Profile
image={<Image source={user.profileUrl} />}
primaryText={'string'}
secondaryText={'string'}
/>
Props
| Prop | Type | Default | Required | Description |
|---|---|---|---|---|
| image | shape[object Object] | Yes | Profile Image | |
| primaryText | string | Yes | Primary Display Message | |
| secondaryText | string | Yes | Secondary Display Message |