We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 896ccd5 commit 7aed3cdCopy full SHA for 7aed3cd
src/typings/index.d.ts
@@ -25,6 +25,12 @@ export interface SliderPropsIOS extends ReactNative.ViewProps {
25
*/
26
minimumTrackImage?: ReactNative.ImageURISource;
27
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
+
34
/**
35
* Sets an image for the thumb. Only static images are supported.
36
0 commit comments