答案 0 :(得分:1)
您可以使用react-native-circular-slider。
<CircularSlider
startAngle={startAngle}
angleLength={angleLength}
onUpdate={this.onUpdate}
segments={5}
strokeWidth={40}
radius={145}
gradientColorFrom="#ff9800"
gradientColorTo="#ffcf00"
showClockFace
clockFaceColor="#9d9d9d"
bgCircleColor="#171717"
stopIcon={<StopIcon/>}
startIcon={<StartIcon/>}
/>
提到了完整的示例here