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.Image size={24} source={require('../assets/avatar.png')} /> );
source
ImageSource
Image to display for the Avatar.
Avatar
size
number
64
Size of the avatar.
style
any
theme
Theme