react-native-progress-dialog

0.0.5 • Public • Published

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

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

License

MIT

Author

Rashidul Hasan | www.rashidul.xyz

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i react-native-progress-dialog

      Weekly Downloads

      94

      Version

      0.0.5

      License

      MIT

      Unpacked Size

      34.2 kB

      Total Files

      6

      Last publish

      Collaborators

      • rashidul