We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a46ee1 commit cb80d87Copy full SHA for cb80d87
src/types.ts
@@ -48,6 +48,7 @@ export type SliderProps = {
48
renderMinimumTrackComponent?: () => React.ReactNode;
49
renderTrackMarkComponent?: (index: number) => React.ReactNode;
50
step?: number;
51
+ testID?: ViewStyle['testID'];
52
thumbImage?: ImageSourcePropType;
53
thumbStyle?: ViewStyle;
54
thumbTintColor?: string;
0 commit comments