@@ -13,6 +13,7 @@ exports[`<Slider /> accessibilityState disabled sets disabled={true} 1`] = `
1313 maximumValue = { 1 }
1414 minimumValue = { 0 }
1515 onChange = { null }
16+ onRNCSliderAccessibilityAction = { null }
1617 onRNCSliderSlidingComplete = { null }
1718 onRNCSliderSlidingStart = { null }
1819 onRNCSliderValueChange = { null }
@@ -43,6 +44,38 @@ exports[`<Slider /> disabled prop overrides accessibilityState.disabled 1`] = `
4344 maximumValue = { 1 }
4445 minimumValue = { 0 }
4546 onChange = { null }
47+ onRNCSliderAccessibilityAction = { null }
48+ onRNCSliderSlidingComplete = { null }
49+ onRNCSliderSlidingStart = { null }
50+ onRNCSliderValueChange = { null }
51+ onResponderTerminationRequest = { [Function ]}
52+ onStartShouldSetResponder = { [Function ]}
53+ step = { 0 }
54+ style = {
55+ Object {
56+ " height" : 40 ,
57+ }
58+ }
59+ tapToSeek = { false }
60+ thumbImage = { null }
61+ value = { 0 }
62+ />
63+ ` ;
64+
65+ exports [` <Slider /> disabled prop overrides accessibilityState.enabled 1` ] = `
66+ <RNCSlider
67+ accessibilityState = {
68+ Object {
69+ " disabled" : false ,
70+ }
71+ }
72+ disabled = { false }
73+ enabled = { true }
74+ inverted = { false }
75+ maximumValue = { 1 }
76+ minimumValue = { 0 }
77+ onChange = { null }
78+ onRNCSliderAccessibilityAction = { null }
4679 onRNCSliderSlidingComplete = { null }
4780 onRNCSliderSlidingStart = { null }
4881 onRNCSliderValueChange = { null }
@@ -70,6 +103,7 @@ exports[`<Slider /> renders a slider with custom props 1`] = `
70103 minimumTrackTintColor = " blue"
71104 minimumValue = { - 1 }
72105 onChange = { [Function ]}
106+ onRNCSliderAccessibilityAction = { null }
73107 onRNCSliderSlidingComplete = { [Function ]}
74108 onRNCSliderSlidingStart = { null }
75109 onRNCSliderValueChange = { [Function ]}
@@ -101,6 +135,7 @@ exports[`<Slider /> renders disabled slider 1`] = `
101135 maximumValue = { 1 }
102136 minimumValue = { 0 }
103137 onChange = { null }
138+ onRNCSliderAccessibilityAction = { null }
104139 onRNCSliderSlidingComplete = { null }
105140 onRNCSliderSlidingStart = { null }
106141 onRNCSliderValueChange = { null }
@@ -126,36 +161,7 @@ exports[`<Slider /> renders enabled slider 1`] = `
126161 maximumValue = { 1 }
127162 minimumValue = { 0 }
128163 onChange = { null }
129- onRNCSliderSlidingComplete = { null }
130- onRNCSliderSlidingStart = { null }
131- onRNCSliderValueChange = { null }
132- onResponderTerminationRequest = { [Function ]}
133- onStartShouldSetResponder = { [Function ]}
134- step = { 0 }
135- style = {
136- Object {
137- " height" : 40 ,
138- }
139- }
140- tapToSeek = { false }
141- thumbImage = { null }
142- value = { 0 }
143- />
144- ` ;
145-
146- exports [` <Slider /> disabled prop overrides accessibilityState.enabled 1` ] = `
147- <RNCSlider
148- accessibilityState = {
149- Object {
150- " disabled" : false ,
151- }
152- }
153- disabled = { false }
154- enabled = { true }
155- inverted = { false }
156- maximumValue = { 1 }
157- minimumValue = { 0 }
158- onChange = { null }
164+ onRNCSliderAccessibilityAction = { null }
159165 onRNCSliderSlidingComplete = { null }
160166 onRNCSliderSlidingStart = { null }
161167 onRNCSliderValueChange = { null }
0 commit comments