@hero-design/rn 8.1.0 → 8.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +9 -9
- package/es/index.js +6 -1
- package/jest.config.js +1 -1
- package/lib/index.js +6 -1
- package/package.json +10 -11
- package/src/components/Accordion/__tests__/__snapshots__/AccordionItem.spec.tsx.snap +0 -8
- package/src/components/Accordion/__tests__/__snapshots__/index.spec.tsx.snap +0 -12
- package/src/components/Alert/StyledAlert.tsx +4 -2
- package/src/components/Alert/__tests__/__snapshots__/index.spec.tsx.snap +120 -5
- package/src/components/Alert/__tests__/index.spec.tsx +14 -0
- package/src/components/Alert/index.tsx +13 -3
- package/src/components/Attachment/__tests__/__snapshots__/index.spec.tsx.snap +0 -2
- package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/StyledAvatarStack.spec.tsx.snap +5 -1
- package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/index.spec.tsx.snap +45 -9
- package/src/components/Avatar/__tests__/__snapshots__/StyledAvatar.spec.tsx.snap +0 -1
- package/src/components/Avatar/__tests__/__snapshots__/index.spec.tsx.snap +16 -2
- package/src/components/Badge/__tests__/__snapshots__/Badge.spec.tsx.snap +0 -6
- package/src/components/Badge/__tests__/__snapshots__/Status.spec.tsx.snap +0 -2
- package/src/components/BottomSheet/__tests__/__snapshots__/index.spec.tsx.snap +1 -278
- package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/index.spec.tsx.snap +0 -70
- package/src/components/Button/UtilityButton/__tests__/__snapshots__/index.spec.tsx.snap +0 -2
- package/src/components/Button/__tests__/__snapshots__/IconButton.spec.tsx.snap +0 -1
- package/src/components/Button/__tests__/__snapshots__/StyledButton.spec.tsx.snap +5 -10
- package/src/components/Calendar/__tests__/__snapshots__/CalendarRowItem.spec.tsx.snap +0 -5
- package/src/components/Checkbox/__tests__/__snapshots__/StyledCheckbox.spec.tsx.snap +0 -3
- package/src/components/Checkbox/__tests__/__snapshots__/index.spec.tsx.snap +30 -6
- package/src/components/Collapse/__tests__/__snapshots__/StyledCollapse.spec.tsx.snap +0 -1
- package/src/components/Collapse/__tests__/__snapshots__/index.spec.tsx.snap +0 -2
- package/src/components/ContentNavigator/__tests__/__snapshots__/index.spec.tsx.snap +20 -4
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerAndroid.spec.tsx.snap +6 -0
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +13 -4
- package/src/components/Drawer/DragableDrawer/__tests__/__snapshots__/index.spec.tsx.snap +0 -1
- package/src/components/Drawer/__tests__/__snapshots__/index.spec.tsx.snap +0 -6
- package/src/components/FAB/ActionGroup/__tests__/__snapshots__/index.spec.tsx.snap +0 -14
- package/src/components/FAB/__tests__/__snapshots__/AnimatedFABIcon.spec.tsx.snap +0 -2
- package/src/components/FAB/__tests__/__snapshots__/index.spec.tsx.snap +0 -1
- package/src/components/Icon/__tests__/__snapshots__/index.spec.tsx.snap +0 -1
- package/src/components/List/__tests__/__snapshots__/BasicListItem.spec.tsx.snap +10 -2
- package/src/components/List/__tests__/__snapshots__/ListItem.spec.tsx.snap +30 -7
- package/src/components/List/__tests__/__snapshots__/StyledBasicListItem.spec.tsx.snap +0 -4
- package/src/components/List/__tests__/__snapshots__/StyledListItem.spec.tsx.snap +0 -4
- package/src/components/Progress/__tests__/__snapshots__/index.spec.js.snap +0 -11
- package/src/components/Radio/__tests__/__snapshots__/Radio.spec.tsx.snap +10 -2
- package/src/components/Radio/__tests__/__snapshots__/RadioGroup.spec.tsx.snap +15 -3
- package/src/components/RichTextEditor/__tests__/__snapshots__/EditorToolbar.spec.tsx.snap +0 -7
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/Option.spec.tsx.snap +5 -1
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +60 -19
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +533 -3057
- package/src/components/Select/MultiSelect/__tests__/index.spec.tsx +7 -2
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/Option.spec.tsx.snap +5 -1
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +60 -19
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +485 -2745
- package/src/components/Select/SingleSelect/__tests__/index.spec.tsx +1 -1
- package/src/components/Spinner/__tests__/__snapshots__/AnimatedSpinner.spec.tsx.snap +0 -7
- package/src/components/Spinner/__tests__/__snapshots__/StyledSpinner.spec.tsx.snap +0 -28
- package/src/components/Spinner/__tests__/__snapshots__/index.spec.tsx.snap +0 -7
- package/src/components/Swipeable/__tests__/__snapshots__/SwipeableAction.spec.tsx.snap +0 -3
- package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/Option.spec.tsx.snap +0 -3
- package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/index.spec.tsx.snap +0 -1
- package/src/components/Switch/__tests__/__snapshots__/StyledSwitch.spec.tsx.snap +0 -1
- package/src/components/Switch/__tests__/__snapshots__/index.spec.tsx.snap +0 -2
- package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +0 -11
- package/src/components/Tabs/__tests__/__snapshots__/TabWithBadge.spec.tsx.snap +0 -2
- package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +0 -4
- package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +0 -1
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerAndroid.spec.tsx.snap +11 -1
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +18 -5
- package/src/components/Toast/__tests__/__snapshots__/Toast.spec.tsx.snap +0 -13
- package/src/components/Toolbar/__tests__/__snapshots__/ToolbarGroup.spec.tsx.snap +30 -6
- package/src/components/Toolbar/__tests__/__snapshots__/ToolbarItem.spec.tsx.snap +30 -6
- package/types/components/Alert/StyledAlert.d.ts +1 -0
- package/types/components/Alert/index.d.ts +5 -1
|
@@ -18,7 +18,6 @@ exports[`Progress.Bar renders correctly 1`] = `
|
|
|
18
18
|
>
|
|
19
19
|
<View
|
|
20
20
|
collapsable={false}
|
|
21
|
-
nativeID="animatedComponent"
|
|
22
21
|
onLayout={[Function]}
|
|
23
22
|
style={
|
|
24
23
|
Object {
|
|
@@ -57,7 +56,6 @@ exports[`Progress.Bar renders correctly with intent 1`] = `
|
|
|
57
56
|
>
|
|
58
57
|
<View
|
|
59
58
|
collapsable={false}
|
|
60
|
-
nativeID="animatedComponent"
|
|
61
59
|
onLayout={[Function]}
|
|
62
60
|
style={
|
|
63
61
|
Object {
|
|
@@ -124,7 +122,6 @@ exports[`Progress.Circle allows to custom value renderer 1`] = `
|
|
|
124
122
|
</View>
|
|
125
123
|
<View
|
|
126
124
|
collapsable={false}
|
|
127
|
-
nativeID="animatedComponent"
|
|
128
125
|
style={
|
|
129
126
|
Object {
|
|
130
127
|
"bottom": 0,
|
|
@@ -219,7 +216,6 @@ exports[`Progress.Circle allows to custom value renderer 1`] = `
|
|
|
219
216
|
</View>
|
|
220
217
|
<View
|
|
221
218
|
collapsable={false}
|
|
222
|
-
nativeID="animatedComponent"
|
|
223
219
|
style={
|
|
224
220
|
Object {
|
|
225
221
|
"bottom": 0,
|
|
@@ -292,7 +288,6 @@ exports[`Progress.Circle allows to custom value renderer 1`] = `
|
|
|
292
288
|
/>
|
|
293
289
|
<View
|
|
294
290
|
collapsable={false}
|
|
295
|
-
nativeID="animatedComponent"
|
|
296
291
|
style={
|
|
297
292
|
Object {
|
|
298
293
|
"bottom": 0,
|
|
@@ -417,7 +412,6 @@ exports[`Progress.Circle renders correctly 1`] = `
|
|
|
417
412
|
</View>
|
|
418
413
|
<View
|
|
419
414
|
collapsable={false}
|
|
420
|
-
nativeID="animatedComponent"
|
|
421
415
|
style={
|
|
422
416
|
Object {
|
|
423
417
|
"bottom": 0,
|
|
@@ -512,7 +506,6 @@ exports[`Progress.Circle renders correctly 1`] = `
|
|
|
512
506
|
</View>
|
|
513
507
|
<View
|
|
514
508
|
collapsable={false}
|
|
515
|
-
nativeID="animatedComponent"
|
|
516
509
|
style={
|
|
517
510
|
Object {
|
|
518
511
|
"bottom": 0,
|
|
@@ -585,7 +578,6 @@ exports[`Progress.Circle renders correctly 1`] = `
|
|
|
585
578
|
/>
|
|
586
579
|
<View
|
|
587
580
|
collapsable={false}
|
|
588
|
-
nativeID="animatedComponent"
|
|
589
581
|
style={
|
|
590
582
|
Object {
|
|
591
583
|
"bottom": 0,
|
|
@@ -710,7 +702,6 @@ exports[`Progress.Circle renders correctly with intent 1`] = `
|
|
|
710
702
|
</View>
|
|
711
703
|
<View
|
|
712
704
|
collapsable={false}
|
|
713
|
-
nativeID="animatedComponent"
|
|
714
705
|
style={
|
|
715
706
|
Object {
|
|
716
707
|
"bottom": 0,
|
|
@@ -805,7 +796,6 @@ exports[`Progress.Circle renders correctly with intent 1`] = `
|
|
|
805
796
|
</View>
|
|
806
797
|
<View
|
|
807
798
|
collapsable={false}
|
|
808
|
-
nativeID="animatedComponent"
|
|
809
799
|
style={
|
|
810
800
|
Object {
|
|
811
801
|
"bottom": 0,
|
|
@@ -878,7 +868,6 @@ exports[`Progress.Circle renders correctly with intent 1`] = `
|
|
|
878
868
|
/>
|
|
879
869
|
<View
|
|
880
870
|
collapsable={false}
|
|
881
|
-
nativeID="animatedComponent"
|
|
882
871
|
style={
|
|
883
872
|
Object {
|
|
884
873
|
"bottom": 0,
|
|
@@ -2,10 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
exports[`rendering renders correctly when checked 1`] = `
|
|
4
4
|
<View
|
|
5
|
+
accessibilityState={
|
|
6
|
+
Object {
|
|
7
|
+
"disabled": false,
|
|
8
|
+
}
|
|
9
|
+
}
|
|
5
10
|
accessible={true}
|
|
6
11
|
collapsable={false}
|
|
7
12
|
focusable={true}
|
|
8
|
-
nativeID="animatedComponent"
|
|
9
13
|
onClick={[Function]}
|
|
10
14
|
onResponderGrant={[Function]}
|
|
11
15
|
onResponderMove={[Function]}
|
|
@@ -102,10 +106,14 @@ exports[`rendering renders correctly when checked 1`] = `
|
|
|
102
106
|
|
|
103
107
|
exports[`rendering renders correctly when not checked 1`] = `
|
|
104
108
|
<View
|
|
109
|
+
accessibilityState={
|
|
110
|
+
Object {
|
|
111
|
+
"disabled": false,
|
|
112
|
+
}
|
|
113
|
+
}
|
|
105
114
|
accessible={true}
|
|
106
115
|
collapsable={false}
|
|
107
116
|
focusable={true}
|
|
108
|
-
nativeID="animatedComponent"
|
|
109
117
|
onClick={[Function]}
|
|
110
118
|
onResponderGrant={[Function]}
|
|
111
119
|
onResponderMove={[Function]}
|
|
@@ -3,10 +3,14 @@
|
|
|
3
3
|
exports[`rendering renders correctly 1`] = `
|
|
4
4
|
<View>
|
|
5
5
|
<View
|
|
6
|
+
accessibilityState={
|
|
7
|
+
Object {
|
|
8
|
+
"disabled": false,
|
|
9
|
+
}
|
|
10
|
+
}
|
|
6
11
|
accessible={true}
|
|
7
12
|
collapsable={false}
|
|
8
13
|
focusable={true}
|
|
9
|
-
nativeID="animatedComponent"
|
|
10
14
|
onClick={[Function]}
|
|
11
15
|
onResponderGrant={[Function]}
|
|
12
16
|
onResponderMove={[Function]}
|
|
@@ -95,10 +99,14 @@ exports[`rendering renders correctly 1`] = `
|
|
|
95
99
|
}
|
|
96
100
|
/>
|
|
97
101
|
<View
|
|
102
|
+
accessibilityState={
|
|
103
|
+
Object {
|
|
104
|
+
"disabled": false,
|
|
105
|
+
}
|
|
106
|
+
}
|
|
98
107
|
accessible={true}
|
|
99
108
|
collapsable={false}
|
|
100
109
|
focusable={true}
|
|
101
|
-
nativeID="animatedComponent"
|
|
102
110
|
onClick={[Function]}
|
|
103
111
|
onResponderGrant={[Function]}
|
|
104
112
|
onResponderMove={[Function]}
|
|
@@ -187,10 +195,14 @@ exports[`rendering renders correctly 1`] = `
|
|
|
187
195
|
}
|
|
188
196
|
/>
|
|
189
197
|
<View
|
|
198
|
+
accessibilityState={
|
|
199
|
+
Object {
|
|
200
|
+
"disabled": false,
|
|
201
|
+
}
|
|
202
|
+
}
|
|
190
203
|
accessible={true}
|
|
191
204
|
collapsable={false}
|
|
192
205
|
focusable={true}
|
|
193
|
-
nativeID="animatedComponent"
|
|
194
206
|
onClick={[Function]}
|
|
195
207
|
onResponderGrant={[Function]}
|
|
196
208
|
onResponderMove={[Function]}
|
|
@@ -21,7 +21,6 @@ exports[`EditorToolbar when the editor is focused should render toolbar 1`] = `
|
|
|
21
21
|
accessible={true}
|
|
22
22
|
collapsable={false}
|
|
23
23
|
focusable={true}
|
|
24
|
-
nativeID="animatedComponent"
|
|
25
24
|
onClick={[Function]}
|
|
26
25
|
onResponderGrant={[Function]}
|
|
27
26
|
onResponderMove={[Function]}
|
|
@@ -60,7 +59,6 @@ exports[`EditorToolbar when the editor is focused should render toolbar 1`] = `
|
|
|
60
59
|
accessible={true}
|
|
61
60
|
collapsable={false}
|
|
62
61
|
focusable={true}
|
|
63
|
-
nativeID="animatedComponent"
|
|
64
62
|
onClick={[Function]}
|
|
65
63
|
onResponderGrant={[Function]}
|
|
66
64
|
onResponderMove={[Function]}
|
|
@@ -99,7 +97,6 @@ exports[`EditorToolbar when the editor is focused should render toolbar 1`] = `
|
|
|
99
97
|
accessible={true}
|
|
100
98
|
collapsable={false}
|
|
101
99
|
focusable={true}
|
|
102
|
-
nativeID="animatedComponent"
|
|
103
100
|
onClick={[Function]}
|
|
104
101
|
onResponderGrant={[Function]}
|
|
105
102
|
onResponderMove={[Function]}
|
|
@@ -153,7 +150,6 @@ exports[`EditorToolbar when the editor is focused should render toolbar 1`] = `
|
|
|
153
150
|
accessible={true}
|
|
154
151
|
collapsable={false}
|
|
155
152
|
focusable={true}
|
|
156
|
-
nativeID="animatedComponent"
|
|
157
153
|
onClick={[Function]}
|
|
158
154
|
onResponderGrant={[Function]}
|
|
159
155
|
onResponderMove={[Function]}
|
|
@@ -192,7 +188,6 @@ exports[`EditorToolbar when the editor is focused should render toolbar 1`] = `
|
|
|
192
188
|
accessible={true}
|
|
193
189
|
collapsable={false}
|
|
194
190
|
focusable={true}
|
|
195
|
-
nativeID="animatedComponent"
|
|
196
191
|
onClick={[Function]}
|
|
197
192
|
onResponderGrant={[Function]}
|
|
198
193
|
onResponderMove={[Function]}
|
|
@@ -246,7 +241,6 @@ exports[`EditorToolbar when the editor is focused should render toolbar 1`] = `
|
|
|
246
241
|
accessible={true}
|
|
247
242
|
collapsable={false}
|
|
248
243
|
focusable={true}
|
|
249
|
-
nativeID="animatedComponent"
|
|
250
244
|
onClick={[Function]}
|
|
251
245
|
onResponderGrant={[Function]}
|
|
252
246
|
onResponderMove={[Function]}
|
|
@@ -285,7 +279,6 @@ exports[`EditorToolbar when the editor is focused should render toolbar 1`] = `
|
|
|
285
279
|
accessible={true}
|
|
286
280
|
collapsable={false}
|
|
287
281
|
focusable={true}
|
|
288
|
-
nativeID="animatedComponent"
|
|
289
282
|
onClick={[Function]}
|
|
290
283
|
onResponderGrant={[Function]}
|
|
291
284
|
onResponderMove={[Function]}
|
|
@@ -2,10 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
exports[`Option renders correctly 1`] = `
|
|
4
4
|
<View
|
|
5
|
+
accessibilityState={
|
|
6
|
+
Object {
|
|
7
|
+
"disabled": false,
|
|
8
|
+
}
|
|
9
|
+
}
|
|
5
10
|
accessible={true}
|
|
6
11
|
collapsable={false}
|
|
7
12
|
focusable={true}
|
|
8
|
-
nativeID="animatedComponent"
|
|
9
13
|
onClick={[Function]}
|
|
10
14
|
onResponderGrant={[Function]}
|
|
11
15
|
onResponderMove={[Function]}
|
|
@@ -187,10 +187,14 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
187
187
|
}
|
|
188
188
|
/>
|
|
189
189
|
<View
|
|
190
|
+
accessibilityState={
|
|
191
|
+
Object {
|
|
192
|
+
"disabled": false,
|
|
193
|
+
}
|
|
194
|
+
}
|
|
190
195
|
accessible={true}
|
|
191
196
|
collapsable={false}
|
|
192
197
|
focusable={true}
|
|
193
|
-
nativeID="animatedComponent"
|
|
194
198
|
onClick={[Function]}
|
|
195
199
|
onResponderGrant={[Function]}
|
|
196
200
|
onResponderMove={[Function]}
|
|
@@ -433,10 +437,14 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
433
437
|
}
|
|
434
438
|
/>
|
|
435
439
|
<View
|
|
440
|
+
accessibilityState={
|
|
441
|
+
Object {
|
|
442
|
+
"disabled": false,
|
|
443
|
+
}
|
|
444
|
+
}
|
|
436
445
|
accessible={true}
|
|
437
446
|
collapsable={false}
|
|
438
447
|
focusable={true}
|
|
439
|
-
nativeID="animatedComponent"
|
|
440
448
|
onClick={[Function]}
|
|
441
449
|
onResponderGrant={[Function]}
|
|
442
450
|
onResponderMove={[Function]}
|
|
@@ -544,10 +552,14 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
544
552
|
>
|
|
545
553
|
<View>
|
|
546
554
|
<View
|
|
555
|
+
accessibilityState={
|
|
556
|
+
Object {
|
|
557
|
+
"disabled": false,
|
|
558
|
+
}
|
|
559
|
+
}
|
|
547
560
|
accessible={true}
|
|
548
561
|
collapsable={false}
|
|
549
562
|
focusable={true}
|
|
550
|
-
nativeID="animatedComponent"
|
|
551
563
|
onClick={[Function]}
|
|
552
564
|
onResponderGrant={[Function]}
|
|
553
565
|
onResponderMove={[Function]}
|
|
@@ -681,7 +693,6 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
681
693
|
>
|
|
682
694
|
<View
|
|
683
695
|
collapsable={false}
|
|
684
|
-
nativeID="animatedComponent"
|
|
685
696
|
style={
|
|
686
697
|
Object {
|
|
687
698
|
"transform": Array [
|
|
@@ -694,7 +705,6 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
694
705
|
>
|
|
695
706
|
<View
|
|
696
707
|
collapsable={false}
|
|
697
|
-
nativeID="animatedComponent"
|
|
698
708
|
style={
|
|
699
709
|
Array [
|
|
700
710
|
Object {
|
|
@@ -709,7 +719,6 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
709
719
|
>
|
|
710
720
|
<View
|
|
711
721
|
collapsable={false}
|
|
712
|
-
nativeID="animatedComponent"
|
|
713
722
|
style={
|
|
714
723
|
Array [
|
|
715
724
|
Object {
|
|
@@ -728,7 +737,6 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
728
737
|
/>
|
|
729
738
|
<View
|
|
730
739
|
collapsable={false}
|
|
731
|
-
nativeID="animatedComponent"
|
|
732
740
|
style={
|
|
733
741
|
Array [
|
|
734
742
|
Object {
|
|
@@ -749,7 +757,6 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
749
757
|
</View>
|
|
750
758
|
<View
|
|
751
759
|
collapsable={false}
|
|
752
|
-
nativeID="animatedComponent"
|
|
753
760
|
style={
|
|
754
761
|
Array [
|
|
755
762
|
Object {
|
|
@@ -764,7 +771,6 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
764
771
|
>
|
|
765
772
|
<View
|
|
766
773
|
collapsable={false}
|
|
767
|
-
nativeID="animatedComponent"
|
|
768
774
|
style={
|
|
769
775
|
Array [
|
|
770
776
|
Object {
|
|
@@ -783,7 +789,6 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
783
789
|
/>
|
|
784
790
|
<View
|
|
785
791
|
collapsable={false}
|
|
786
|
-
nativeID="animatedComponent"
|
|
787
792
|
style={
|
|
788
793
|
Array [
|
|
789
794
|
Object {
|
|
@@ -986,10 +991,14 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
986
991
|
}
|
|
987
992
|
/>
|
|
988
993
|
<View
|
|
994
|
+
accessibilityState={
|
|
995
|
+
Object {
|
|
996
|
+
"disabled": false,
|
|
997
|
+
}
|
|
998
|
+
}
|
|
989
999
|
accessible={true}
|
|
990
1000
|
collapsable={false}
|
|
991
1001
|
focusable={true}
|
|
992
|
-
nativeID="animatedComponent"
|
|
993
1002
|
onClick={[Function]}
|
|
994
1003
|
onResponderGrant={[Function]}
|
|
995
1004
|
onResponderMove={[Function]}
|
|
@@ -1232,10 +1241,14 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
1232
1241
|
}
|
|
1233
1242
|
/>
|
|
1234
1243
|
<View
|
|
1244
|
+
accessibilityState={
|
|
1245
|
+
Object {
|
|
1246
|
+
"disabled": false,
|
|
1247
|
+
}
|
|
1248
|
+
}
|
|
1235
1249
|
accessible={true}
|
|
1236
1250
|
collapsable={false}
|
|
1237
1251
|
focusable={true}
|
|
1238
|
-
nativeID="animatedComponent"
|
|
1239
1252
|
onClick={[Function]}
|
|
1240
1253
|
onResponderGrant={[Function]}
|
|
1241
1254
|
onResponderMove={[Function]}
|
|
@@ -1343,10 +1356,14 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
1343
1356
|
>
|
|
1344
1357
|
<View>
|
|
1345
1358
|
<View
|
|
1359
|
+
accessibilityState={
|
|
1360
|
+
Object {
|
|
1361
|
+
"disabled": false,
|
|
1362
|
+
}
|
|
1363
|
+
}
|
|
1346
1364
|
accessible={true}
|
|
1347
1365
|
collapsable={false}
|
|
1348
1366
|
focusable={true}
|
|
1349
|
-
nativeID="animatedComponent"
|
|
1350
1367
|
onClick={[Function]}
|
|
1351
1368
|
onResponderGrant={[Function]}
|
|
1352
1369
|
onResponderMove={[Function]}
|
|
@@ -1625,10 +1642,14 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
|
|
|
1625
1642
|
}
|
|
1626
1643
|
/>
|
|
1627
1644
|
<View
|
|
1645
|
+
accessibilityState={
|
|
1646
|
+
Object {
|
|
1647
|
+
"disabled": false,
|
|
1648
|
+
}
|
|
1649
|
+
}
|
|
1628
1650
|
accessible={true}
|
|
1629
1651
|
collapsable={false}
|
|
1630
1652
|
focusable={true}
|
|
1631
|
-
nativeID="animatedComponent"
|
|
1632
1653
|
onClick={[Function]}
|
|
1633
1654
|
onResponderGrant={[Function]}
|
|
1634
1655
|
onResponderMove={[Function]}
|
|
@@ -1871,10 +1892,14 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
|
|
|
1871
1892
|
}
|
|
1872
1893
|
/>
|
|
1873
1894
|
<View
|
|
1895
|
+
accessibilityState={
|
|
1896
|
+
Object {
|
|
1897
|
+
"disabled": false,
|
|
1898
|
+
}
|
|
1899
|
+
}
|
|
1874
1900
|
accessible={true}
|
|
1875
1901
|
collapsable={false}
|
|
1876
1902
|
focusable={true}
|
|
1877
|
-
nativeID="animatedComponent"
|
|
1878
1903
|
onClick={[Function]}
|
|
1879
1904
|
onResponderGrant={[Function]}
|
|
1880
1905
|
onResponderMove={[Function]}
|
|
@@ -2009,10 +2034,14 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
|
|
|
2009
2034
|
>
|
|
2010
2035
|
<View>
|
|
2011
2036
|
<View
|
|
2037
|
+
accessibilityState={
|
|
2038
|
+
Object {
|
|
2039
|
+
"disabled": false,
|
|
2040
|
+
}
|
|
2041
|
+
}
|
|
2012
2042
|
accessible={true}
|
|
2013
2043
|
collapsable={false}
|
|
2014
2044
|
focusable={true}
|
|
2015
|
-
nativeID="animatedComponent"
|
|
2016
2045
|
onClick={[Function]}
|
|
2017
2046
|
onResponderGrant={[Function]}
|
|
2018
2047
|
onResponderMove={[Function]}
|
|
@@ -2291,10 +2320,14 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
|
|
|
2291
2320
|
}
|
|
2292
2321
|
/>
|
|
2293
2322
|
<View
|
|
2323
|
+
accessibilityState={
|
|
2324
|
+
Object {
|
|
2325
|
+
"disabled": false,
|
|
2326
|
+
}
|
|
2327
|
+
}
|
|
2294
2328
|
accessible={true}
|
|
2295
2329
|
collapsable={false}
|
|
2296
2330
|
focusable={true}
|
|
2297
|
-
nativeID="animatedComponent"
|
|
2298
2331
|
onClick={[Function]}
|
|
2299
2332
|
onResponderGrant={[Function]}
|
|
2300
2333
|
onResponderMove={[Function]}
|
|
@@ -2537,10 +2570,14 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
|
|
|
2537
2570
|
}
|
|
2538
2571
|
/>
|
|
2539
2572
|
<View
|
|
2573
|
+
accessibilityState={
|
|
2574
|
+
Object {
|
|
2575
|
+
"disabled": false,
|
|
2576
|
+
}
|
|
2577
|
+
}
|
|
2540
2578
|
accessible={true}
|
|
2541
2579
|
collapsable={false}
|
|
2542
2580
|
focusable={true}
|
|
2543
|
-
nativeID="animatedComponent"
|
|
2544
2581
|
onClick={[Function]}
|
|
2545
2582
|
onResponderGrant={[Function]}
|
|
2546
2583
|
onResponderMove={[Function]}
|
|
@@ -2648,10 +2685,14 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
|
|
|
2648
2685
|
>
|
|
2649
2686
|
<View>
|
|
2650
2687
|
<View
|
|
2688
|
+
accessibilityState={
|
|
2689
|
+
Object {
|
|
2690
|
+
"disabled": false,
|
|
2691
|
+
}
|
|
2692
|
+
}
|
|
2651
2693
|
accessible={true}
|
|
2652
2694
|
collapsable={false}
|
|
2653
2695
|
focusable={true}
|
|
2654
|
-
nativeID="animatedComponent"
|
|
2655
2696
|
onClick={[Function]}
|
|
2656
2697
|
onResponderGrant={[Function]}
|
|
2657
2698
|
onResponderMove={[Function]}
|