Appbar.Content
A component used to display a title and optional subtitle in an appbar.
Usage
import * as React from 'react';
import { Appbar } from 'react-native-paper';
const MyComponent = () => (
<Appbar.Header>
<Appbar.Content title="Title" subtitle={'Subtitle'} />
</Appbar.Header>
);
export default MyComponent;
Props
style
Type:
StyleProp<ViewStyle>
theme
Type:
Theme