Chip
A Chip can be used to display entities in small blocks.
Usage
import * as React from 'react';
import { Chip } from 'react-native-paper';
const MyComponent = () => (
<Chip icon="info" onPress={() => {}}>Example Chip</Chip>
);
Props
onDeleteType:
() => mixedFunction to execute on delete. The delete button appears only when this prop is specified.
styleType:
any