Skip to content
This repository has been archived by the owner on Aug 5, 2019. It is now read-only.

React Native cross-plataform module to create Progress Indicators in your apps

License

Notifications You must be signed in to change notification settings

lucasferreira/react-native-progress-indicator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-progress-indicator

React Native cross-plataform module to create Progress Indicators in your apps.

npm version npm downloads npm licence

This module universalized the use of natives modules ActivityIndicatorIOS, ProgressViewIOS and ProgressBarAndroid into a single re-useful View for using both in Android and iOS platforms, that let you able to write a single code base progress indicators.

Installation

npm install react-native-progress-indicator --save

Example

import ProgressIndicator from 'react-native-progress-indicator';

// inside your Components
<ProgressIndicator size="large" />

// or in progressbar mode
<ProgressIndicator progress={0.7} />

All of others props from native modules are available to use in ProgressIndicator module. Please read in the RN docs:

https://facebook.github.io/react-native/docs/activityindicatorios.html

https://facebook.github.io/react-native/docs/progressviewios.html

https://facebook.github.io/react-native/docs/progressbarandroid.html

License

MIT

About

React Native cross-plataform module to create Progress Indicators in your apps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published