Skip to content

Commit 7aed3cd

Browse files
authored
Add tapToSeek to types (callstack#245)
1 parent 896ccd5 commit 7aed3cd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/typings/index.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ export interface SliderPropsIOS extends ReactNative.ViewProps {
2525
*/
2626
minimumTrackImage?: ReactNative.ImageURISource;
2727

28+
/**
29+
* Permits tapping on the slider track to set the thumb position.
30+
* Defaults to false on iOS. No effect on Android or Windows.
31+
*/
32+
tapToSeek?: boolean;
33+
2834
/**
2935
* Sets an image for the thumb. Only static images are supported.
3036
*/

0 commit comments

Comments
 (0)