Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

react-native-infinte-progress-bar

Infinite progress bar component for React Native

react, native, react-native, infinite, progress, bar, load, loading

readme

react-native-infinite-progress-bar

A simple infinite progress bar

Installation

  1. npm install react-native-infinite-progress-bar --save

Example


<InfiniteProgressBar containerStyle={{backgroundColor: 'white', marginTop: 100, marginBottom: 100}} runnerStyle={{backgroundColor: 'blue'}}/>

Properties

Prop Description
containerStyle The style of the background.
runnerStyle The style of the runner.