0.0.1 • Published 7 years ago
react-native-infinte-progress-bar v0.0.1
react-native-infinite-progress-bar
A simple infinite progress bar
Installation
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. |
0.0.1
7 years ago