Simple Progress Bar for React Native
npm install react-native-gifted-progress> Simple Progress Bar for React Native.
```
$ npm install --save react-native-gifted-progress
`js
import React, { Component } from 'react';
import ProgressBar from 'react-native-gifted-progress';
export default class MyComponent extends Component {
...
render() {
return (
progress={20}
barBackgroundColor={'#242F37'}
/>
);
}
...
}
``
MIT © Ismail Pelaseyed