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