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 64e1282 commit a088830Copy full SHA for a088830
package/src/RNCSliderNativeComponent.web.tsx
@@ -53,7 +53,7 @@ const valueToEvent = (value: number): Event => ({nativeEvent: {value}});
53
const RCTSliderWebComponent = React.forwardRef(
54
(
55
{
56
- value: initialValue,
+ value: initialValue = 0,
57
minimumValue = 0,
58
maximumValue = 0,
59
lowerLimit = 0,
0 commit comments