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
onDelete
Type:
() => mixed
Function to execute on delete. The delete button appears only when this prop is specified.
style
Type:
any