React Native cross-plataform module to create Progress Indicators in your apps
npm install react-native-progress-indicator


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.
``bash`
npm install react-native-progress-indicator --save
`javascript
import ProgressIndicator from 'react-native-progress-indicator';
// inside your Components
// or in progressbar mode
``
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