Simple progress dialog for React Native
yarn add react-native-progress-dialog
or
npm i react-native-progress-dialog
First, import
import ProgressDialog from 'react-native-progress-dialog';
Then in your component use it:
<ProgressDialog visible={this.state.visible}/>
Name | Description | Default | Type |
---|---|---|---|
label | Text that should be displayed | 'Please wait...' | String |
labelStyle | Custom styles from the label | null | Object |
loaderColor | Color of the loader circle | '#0d0' | String |
Rashidul Hasan | www.rashidul.xyz