@@ -13,6 +13,7 @@ exports[`<Slider /> accessibilityState disabled sets disabled={true} 1`] = `
13
13
maximumValue = { 1 }
14
14
minimumValue = { 0 }
15
15
onChange = { null }
16
+ onRNCSliderAccessibilityAction = { null }
16
17
onRNCSliderSlidingComplete = { null }
17
18
onRNCSliderSlidingStart = { null }
18
19
onRNCSliderValueChange = { null }
@@ -43,6 +44,38 @@ exports[`<Slider /> disabled prop overrides accessibilityState.disabled 1`] = `
43
44
maximumValue = { 1 }
44
45
minimumValue = { 0 }
45
46
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 }
46
79
onRNCSliderSlidingComplete = { null }
47
80
onRNCSliderSlidingStart = { null }
48
81
onRNCSliderValueChange = { null }
@@ -70,6 +103,7 @@ exports[`<Slider /> renders a slider with custom props 1`] = `
70
103
minimumTrackTintColor = " blue"
71
104
minimumValue = { - 1 }
72
105
onChange = { [Function ]}
106
+ onRNCSliderAccessibilityAction = { null }
73
107
onRNCSliderSlidingComplete = { [Function ]}
74
108
onRNCSliderSlidingStart = { null }
75
109
onRNCSliderValueChange = { [Function ]}
@@ -101,6 +135,7 @@ exports[`<Slider /> renders disabled slider 1`] = `
101
135
maximumValue = { 1 }
102
136
minimumValue = { 0 }
103
137
onChange = { null }
138
+ onRNCSliderAccessibilityAction = { null }
104
139
onRNCSliderSlidingComplete = { null }
105
140
onRNCSliderSlidingStart = { null }
106
141
onRNCSliderValueChange = { null }
@@ -126,36 +161,7 @@ exports[`<Slider /> renders enabled slider 1`] = `
126
161
maximumValue = { 1 }
127
162
minimumValue = { 0 }
128
163
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 }
159
165
onRNCSliderSlidingComplete = { null }
160
166
onRNCSliderSlidingStart = { null }
161
167
onRNCSliderValueChange = { null }
0 commit comments