react-native-air-progress-bar
v0.0.5
Published
Customizable and animated progress-bar component for React Native
Downloads
9
Maintainers
Readme
The source for this module is in the main repo.
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