0.0.5 • Published 7 years ago

react-native-air-progress-bar v0.0.5

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

alt text

The source for this module is in the main repo.

alt text

npm install react-native-air-progress-bar --save
import ProgressBar from 'react-native-air-progress-bar';

<ProgressBar progress={0} />
<ProgressBar progress={25} />
<ProgressBar progress={50} />
<ProgressBar progress={75} />
<ProgressBar progress={100} />

The MIT License (MIT) Copyright (c) 2017