Avatar.Text
Avatars can be used to represent people in a graphical way.
Usage
import * as React from 'react';
import { Avatar } from 'react-native-paper';
const MyComponent = () => (
<Avatar.Text size={24} label="XD" />
);
Props
theme
Type:
Theme