A draggable progress with seek

react-native-progress-seekbar

A draggable progress with seekbar , just like the seekbar in android.

Example

<SeekBar style={{margin: 20, padding: 20, backgroundColor: 'black'}} min={0} max={100} progress={this.state.value} progressHeight={4} progressBackgroundColor='#663300' progressColor='#88cc33' thumbSize={40} thumbColor='#88cc33' thumbColorPressed='#ff6633' onStartTouch={() => {console.log('onStartTouch')}} onProgressChanged={(progress) => console.log('onProgressChanged:' + progress)} onStopTouch={() => {console.log('onStopTouch')}} />

版权声明:

1、该文章(资料)来源于互联网公开信息,我方只是对该内容做点评,所分享的下载地址为原作者公开地址。
2、网站不提供资料下载,如需下载请到原作者页面进行下载。