Skip to content

A draggable progress with seekbar , just like the seekbar in android.(基于ReactNative的可拖动进度条)

Notifications You must be signed in to change notification settings

xwh817/react-native-progress-seekbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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')}}
	/>

About

A draggable progress with seekbar , just like the seekbar in android.(基于ReactNative的可拖动进度条)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published