You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
debugTouchArea | bool | Yes | false | Set this to true to visually see the thumb touch rect in green.
95
95
animateTransitions | bool | Yes | false | Set to true if you want to use the default 'spring' animation
96
96
animationType | string | Yes | 'timing' | Set to 'spring' or 'timing' to use one of those two types of animations with the default [animation properties](https://facebook.github.io/react-native/docs/animations.html).
97
-
animationConfig | object | Yes | undefined | Used to configure the animation parameters. These are the same parameters in the [Animated library](https://facebook.github.io/react-native/docs/animations.html).
98
-
97
+
animationConfig | object | Yes | undefined | Used to configure the animation parameters. These are the same parameters in the [Animated library](https://facebook.github.io/react-native/docs/animations.html).
98
+
trackClickable | bool | Yes | false | Set to true to update the value whilst clicking the Slider
0 commit comments