# trunghv-react-native-progress
## Installation
> `npm install --save trunghv-react-native-progress`

## Usage

```javascript
import Progress from 'trunghv-react-native-progress';

render(){
    return(
        <Progress progress={this.state.progress} style={styles.Progress}/>
    )
    
}

```