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 5a0baca commit 0cde5f9Copy full SHA for 0cde5f9
typings/components/Slider.d.ts
@@ -27,6 +27,8 @@ export interface SliderProps {
27
renderTrack?: () => ReactElement | ReactElement[];
28
thumbTintColor?: ColorValue;
29
onValueChange?: SliderOnValueChange;
30
+ onSeekStart?: () => void;
31
+ onSeekEnd?: () => void;
32
containerStyle?: StyleProp<ViewStyle>;
33
trackStyle?: StyleProp<ViewStyle>;
34
thumbStyle?: StyleProp<ViewStyle>;
0 commit comments