UNPKG

trunghv-react-native-progress

Version:

��# trunghv-react-native-progress ## Installation > `npm install --save trunghv-react-native-progress` ## Usage ```javasc

17 lines 624 B
��# 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}/> ) } ```