0.0.5 • Published 4 years ago

react-native-progress-dialog v0.0.5

Weekly downloads
16
License
MIT
Repository
github
Last release
4 years ago

react-native-progress-dialog

Simple progress dialog for React Native

Demo

Installation

yarn add react-native-progress-dialog

or

npm i react-native-progress-dialog

Usage

First, import

import ProgressDialog from 'react-native-progress-dialog';

Then in your component use it:

<ProgressDialog visible={this.state.visible}/>

Props

NameDescriptionDefaultType
labelText that should be displayed'Please wait...'String
labelStyleCustom styles from the labelnullObject
loaderColorColor of the loader circle'#0d0'String

License

MIT

Author

Rashidul Hasan | www.rashidul.xyz