ProgressBar
Progress bar is an indicator used to present progress of some activity in the app.
Usage
import * as React from 'react';
import { ProgressBar, Colors } from 'react-native-paper';
const MyComponent = () => (
<ProgressBar progress={0.5} color={Colors.red800} />
);
export default MyComponent;
Props
style
Type:
any
theme
Type:
Theme