0.0.1 • Published 7 years ago

react-native-infinte-progress-bar v0.0.1

Weekly downloads
5
License
-
Repository
github
Last release
7 years ago

react-native-infinite-progress-bar

A simple infinite progress bar

npm.io

Installation

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

Example

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

Properties

PropDescription
containerStyleThe style of the background.
runnerStyleThe style of the runner.