Avatars can be used to represent people in a graphical way.
import * as React from 'react'; import { Avatar } from 'react-native-paper'; const MyComponent = () => ( <Avatar.Text size={24} label="XD" /> );
label
string
Initials to show as the text in the Avatar.
Avatar
size
number
64
Size of the avatar.
color
Custom color for the text.
style
any
theme
Theme