callstack / react-native-slider

React Native component exposing Slider from iOS and SeekBar from Android
MIT License
1.22k stars 270 forks source link

📚 docs: update doc with new type for StepMarker #647

Open longphung opened 2 months ago

longphung commented 2 months ago

Summary:

Update README.md with currentValue?: number props for StepMarker component.

Test Plan:

N/A

I took this type from the index.d.ts file and from it's true for the current source code.