@hero-design/rn 8.38.0 → 8.39.1
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 +1 -1
- package/assets/fonts/hero-icons-mobile.ttf +0 -0
- package/es/index.js +201 -196
- package/lib/assets/fonts/hero-icons-mobile.ttf +0 -0
- package/lib/index.js +201 -196
- package/package.json +13 -12
- package/src/components/Accordion/__tests__/__snapshots__/AccordionItem.spec.tsx.snap +64 -64
- package/src/components/Accordion/__tests__/__snapshots__/StyledAccordion.spec.tsx.snap +4 -4
- package/src/components/Accordion/__tests__/__snapshots__/index.spec.tsx.snap +104 -104
- package/src/components/Alert/__tests__/__snapshots__/index.spec.tsx.snap +107 -107
- package/src/components/Attachment/__tests__/__snapshots__/index.spec.tsx.snap +17 -17
- package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/StyledAvatarStack.spec.tsx.snap +10 -10
- package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/index.spec.tsx.snap +76 -76
- package/src/components/Avatar/__tests__/__snapshots__/StyledAvatar.spec.tsx.snap +8 -8
- package/src/components/Avatar/__tests__/__snapshots__/index.spec.tsx.snap +24 -24
- package/src/components/Badge/__tests__/__snapshots__/Badge.spec.tsx.snap +42 -42
- package/src/components/Badge/__tests__/__snapshots__/Status.spec.tsx.snap +10 -10
- package/src/components/BottomNavigation/__tests__/__snapshots__/index.spec.tsx.snap +46 -46
- package/src/components/BottomNavigation/index.tsx +4 -0
- package/src/components/BottomSheet/__tests__/__snapshots__/index.spec.tsx.snap +30 -30
- package/src/components/Box/__tests__/__snapshots__/index.spec.tsx.snap +42 -42
- package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/StyledLoadingIndicator.spec.tsx.snap +20 -20
- package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/index.spec.tsx.snap +210 -210
- package/src/components/Button/UtilityButton/__tests__/__snapshots__/index.spec.tsx.snap +18 -18
- package/src/components/Button/__tests__/__snapshots__/Button.spec.tsx.snap +214 -214
- package/src/components/Button/__tests__/__snapshots__/IconButton.spec.tsx.snap +4 -4
- package/src/components/Button/__tests__/__snapshots__/StyledButton.spec.tsx.snap +105 -105
- package/src/components/Calendar/__tests__/__snapshots__/CalendarRowItem.spec.tsx.snap +35 -35
- package/src/components/Card/DataCard/__tests__/__snapshots__/StyledDataCard.spec.tsx.snap +14 -14
- package/src/components/Card/DataCard/__tests__/__snapshots__/index.spec.tsx.snap +20 -20
- package/src/components/Card/__tests__/__snapshots__/StyledCard.spec.tsx.snap +2 -2
- package/src/components/Card/__tests__/__snapshots__/index.spec.tsx.snap +24 -24
- package/src/components/Carousel/CardCarousel.tsx +1 -1
- package/src/components/Carousel/__tests__/__snapshots__/CardCarousel.spec.tsx.snap +88 -88
- package/src/components/Carousel/__tests__/__snapshots__/StyledCardCarousel.spec.tsx.snap +15 -15
- package/src/components/Carousel/__tests__/__snapshots__/StyledCarousel.spec.tsx.snap +2 -2
- package/src/components/Carousel/__tests__/__snapshots__/index.spec.tsx.snap +342 -342
- package/src/components/Checkbox/__tests__/__snapshots__/StyledCheckbox.spec.tsx.snap +12 -12
- package/src/components/Checkbox/__tests__/__snapshots__/index.spec.tsx.snap +56 -56
- package/src/components/Collapse/__tests__/__snapshots__/StyledCollapse.spec.tsx.snap +3 -3
- package/src/components/Collapse/__tests__/__snapshots__/index.spec.tsx.snap +10 -10
- package/src/components/ContentNavigator/__tests__/__snapshots__/StyledContentNavigator.spec.tsx.snap +2 -2
- package/src/components/ContentNavigator/__tests__/__snapshots__/index.spec.tsx.snap +39 -39
- package/src/components/DatePicker/__tests__/__snapshots__/DatePicker.spec.tsx.snap +90 -90
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerAndroid.spec.tsx.snap +30 -30
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerCalendar.spec.tsx.snap +30 -30
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +71 -71
- package/src/components/Divider/__tests__/__snapshots__/StyledDivider.spec.tsx.snap +24 -24
- package/src/components/Drawer/DragableDrawer/__tests__/__snapshots__/index.spec.tsx.snap +11 -11
- package/src/components/Drawer/__tests__/__snapshots__/index.spec.tsx.snap +21 -21
- package/src/components/Empty/__tests__/__snapshots__/index.spec.tsx.snap +23 -23
- package/src/components/Error/__tests__/__snapshots__/index.spec.tsx.snap +69 -69
- package/src/components/FAB/ActionGroup/__tests__/__snapshots__/index.spec.tsx.snap +157 -157
- package/src/components/FAB/__tests__/__snapshots__/AnimatedFABIcon.spec.tsx.snap +16 -16
- package/src/components/FAB/__tests__/__snapshots__/StyledFAB.spec.tsx.snap +14 -14
- package/src/components/FAB/__tests__/__snapshots__/index.spec.tsx.snap +46 -46
- package/src/components/HeroDesignProvider/__tests__/__snapshots__/index.spec.tsx.snap +5 -5
- package/src/components/Icon/HeroIcon/glyphMap.json +1 -1
- package/src/components/Icon/IconList.ts +2 -0
- package/src/components/Icon/__tests__/__snapshots__/index.spec.tsx.snap +11 -11
- package/src/components/Image/__tests__/__snapshots__/index.spec.tsx.snap +12 -12
- package/src/components/List/__tests__/__snapshots__/BasicListItem.spec.tsx.snap +34 -34
- package/src/components/List/__tests__/__snapshots__/ListItem.spec.tsx.snap +98 -98
- package/src/components/List/__tests__/__snapshots__/StyledBasicListItem.spec.tsx.snap +16 -16
- package/src/components/List/__tests__/__snapshots__/StyledListItem.spec.tsx.snap +28 -28
- package/src/components/PageControl/__tests__/__snapshots__/index.spec.tsx.snap +5 -5
- package/src/components/PinInput/__tests__/__snapshots__/PinCell.spec.tsx.snap +30 -30
- package/src/components/PinInput/__tests__/__snapshots__/StyledPinInput.spec.tsx.snap +6 -6
- package/src/components/PinInput/__tests__/__snapshots__/index.spec.tsx.snap +138 -138
- package/src/components/Progress/__tests__/__snapshots__/index.spec.js.snap +136 -136
- package/src/components/Radio/__tests__/__snapshots__/Radio.spec.tsx.snap +24 -24
- package/src/components/Radio/__tests__/__snapshots__/RadioGroup.spec.tsx.snap +39 -39
- package/src/components/Rate/__tests__/__snapshots__/index.spec.tsx.snap +78 -78
- package/src/components/RefreshControl/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
- package/src/components/RichTextEditor/__tests__/__snapshots__/EditorToolbar.spec.tsx.snap +27 -27
- package/src/components/RichTextEditor/__tests__/__snapshots__/MentionList.spec.tsx.snap +4 -4
- package/src/components/RichTextEditor/__tests__/__snapshots__/RichTextEditor.spec.tsx.snap +72 -72
- package/src/components/SectionHeading/__tests__/__snapshots__/StyledHeading.spec.tsx.snap +6 -6
- package/src/components/SectionHeading/__tests__/__snapshots__/index.spec.tsx.snap +38 -38
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/Option.spec.tsx.snap +12 -12
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +460 -460
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +838 -838
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/Option.spec.tsx.snap +7 -7
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +443 -443
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +628 -628
- package/src/components/Skeleton/__tests__/__snapshots__/index.spec.tsx.snap +98 -98
- package/src/components/Spinner/__tests__/__snapshots__/AnimatedSpinner.spec.tsx.snap +21 -21
- package/src/components/Spinner/__tests__/__snapshots__/StyledSpinner.spec.tsx.snap +132 -132
- package/src/components/Spinner/__tests__/__snapshots__/index.spec.tsx.snap +25 -25
- package/src/components/Success/__tests__/__snapshots__/index.spec.tsx.snap +69 -69
- package/src/components/Swipeable/__tests__/__snapshots__/SwipeableAction.spec.tsx.snap +9 -9
- package/src/components/Swipeable/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
- package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/Option.spec.tsx.snap +26 -26
- package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/index.spec.tsx.snap +19 -19
- package/src/components/Switch/__tests__/__snapshots__/StyledSwitch.spec.tsx.snap +9 -9
- package/src/components/Switch/__tests__/__snapshots__/index.spec.tsx.snap +8 -8
- package/src/components/Tabs/SceneView.tsx +5 -2
- package/src/components/Tabs/ScrollableTabs.tsx +1 -1
- package/src/components/Tabs/__tests__/__snapshots__/SceneView.spec.tsx.snap +23 -23
- package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +336 -336
- package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabsHeader.spec.tsx.snap +80 -80
- package/src/components/Tabs/__tests__/__snapshots__/TabWithBadge.spec.tsx.snap +13 -13
- package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +225 -225
- package/src/components/Tag/__tests__/__snapshots__/Tag.spec.tsx.snap +58 -58
- package/src/components/TextInput/__tests__/__snapshots__/StyledTextInput.spec.tsx.snap +106 -106
- package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +561 -561
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerAndroid.spec.tsx.snap +60 -60
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +101 -101
- package/src/components/Toast/__tests__/__snapshots__/Toast.spec.tsx.snap +108 -108
- package/src/components/Toast/__tests__/__snapshots__/ToastContainer.spec.tsx.snap +8 -8
- package/src/components/Toolbar/__tests__/__snapshots__/ToolbarGroup.spec.tsx.snap +66 -66
- package/src/components/Toolbar/__tests__/__snapshots__/ToolbarItem.spec.tsx.snap +52 -52
- package/src/components/Typography/Body/__tests__/__snapshots__/StyledBody.tsx.snap +32 -32
- package/src/components/Typography/Body/__tests__/__snapshots__/index.spec.tsx.snap +38 -38
- package/src/components/Typography/Caption/__tests__/__snapshots__/StyledCaption.spec.tsx.snap +20 -20
- package/src/components/Typography/Caption/__tests__/__snapshots__/index.spec.tsx.snap +26 -26
- package/src/components/Typography/Label/__tests__/__snapshots__/StyledLabel.tsx.snap +16 -16
- package/src/components/Typography/Label/__tests__/__snapshots__/index.spec.tsx.snap +22 -22
- package/src/components/Typography/Text/__tests__/__snapshots__/StyledText.spec.tsx.snap +40 -40
- package/src/components/Typography/Title/__tests__/__snapshots__/StyledTitle.tsx.snap +40 -40
- package/src/components/Typography/Title/__tests__/__snapshots__/index.spec.tsx.snap +46 -46
- package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +302 -302
- package/src/theme/global/colors/__tests__/__snapshots__/eBens.spec.ts.snap +1 -1
- package/src/theme/global/colors/__tests__/__snapshots__/global.spec.ts.snap +1 -1
- package/src/theme/global/colors/__tests__/__snapshots__/globalDark.spec.ts.snap +1 -1
- package/src/theme/global/colors/__tests__/__snapshots__/jobs.spec.ts.snap +1 -1
- package/src/theme/global/colors/__tests__/__snapshots__/swag.spec.ts.snap +1 -1
- package/src/theme/global/colors/__tests__/__snapshots__/swagDark.spec.ts.snap +1 -1
- package/src/theme/global/colors/__tests__/__snapshots__/wallet.spec.ts.snap +1 -1
- package/src/theme/global/colors/__tests__/__snapshots__/work.spec.ts.snap +1 -1
- package/types/components/Icon/IconList.d.ts +1 -1
- package/types/components/Icon/index.d.ts +1 -1
- package/types/components/Icon/utils.d.ts +1 -1
- package/types/components/RichTextEditor/EditorEvent.d.ts +1 -0
- package/src/components/Modal/__tests__/ModalContentWrapper.spec.tsx +0 -25
- package/src/components/Modal/__tests__/ModalPresenter.spec.tsx +0 -57
- package/src/components/Modal/__tests__/__snapshots__/ModalContentWrapper.spec.tsx.snap +0 -35
- package/src/components/Modal/__tests__/__snapshots__/ModalPresenter.spec.tsx.snap +0 -55
- package/src/components/Modal/__tests__/index.spec.tsx +0 -50
|
@@ -5,7 +5,7 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
5
5
|
ListFooterComponent={
|
|
6
6
|
<View
|
|
7
7
|
style={
|
|
8
|
-
|
|
8
|
+
{
|
|
9
9
|
"alignItems": "center",
|
|
10
10
|
"display": "flex",
|
|
11
11
|
"height": 56,
|
|
@@ -16,24 +16,24 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
16
16
|
</View>
|
|
17
17
|
}
|
|
18
18
|
data={
|
|
19
|
-
|
|
20
|
-
|
|
19
|
+
[
|
|
20
|
+
{
|
|
21
21
|
"category": "A",
|
|
22
|
-
"data":
|
|
23
|
-
|
|
22
|
+
"data": [
|
|
23
|
+
{
|
|
24
24
|
"text": "A1",
|
|
25
25
|
"value": "a1",
|
|
26
26
|
},
|
|
27
27
|
],
|
|
28
28
|
},
|
|
29
|
-
|
|
29
|
+
{
|
|
30
30
|
"category": "B",
|
|
31
|
-
"data":
|
|
32
|
-
|
|
31
|
+
"data": [
|
|
32
|
+
{
|
|
33
33
|
"text": "B1",
|
|
34
34
|
"value": "b1",
|
|
35
35
|
},
|
|
36
|
-
|
|
36
|
+
{
|
|
37
37
|
"text": "B2",
|
|
38
38
|
"value": "b2",
|
|
39
39
|
},
|
|
@@ -56,17 +56,17 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
56
56
|
renderItem={[Function]}
|
|
57
57
|
scrollEventThrottle={50}
|
|
58
58
|
stickyHeaderIndices={
|
|
59
|
-
|
|
59
|
+
[
|
|
60
60
|
0,
|
|
61
61
|
3,
|
|
62
62
|
]
|
|
63
63
|
}
|
|
64
64
|
style={
|
|
65
|
-
|
|
66
|
-
|
|
65
|
+
[
|
|
66
|
+
{
|
|
67
67
|
"paddingHorizontal": 12,
|
|
68
68
|
},
|
|
69
|
-
|
|
69
|
+
{},
|
|
70
70
|
]
|
|
71
71
|
}
|
|
72
72
|
>
|
|
@@ -77,8 +77,8 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
77
77
|
>
|
|
78
78
|
<View
|
|
79
79
|
style={
|
|
80
|
-
|
|
81
|
-
|
|
80
|
+
[
|
|
81
|
+
{
|
|
82
82
|
"alignContent": "center",
|
|
83
83
|
"backgroundColor": "#f6f6f7",
|
|
84
84
|
"display": "flex",
|
|
@@ -88,7 +88,7 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
88
88
|
"paddingHorizontal": 16,
|
|
89
89
|
"paddingVertical": 8,
|
|
90
90
|
},
|
|
91
|
-
|
|
91
|
+
{
|
|
92
92
|
"marginBottom": 0,
|
|
93
93
|
},
|
|
94
94
|
]
|
|
@@ -96,8 +96,8 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
96
96
|
>
|
|
97
97
|
<View
|
|
98
98
|
style={
|
|
99
|
-
|
|
100
|
-
|
|
99
|
+
[
|
|
100
|
+
{
|
|
101
101
|
"display": "flex",
|
|
102
102
|
"flexDirection": "row",
|
|
103
103
|
},
|
|
@@ -107,8 +107,8 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
107
107
|
>
|
|
108
108
|
<View
|
|
109
109
|
style={
|
|
110
|
-
|
|
111
|
-
|
|
110
|
+
[
|
|
111
|
+
{
|
|
112
112
|
"marginRight": 8,
|
|
113
113
|
},
|
|
114
114
|
undefined,
|
|
@@ -118,8 +118,8 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
118
118
|
<Text
|
|
119
119
|
allowFontScaling={false}
|
|
120
120
|
style={
|
|
121
|
-
|
|
122
|
-
|
|
121
|
+
[
|
|
122
|
+
{
|
|
123
123
|
"color": "#001f23",
|
|
124
124
|
"fontFamily": "BeVietnamPro-Regular",
|
|
125
125
|
"fontSize": 16,
|
|
@@ -147,10 +147,10 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
147
147
|
<View
|
|
148
148
|
highlighted={false}
|
|
149
149
|
section={
|
|
150
|
-
|
|
150
|
+
{
|
|
151
151
|
"category": "A",
|
|
152
|
-
"data":
|
|
153
|
-
|
|
152
|
+
"data": [
|
|
153
|
+
{
|
|
154
154
|
"text": "A1",
|
|
155
155
|
"value": "a1",
|
|
156
156
|
},
|
|
@@ -158,28 +158,28 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
158
158
|
}
|
|
159
159
|
}
|
|
160
160
|
style={
|
|
161
|
-
|
|
162
|
-
|
|
161
|
+
[
|
|
162
|
+
{
|
|
163
163
|
"marginTop": 12,
|
|
164
164
|
},
|
|
165
165
|
undefined,
|
|
166
166
|
]
|
|
167
167
|
}
|
|
168
168
|
trailingItem={
|
|
169
|
-
|
|
169
|
+
{
|
|
170
170
|
"text": "A1",
|
|
171
171
|
"value": "a1",
|
|
172
172
|
}
|
|
173
173
|
}
|
|
174
174
|
trailingSection={
|
|
175
|
-
|
|
175
|
+
{
|
|
176
176
|
"category": "B",
|
|
177
|
-
"data":
|
|
178
|
-
|
|
177
|
+
"data": [
|
|
178
|
+
{
|
|
179
179
|
"text": "B1",
|
|
180
180
|
"value": "b1",
|
|
181
181
|
},
|
|
182
|
-
|
|
182
|
+
{
|
|
183
183
|
"text": "B2",
|
|
184
184
|
"value": "b2",
|
|
185
185
|
},
|
|
@@ -189,7 +189,7 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
189
189
|
/>
|
|
190
190
|
<View
|
|
191
191
|
accessibilityState={
|
|
192
|
-
|
|
192
|
+
{
|
|
193
193
|
"disabled": false,
|
|
194
194
|
}
|
|
195
195
|
}
|
|
@@ -203,8 +203,8 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
203
203
|
onResponderTerminationRequest={[Function]}
|
|
204
204
|
onStartShouldSetResponder={[Function]}
|
|
205
205
|
style={
|
|
206
|
-
|
|
207
|
-
|
|
206
|
+
[
|
|
207
|
+
{
|
|
208
208
|
"alignItems": "center",
|
|
209
209
|
"backgroundColor": "#ece8ef",
|
|
210
210
|
"borderRadius": 4,
|
|
@@ -218,8 +218,8 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
218
218
|
>
|
|
219
219
|
<View
|
|
220
220
|
style={
|
|
221
|
-
|
|
222
|
-
|
|
221
|
+
[
|
|
222
|
+
{
|
|
223
223
|
"flex": 1,
|
|
224
224
|
},
|
|
225
225
|
undefined,
|
|
@@ -229,8 +229,8 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
229
229
|
<Text
|
|
230
230
|
allowFontScaling={false}
|
|
231
231
|
style={
|
|
232
|
-
|
|
233
|
-
|
|
232
|
+
[
|
|
233
|
+
{
|
|
234
234
|
"color": "#001f23",
|
|
235
235
|
"fontFamily": "BeVietnamPro-Regular",
|
|
236
236
|
"fontSize": 16,
|
|
@@ -249,8 +249,8 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
249
249
|
</View>
|
|
250
250
|
<View
|
|
251
251
|
style={
|
|
252
|
-
|
|
253
|
-
|
|
252
|
+
[
|
|
253
|
+
{
|
|
254
254
|
"marginLeft": 8,
|
|
255
255
|
},
|
|
256
256
|
undefined,
|
|
@@ -260,12 +260,12 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
260
260
|
<HeroIcon
|
|
261
261
|
name="checkmark"
|
|
262
262
|
style={
|
|
263
|
-
|
|
264
|
-
|
|
263
|
+
[
|
|
264
|
+
{
|
|
265
265
|
"color": "#401960",
|
|
266
266
|
"fontSize": 20,
|
|
267
267
|
},
|
|
268
|
-
|
|
268
|
+
{
|
|
269
269
|
"marginRight": 12,
|
|
270
270
|
},
|
|
271
271
|
]
|
|
@@ -279,16 +279,16 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
279
279
|
<View
|
|
280
280
|
highlighted={false}
|
|
281
281
|
leadingItem={
|
|
282
|
-
|
|
282
|
+
{
|
|
283
283
|
"text": "A1",
|
|
284
284
|
"value": "a1",
|
|
285
285
|
}
|
|
286
286
|
}
|
|
287
287
|
section={
|
|
288
|
-
|
|
288
|
+
{
|
|
289
289
|
"category": "A",
|
|
290
|
-
"data":
|
|
291
|
-
|
|
290
|
+
"data": [
|
|
291
|
+
{
|
|
292
292
|
"text": "A1",
|
|
293
293
|
"value": "a1",
|
|
294
294
|
},
|
|
@@ -296,22 +296,22 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
296
296
|
}
|
|
297
297
|
}
|
|
298
298
|
style={
|
|
299
|
-
|
|
300
|
-
|
|
299
|
+
[
|
|
300
|
+
{
|
|
301
301
|
"marginTop": 12,
|
|
302
302
|
},
|
|
303
303
|
undefined,
|
|
304
304
|
]
|
|
305
305
|
}
|
|
306
306
|
trailingSection={
|
|
307
|
-
|
|
307
|
+
{
|
|
308
308
|
"category": "B",
|
|
309
|
-
"data":
|
|
310
|
-
|
|
309
|
+
"data": [
|
|
310
|
+
{
|
|
311
311
|
"text": "B1",
|
|
312
312
|
"value": "b1",
|
|
313
313
|
},
|
|
314
|
-
|
|
314
|
+
{
|
|
315
315
|
"text": "B2",
|
|
316
316
|
"value": "b2",
|
|
317
317
|
},
|
|
@@ -331,8 +331,8 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
331
331
|
>
|
|
332
332
|
<View
|
|
333
333
|
style={
|
|
334
|
-
|
|
335
|
-
|
|
334
|
+
[
|
|
335
|
+
{
|
|
336
336
|
"alignContent": "center",
|
|
337
337
|
"backgroundColor": "#f6f6f7",
|
|
338
338
|
"display": "flex",
|
|
@@ -342,7 +342,7 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
342
342
|
"paddingHorizontal": 16,
|
|
343
343
|
"paddingVertical": 8,
|
|
344
344
|
},
|
|
345
|
-
|
|
345
|
+
{
|
|
346
346
|
"marginBottom": 0,
|
|
347
347
|
},
|
|
348
348
|
]
|
|
@@ -350,8 +350,8 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
350
350
|
>
|
|
351
351
|
<View
|
|
352
352
|
style={
|
|
353
|
-
|
|
354
|
-
|
|
353
|
+
[
|
|
354
|
+
{
|
|
355
355
|
"display": "flex",
|
|
356
356
|
"flexDirection": "row",
|
|
357
357
|
},
|
|
@@ -361,8 +361,8 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
361
361
|
>
|
|
362
362
|
<View
|
|
363
363
|
style={
|
|
364
|
-
|
|
365
|
-
|
|
364
|
+
[
|
|
365
|
+
{
|
|
366
366
|
"marginRight": 8,
|
|
367
367
|
},
|
|
368
368
|
undefined,
|
|
@@ -372,8 +372,8 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
372
372
|
<Text
|
|
373
373
|
allowFontScaling={false}
|
|
374
374
|
style={
|
|
375
|
-
|
|
376
|
-
|
|
375
|
+
[
|
|
376
|
+
{
|
|
377
377
|
"color": "#001f23",
|
|
378
378
|
"fontFamily": "BeVietnamPro-Regular",
|
|
379
379
|
"fontSize": 16,
|
|
@@ -401,10 +401,10 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
401
401
|
<View
|
|
402
402
|
highlighted={false}
|
|
403
403
|
leadingSection={
|
|
404
|
-
|
|
404
|
+
{
|
|
405
405
|
"category": "A",
|
|
406
|
-
"data":
|
|
407
|
-
|
|
406
|
+
"data": [
|
|
407
|
+
{
|
|
408
408
|
"text": "A1",
|
|
409
409
|
"value": "a1",
|
|
410
410
|
},
|
|
@@ -412,14 +412,14 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
412
412
|
}
|
|
413
413
|
}
|
|
414
414
|
section={
|
|
415
|
-
|
|
415
|
+
{
|
|
416
416
|
"category": "B",
|
|
417
|
-
"data":
|
|
418
|
-
|
|
417
|
+
"data": [
|
|
418
|
+
{
|
|
419
419
|
"text": "B1",
|
|
420
420
|
"value": "b1",
|
|
421
421
|
},
|
|
422
|
-
|
|
422
|
+
{
|
|
423
423
|
"text": "B2",
|
|
424
424
|
"value": "b2",
|
|
425
425
|
},
|
|
@@ -427,15 +427,15 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
427
427
|
}
|
|
428
428
|
}
|
|
429
429
|
style={
|
|
430
|
-
|
|
431
|
-
|
|
430
|
+
[
|
|
431
|
+
{
|
|
432
432
|
"marginTop": 12,
|
|
433
433
|
},
|
|
434
434
|
undefined,
|
|
435
435
|
]
|
|
436
436
|
}
|
|
437
437
|
trailingItem={
|
|
438
|
-
|
|
438
|
+
{
|
|
439
439
|
"text": "B1",
|
|
440
440
|
"value": "b1",
|
|
441
441
|
}
|
|
@@ -443,7 +443,7 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
443
443
|
/>
|
|
444
444
|
<View
|
|
445
445
|
accessibilityState={
|
|
446
|
-
|
|
446
|
+
{
|
|
447
447
|
"disabled": false,
|
|
448
448
|
}
|
|
449
449
|
}
|
|
@@ -457,8 +457,8 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
457
457
|
onResponderTerminationRequest={[Function]}
|
|
458
458
|
onStartShouldSetResponder={[Function]}
|
|
459
459
|
style={
|
|
460
|
-
|
|
461
|
-
|
|
460
|
+
[
|
|
461
|
+
{
|
|
462
462
|
"alignItems": "center",
|
|
463
463
|
"backgroundColor": "#ffffff",
|
|
464
464
|
"borderRadius": 4,
|
|
@@ -472,8 +472,8 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
472
472
|
>
|
|
473
473
|
<View
|
|
474
474
|
style={
|
|
475
|
-
|
|
476
|
-
|
|
475
|
+
[
|
|
476
|
+
{
|
|
477
477
|
"flex": 1,
|
|
478
478
|
},
|
|
479
479
|
undefined,
|
|
@@ -483,8 +483,8 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
483
483
|
<Text
|
|
484
484
|
allowFontScaling={false}
|
|
485
485
|
style={
|
|
486
|
-
|
|
487
|
-
|
|
486
|
+
[
|
|
487
|
+
{
|
|
488
488
|
"color": "#001f23",
|
|
489
489
|
"fontFamily": "BeVietnamPro-Regular",
|
|
490
490
|
"fontSize": 16,
|
|
@@ -505,16 +505,16 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
505
505
|
<View
|
|
506
506
|
highlighted={false}
|
|
507
507
|
leadingItem={
|
|
508
|
-
|
|
508
|
+
{
|
|
509
509
|
"text": "B1",
|
|
510
510
|
"value": "b1",
|
|
511
511
|
}
|
|
512
512
|
}
|
|
513
513
|
leadingSection={
|
|
514
|
-
|
|
514
|
+
{
|
|
515
515
|
"category": "A",
|
|
516
|
-
"data":
|
|
517
|
-
|
|
516
|
+
"data": [
|
|
517
|
+
{
|
|
518
518
|
"text": "A1",
|
|
519
519
|
"value": "a1",
|
|
520
520
|
},
|
|
@@ -522,14 +522,14 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
522
522
|
}
|
|
523
523
|
}
|
|
524
524
|
section={
|
|
525
|
-
|
|
525
|
+
{
|
|
526
526
|
"category": "B",
|
|
527
|
-
"data":
|
|
528
|
-
|
|
527
|
+
"data": [
|
|
528
|
+
{
|
|
529
529
|
"text": "B1",
|
|
530
530
|
"value": "b1",
|
|
531
531
|
},
|
|
532
|
-
|
|
532
|
+
{
|
|
533
533
|
"text": "B2",
|
|
534
534
|
"value": "b2",
|
|
535
535
|
},
|
|
@@ -537,15 +537,15 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
537
537
|
}
|
|
538
538
|
}
|
|
539
539
|
style={
|
|
540
|
-
|
|
541
|
-
|
|
540
|
+
[
|
|
541
|
+
{
|
|
542
542
|
"marginTop": 4,
|
|
543
543
|
},
|
|
544
544
|
undefined,
|
|
545
545
|
]
|
|
546
546
|
}
|
|
547
547
|
trailingItem={
|
|
548
|
-
|
|
548
|
+
{
|
|
549
549
|
"text": "B2",
|
|
550
550
|
"value": "b2",
|
|
551
551
|
}
|
|
@@ -560,7 +560,7 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
560
560
|
<View>
|
|
561
561
|
<View
|
|
562
562
|
accessibilityState={
|
|
563
|
-
|
|
563
|
+
{
|
|
564
564
|
"disabled": false,
|
|
565
565
|
}
|
|
566
566
|
}
|
|
@@ -574,8 +574,8 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
574
574
|
onResponderTerminationRequest={[Function]}
|
|
575
575
|
onStartShouldSetResponder={[Function]}
|
|
576
576
|
style={
|
|
577
|
-
|
|
578
|
-
|
|
577
|
+
[
|
|
578
|
+
{
|
|
579
579
|
"alignItems": "center",
|
|
580
580
|
"backgroundColor": "#ffffff",
|
|
581
581
|
"borderRadius": 4,
|
|
@@ -589,8 +589,8 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
589
589
|
>
|
|
590
590
|
<View
|
|
591
591
|
style={
|
|
592
|
-
|
|
593
|
-
|
|
592
|
+
[
|
|
593
|
+
{
|
|
594
594
|
"flex": 1,
|
|
595
595
|
},
|
|
596
596
|
undefined,
|
|
@@ -600,8 +600,8 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
600
600
|
<Text
|
|
601
601
|
allowFontScaling={false}
|
|
602
602
|
style={
|
|
603
|
-
|
|
604
|
-
|
|
603
|
+
[
|
|
604
|
+
{
|
|
605
605
|
"color": "#001f23",
|
|
606
606
|
"fontFamily": "BeVietnamPro-Regular",
|
|
607
607
|
"fontSize": 16,
|
|
@@ -622,16 +622,16 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
622
622
|
<View
|
|
623
623
|
highlighted={false}
|
|
624
624
|
leadingItem={
|
|
625
|
-
|
|
625
|
+
{
|
|
626
626
|
"text": "B2",
|
|
627
627
|
"value": "b2",
|
|
628
628
|
}
|
|
629
629
|
}
|
|
630
630
|
leadingSection={
|
|
631
|
-
|
|
631
|
+
{
|
|
632
632
|
"category": "A",
|
|
633
|
-
"data":
|
|
634
|
-
|
|
633
|
+
"data": [
|
|
634
|
+
{
|
|
635
635
|
"text": "A1",
|
|
636
636
|
"value": "a1",
|
|
637
637
|
},
|
|
@@ -639,14 +639,14 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
639
639
|
}
|
|
640
640
|
}
|
|
641
641
|
section={
|
|
642
|
-
|
|
642
|
+
{
|
|
643
643
|
"category": "B",
|
|
644
|
-
"data":
|
|
645
|
-
|
|
644
|
+
"data": [
|
|
645
|
+
{
|
|
646
646
|
"text": "B1",
|
|
647
647
|
"value": "b1",
|
|
648
648
|
},
|
|
649
|
-
|
|
649
|
+
{
|
|
650
650
|
"text": "B2",
|
|
651
651
|
"value": "b2",
|
|
652
652
|
},
|
|
@@ -654,8 +654,8 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
654
654
|
}
|
|
655
655
|
}
|
|
656
656
|
style={
|
|
657
|
-
|
|
658
|
-
|
|
657
|
+
[
|
|
658
|
+
{
|
|
659
659
|
"marginTop": 12,
|
|
660
660
|
},
|
|
661
661
|
undefined,
|
|
@@ -673,7 +673,7 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
673
673
|
>
|
|
674
674
|
<View
|
|
675
675
|
style={
|
|
676
|
-
|
|
676
|
+
{
|
|
677
677
|
"alignItems": "center",
|
|
678
678
|
"display": "flex",
|
|
679
679
|
"height": 56,
|
|
@@ -682,16 +682,16 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
682
682
|
>
|
|
683
683
|
<View
|
|
684
684
|
style={
|
|
685
|
-
|
|
686
|
-
|
|
685
|
+
[
|
|
686
|
+
{},
|
|
687
687
|
undefined,
|
|
688
688
|
]
|
|
689
689
|
}
|
|
690
690
|
>
|
|
691
691
|
<View
|
|
692
692
|
style={
|
|
693
|
-
|
|
694
|
-
|
|
693
|
+
[
|
|
694
|
+
{
|
|
695
695
|
"alignItems": "center",
|
|
696
696
|
"height": "100%",
|
|
697
697
|
"justifyContent": "center",
|
|
@@ -703,9 +703,9 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
703
703
|
<View
|
|
704
704
|
collapsable={false}
|
|
705
705
|
style={
|
|
706
|
-
|
|
707
|
-
"transform":
|
|
708
|
-
|
|
706
|
+
{
|
|
707
|
+
"transform": [
|
|
708
|
+
{
|
|
709
709
|
"rotate": "0deg",
|
|
710
710
|
},
|
|
711
711
|
],
|
|
@@ -715,12 +715,12 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
715
715
|
<View
|
|
716
716
|
collapsable={false}
|
|
717
717
|
style={
|
|
718
|
-
|
|
719
|
-
|
|
718
|
+
[
|
|
719
|
+
{
|
|
720
720
|
"flexDirection": "row",
|
|
721
721
|
"marginBottom": 8,
|
|
722
722
|
},
|
|
723
|
-
|
|
723
|
+
{},
|
|
724
724
|
]
|
|
725
725
|
}
|
|
726
726
|
themePosition="top"
|
|
@@ -729,15 +729,15 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
729
729
|
<View
|
|
730
730
|
collapsable={false}
|
|
731
731
|
style={
|
|
732
|
-
|
|
733
|
-
|
|
732
|
+
[
|
|
733
|
+
{
|
|
734
734
|
"backgroundColor": "#401960",
|
|
735
735
|
"borderRadius": 999,
|
|
736
736
|
"height": 16,
|
|
737
737
|
"opacity": 0.9,
|
|
738
738
|
"width": 16,
|
|
739
739
|
},
|
|
740
|
-
|
|
740
|
+
{},
|
|
741
741
|
]
|
|
742
742
|
}
|
|
743
743
|
themeIntent="primary"
|
|
@@ -747,8 +747,8 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
747
747
|
<View
|
|
748
748
|
collapsable={false}
|
|
749
749
|
style={
|
|
750
|
-
|
|
751
|
-
|
|
750
|
+
[
|
|
751
|
+
{
|
|
752
752
|
"backgroundColor": "#401960",
|
|
753
753
|
"borderRadius": 999,
|
|
754
754
|
"height": 16,
|
|
@@ -756,7 +756,7 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
756
756
|
"opacity": 0.675,
|
|
757
757
|
"width": 16,
|
|
758
758
|
},
|
|
759
|
-
|
|
759
|
+
{},
|
|
760
760
|
]
|
|
761
761
|
}
|
|
762
762
|
themeIntent="primary"
|
|
@@ -767,12 +767,12 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
767
767
|
<View
|
|
768
768
|
collapsable={false}
|
|
769
769
|
style={
|
|
770
|
-
|
|
771
|
-
|
|
770
|
+
[
|
|
771
|
+
{
|
|
772
772
|
"flexDirection": "row",
|
|
773
773
|
"marginBottom": 0,
|
|
774
774
|
},
|
|
775
|
-
|
|
775
|
+
{},
|
|
776
776
|
]
|
|
777
777
|
}
|
|
778
778
|
themePosition="bottom"
|
|
@@ -781,15 +781,15 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
781
781
|
<View
|
|
782
782
|
collapsable={false}
|
|
783
783
|
style={
|
|
784
|
-
|
|
785
|
-
|
|
784
|
+
[
|
|
785
|
+
{
|
|
786
786
|
"backgroundColor": "#401960",
|
|
787
787
|
"borderRadius": 999,
|
|
788
788
|
"height": 16,
|
|
789
789
|
"opacity": 0.45,
|
|
790
790
|
"width": 16,
|
|
791
791
|
},
|
|
792
|
-
|
|
792
|
+
{},
|
|
793
793
|
]
|
|
794
794
|
}
|
|
795
795
|
themeIntent="primary"
|
|
@@ -799,8 +799,8 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
799
799
|
<View
|
|
800
800
|
collapsable={false}
|
|
801
801
|
style={
|
|
802
|
-
|
|
803
|
-
|
|
802
|
+
[
|
|
803
|
+
{
|
|
804
804
|
"backgroundColor": "#401960",
|
|
805
805
|
"borderRadius": 999,
|
|
806
806
|
"height": 16,
|
|
@@ -808,7 +808,7 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
808
808
|
"opacity": 0.225,
|
|
809
809
|
"width": 16,
|
|
810
810
|
},
|
|
811
|
-
|
|
811
|
+
{},
|
|
812
812
|
]
|
|
813
813
|
}
|
|
814
814
|
themeIntent="primary"
|
|
@@ -829,24 +829,24 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
829
829
|
<RCTScrollView
|
|
830
830
|
ListFooterComponent={null}
|
|
831
831
|
data={
|
|
832
|
-
|
|
833
|
-
|
|
832
|
+
[
|
|
833
|
+
{
|
|
834
834
|
"category": "A",
|
|
835
|
-
"data":
|
|
836
|
-
|
|
835
|
+
"data": [
|
|
836
|
+
{
|
|
837
837
|
"text": "A1",
|
|
838
838
|
"value": "a1",
|
|
839
839
|
},
|
|
840
840
|
],
|
|
841
841
|
},
|
|
842
|
-
|
|
842
|
+
{
|
|
843
843
|
"category": "B",
|
|
844
|
-
"data":
|
|
845
|
-
|
|
844
|
+
"data": [
|
|
845
|
+
{
|
|
846
846
|
"text": "B1",
|
|
847
847
|
"value": "b1",
|
|
848
848
|
},
|
|
849
|
-
|
|
849
|
+
{
|
|
850
850
|
"text": "B2",
|
|
851
851
|
"value": "b2",
|
|
852
852
|
},
|
|
@@ -869,17 +869,17 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
869
869
|
renderItem={[Function]}
|
|
870
870
|
scrollEventThrottle={50}
|
|
871
871
|
stickyHeaderIndices={
|
|
872
|
-
|
|
872
|
+
[
|
|
873
873
|
0,
|
|
874
874
|
3,
|
|
875
875
|
]
|
|
876
876
|
}
|
|
877
877
|
style={
|
|
878
|
-
|
|
879
|
-
|
|
878
|
+
[
|
|
879
|
+
{
|
|
880
880
|
"paddingHorizontal": 12,
|
|
881
881
|
},
|
|
882
|
-
|
|
882
|
+
{},
|
|
883
883
|
]
|
|
884
884
|
}
|
|
885
885
|
>
|
|
@@ -890,8 +890,8 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
890
890
|
>
|
|
891
891
|
<View
|
|
892
892
|
style={
|
|
893
|
-
|
|
894
|
-
|
|
893
|
+
[
|
|
894
|
+
{
|
|
895
895
|
"alignContent": "center",
|
|
896
896
|
"backgroundColor": "#f6f6f7",
|
|
897
897
|
"display": "flex",
|
|
@@ -901,7 +901,7 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
901
901
|
"paddingHorizontal": 16,
|
|
902
902
|
"paddingVertical": 8,
|
|
903
903
|
},
|
|
904
|
-
|
|
904
|
+
{
|
|
905
905
|
"marginBottom": 0,
|
|
906
906
|
},
|
|
907
907
|
]
|
|
@@ -909,8 +909,8 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
909
909
|
>
|
|
910
910
|
<View
|
|
911
911
|
style={
|
|
912
|
-
|
|
913
|
-
|
|
912
|
+
[
|
|
913
|
+
{
|
|
914
914
|
"display": "flex",
|
|
915
915
|
"flexDirection": "row",
|
|
916
916
|
},
|
|
@@ -920,8 +920,8 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
920
920
|
>
|
|
921
921
|
<View
|
|
922
922
|
style={
|
|
923
|
-
|
|
924
|
-
|
|
923
|
+
[
|
|
924
|
+
{
|
|
925
925
|
"marginRight": 8,
|
|
926
926
|
},
|
|
927
927
|
undefined,
|
|
@@ -931,8 +931,8 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
931
931
|
<Text
|
|
932
932
|
allowFontScaling={false}
|
|
933
933
|
style={
|
|
934
|
-
|
|
935
|
-
|
|
934
|
+
[
|
|
935
|
+
{
|
|
936
936
|
"color": "#001f23",
|
|
937
937
|
"fontFamily": "BeVietnamPro-Regular",
|
|
938
938
|
"fontSize": 16,
|
|
@@ -960,10 +960,10 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
960
960
|
<View
|
|
961
961
|
highlighted={false}
|
|
962
962
|
section={
|
|
963
|
-
|
|
963
|
+
{
|
|
964
964
|
"category": "A",
|
|
965
|
-
"data":
|
|
966
|
-
|
|
965
|
+
"data": [
|
|
966
|
+
{
|
|
967
967
|
"text": "A1",
|
|
968
968
|
"value": "a1",
|
|
969
969
|
},
|
|
@@ -971,28 +971,28 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
971
971
|
}
|
|
972
972
|
}
|
|
973
973
|
style={
|
|
974
|
-
|
|
975
|
-
|
|
974
|
+
[
|
|
975
|
+
{
|
|
976
976
|
"marginTop": 12,
|
|
977
977
|
},
|
|
978
978
|
undefined,
|
|
979
979
|
]
|
|
980
980
|
}
|
|
981
981
|
trailingItem={
|
|
982
|
-
|
|
982
|
+
{
|
|
983
983
|
"text": "A1",
|
|
984
984
|
"value": "a1",
|
|
985
985
|
}
|
|
986
986
|
}
|
|
987
987
|
trailingSection={
|
|
988
|
-
|
|
988
|
+
{
|
|
989
989
|
"category": "B",
|
|
990
|
-
"data":
|
|
991
|
-
|
|
990
|
+
"data": [
|
|
991
|
+
{
|
|
992
992
|
"text": "B1",
|
|
993
993
|
"value": "b1",
|
|
994
994
|
},
|
|
995
|
-
|
|
995
|
+
{
|
|
996
996
|
"text": "B2",
|
|
997
997
|
"value": "b2",
|
|
998
998
|
},
|
|
@@ -1002,7 +1002,7 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
1002
1002
|
/>
|
|
1003
1003
|
<View
|
|
1004
1004
|
accessibilityState={
|
|
1005
|
-
|
|
1005
|
+
{
|
|
1006
1006
|
"disabled": false,
|
|
1007
1007
|
}
|
|
1008
1008
|
}
|
|
@@ -1016,8 +1016,8 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
1016
1016
|
onResponderTerminationRequest={[Function]}
|
|
1017
1017
|
onStartShouldSetResponder={[Function]}
|
|
1018
1018
|
style={
|
|
1019
|
-
|
|
1020
|
-
|
|
1019
|
+
[
|
|
1020
|
+
{
|
|
1021
1021
|
"alignItems": "center",
|
|
1022
1022
|
"backgroundColor": "#ece8ef",
|
|
1023
1023
|
"borderRadius": 4,
|
|
@@ -1031,8 +1031,8 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
1031
1031
|
>
|
|
1032
1032
|
<View
|
|
1033
1033
|
style={
|
|
1034
|
-
|
|
1035
|
-
|
|
1034
|
+
[
|
|
1035
|
+
{
|
|
1036
1036
|
"flex": 1,
|
|
1037
1037
|
},
|
|
1038
1038
|
undefined,
|
|
@@ -1042,8 +1042,8 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
1042
1042
|
<Text
|
|
1043
1043
|
allowFontScaling={false}
|
|
1044
1044
|
style={
|
|
1045
|
-
|
|
1046
|
-
|
|
1045
|
+
[
|
|
1046
|
+
{
|
|
1047
1047
|
"color": "#001f23",
|
|
1048
1048
|
"fontFamily": "BeVietnamPro-Regular",
|
|
1049
1049
|
"fontSize": 16,
|
|
@@ -1062,8 +1062,8 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
1062
1062
|
</View>
|
|
1063
1063
|
<View
|
|
1064
1064
|
style={
|
|
1065
|
-
|
|
1066
|
-
|
|
1065
|
+
[
|
|
1066
|
+
{
|
|
1067
1067
|
"marginLeft": 8,
|
|
1068
1068
|
},
|
|
1069
1069
|
undefined,
|
|
@@ -1073,12 +1073,12 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
1073
1073
|
<HeroIcon
|
|
1074
1074
|
name="checkmark"
|
|
1075
1075
|
style={
|
|
1076
|
-
|
|
1077
|
-
|
|
1076
|
+
[
|
|
1077
|
+
{
|
|
1078
1078
|
"color": "#401960",
|
|
1079
1079
|
"fontSize": 20,
|
|
1080
1080
|
},
|
|
1081
|
-
|
|
1081
|
+
{
|
|
1082
1082
|
"marginRight": 12,
|
|
1083
1083
|
},
|
|
1084
1084
|
]
|
|
@@ -1092,16 +1092,16 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
1092
1092
|
<View
|
|
1093
1093
|
highlighted={false}
|
|
1094
1094
|
leadingItem={
|
|
1095
|
-
|
|
1095
|
+
{
|
|
1096
1096
|
"text": "A1",
|
|
1097
1097
|
"value": "a1",
|
|
1098
1098
|
}
|
|
1099
1099
|
}
|
|
1100
1100
|
section={
|
|
1101
|
-
|
|
1101
|
+
{
|
|
1102
1102
|
"category": "A",
|
|
1103
|
-
"data":
|
|
1104
|
-
|
|
1103
|
+
"data": [
|
|
1104
|
+
{
|
|
1105
1105
|
"text": "A1",
|
|
1106
1106
|
"value": "a1",
|
|
1107
1107
|
},
|
|
@@ -1109,22 +1109,22 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
1109
1109
|
}
|
|
1110
1110
|
}
|
|
1111
1111
|
style={
|
|
1112
|
-
|
|
1113
|
-
|
|
1112
|
+
[
|
|
1113
|
+
{
|
|
1114
1114
|
"marginTop": 12,
|
|
1115
1115
|
},
|
|
1116
1116
|
undefined,
|
|
1117
1117
|
]
|
|
1118
1118
|
}
|
|
1119
1119
|
trailingSection={
|
|
1120
|
-
|
|
1120
|
+
{
|
|
1121
1121
|
"category": "B",
|
|
1122
|
-
"data":
|
|
1123
|
-
|
|
1122
|
+
"data": [
|
|
1123
|
+
{
|
|
1124
1124
|
"text": "B1",
|
|
1125
1125
|
"value": "b1",
|
|
1126
1126
|
},
|
|
1127
|
-
|
|
1127
|
+
{
|
|
1128
1128
|
"text": "B2",
|
|
1129
1129
|
"value": "b2",
|
|
1130
1130
|
},
|
|
@@ -1144,8 +1144,8 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
1144
1144
|
>
|
|
1145
1145
|
<View
|
|
1146
1146
|
style={
|
|
1147
|
-
|
|
1148
|
-
|
|
1147
|
+
[
|
|
1148
|
+
{
|
|
1149
1149
|
"alignContent": "center",
|
|
1150
1150
|
"backgroundColor": "#f6f6f7",
|
|
1151
1151
|
"display": "flex",
|
|
@@ -1155,7 +1155,7 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
1155
1155
|
"paddingHorizontal": 16,
|
|
1156
1156
|
"paddingVertical": 8,
|
|
1157
1157
|
},
|
|
1158
|
-
|
|
1158
|
+
{
|
|
1159
1159
|
"marginBottom": 0,
|
|
1160
1160
|
},
|
|
1161
1161
|
]
|
|
@@ -1163,8 +1163,8 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
1163
1163
|
>
|
|
1164
1164
|
<View
|
|
1165
1165
|
style={
|
|
1166
|
-
|
|
1167
|
-
|
|
1166
|
+
[
|
|
1167
|
+
{
|
|
1168
1168
|
"display": "flex",
|
|
1169
1169
|
"flexDirection": "row",
|
|
1170
1170
|
},
|
|
@@ -1174,8 +1174,8 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
1174
1174
|
>
|
|
1175
1175
|
<View
|
|
1176
1176
|
style={
|
|
1177
|
-
|
|
1178
|
-
|
|
1177
|
+
[
|
|
1178
|
+
{
|
|
1179
1179
|
"marginRight": 8,
|
|
1180
1180
|
},
|
|
1181
1181
|
undefined,
|
|
@@ -1185,8 +1185,8 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
1185
1185
|
<Text
|
|
1186
1186
|
allowFontScaling={false}
|
|
1187
1187
|
style={
|
|
1188
|
-
|
|
1189
|
-
|
|
1188
|
+
[
|
|
1189
|
+
{
|
|
1190
1190
|
"color": "#001f23",
|
|
1191
1191
|
"fontFamily": "BeVietnamPro-Regular",
|
|
1192
1192
|
"fontSize": 16,
|
|
@@ -1214,10 +1214,10 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
1214
1214
|
<View
|
|
1215
1215
|
highlighted={false}
|
|
1216
1216
|
leadingSection={
|
|
1217
|
-
|
|
1217
|
+
{
|
|
1218
1218
|
"category": "A",
|
|
1219
|
-
"data":
|
|
1220
|
-
|
|
1219
|
+
"data": [
|
|
1220
|
+
{
|
|
1221
1221
|
"text": "A1",
|
|
1222
1222
|
"value": "a1",
|
|
1223
1223
|
},
|
|
@@ -1225,14 +1225,14 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
1225
1225
|
}
|
|
1226
1226
|
}
|
|
1227
1227
|
section={
|
|
1228
|
-
|
|
1228
|
+
{
|
|
1229
1229
|
"category": "B",
|
|
1230
|
-
"data":
|
|
1231
|
-
|
|
1230
|
+
"data": [
|
|
1231
|
+
{
|
|
1232
1232
|
"text": "B1",
|
|
1233
1233
|
"value": "b1",
|
|
1234
1234
|
},
|
|
1235
|
-
|
|
1235
|
+
{
|
|
1236
1236
|
"text": "B2",
|
|
1237
1237
|
"value": "b2",
|
|
1238
1238
|
},
|
|
@@ -1240,15 +1240,15 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
1240
1240
|
}
|
|
1241
1241
|
}
|
|
1242
1242
|
style={
|
|
1243
|
-
|
|
1244
|
-
|
|
1243
|
+
[
|
|
1244
|
+
{
|
|
1245
1245
|
"marginTop": 12,
|
|
1246
1246
|
},
|
|
1247
1247
|
undefined,
|
|
1248
1248
|
]
|
|
1249
1249
|
}
|
|
1250
1250
|
trailingItem={
|
|
1251
|
-
|
|
1251
|
+
{
|
|
1252
1252
|
"text": "B1",
|
|
1253
1253
|
"value": "b1",
|
|
1254
1254
|
}
|
|
@@ -1256,7 +1256,7 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
1256
1256
|
/>
|
|
1257
1257
|
<View
|
|
1258
1258
|
accessibilityState={
|
|
1259
|
-
|
|
1259
|
+
{
|
|
1260
1260
|
"disabled": false,
|
|
1261
1261
|
}
|
|
1262
1262
|
}
|
|
@@ -1270,8 +1270,8 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
1270
1270
|
onResponderTerminationRequest={[Function]}
|
|
1271
1271
|
onStartShouldSetResponder={[Function]}
|
|
1272
1272
|
style={
|
|
1273
|
-
|
|
1274
|
-
|
|
1273
|
+
[
|
|
1274
|
+
{
|
|
1275
1275
|
"alignItems": "center",
|
|
1276
1276
|
"backgroundColor": "#ffffff",
|
|
1277
1277
|
"borderRadius": 4,
|
|
@@ -1285,8 +1285,8 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
1285
1285
|
>
|
|
1286
1286
|
<View
|
|
1287
1287
|
style={
|
|
1288
|
-
|
|
1289
|
-
|
|
1288
|
+
[
|
|
1289
|
+
{
|
|
1290
1290
|
"flex": 1,
|
|
1291
1291
|
},
|
|
1292
1292
|
undefined,
|
|
@@ -1296,8 +1296,8 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
1296
1296
|
<Text
|
|
1297
1297
|
allowFontScaling={false}
|
|
1298
1298
|
style={
|
|
1299
|
-
|
|
1300
|
-
|
|
1299
|
+
[
|
|
1300
|
+
{
|
|
1301
1301
|
"color": "#001f23",
|
|
1302
1302
|
"fontFamily": "BeVietnamPro-Regular",
|
|
1303
1303
|
"fontSize": 16,
|
|
@@ -1318,16 +1318,16 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
1318
1318
|
<View
|
|
1319
1319
|
highlighted={false}
|
|
1320
1320
|
leadingItem={
|
|
1321
|
-
|
|
1321
|
+
{
|
|
1322
1322
|
"text": "B1",
|
|
1323
1323
|
"value": "b1",
|
|
1324
1324
|
}
|
|
1325
1325
|
}
|
|
1326
1326
|
leadingSection={
|
|
1327
|
-
|
|
1327
|
+
{
|
|
1328
1328
|
"category": "A",
|
|
1329
|
-
"data":
|
|
1330
|
-
|
|
1329
|
+
"data": [
|
|
1330
|
+
{
|
|
1331
1331
|
"text": "A1",
|
|
1332
1332
|
"value": "a1",
|
|
1333
1333
|
},
|
|
@@ -1335,14 +1335,14 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
1335
1335
|
}
|
|
1336
1336
|
}
|
|
1337
1337
|
section={
|
|
1338
|
-
|
|
1338
|
+
{
|
|
1339
1339
|
"category": "B",
|
|
1340
|
-
"data":
|
|
1341
|
-
|
|
1340
|
+
"data": [
|
|
1341
|
+
{
|
|
1342
1342
|
"text": "B1",
|
|
1343
1343
|
"value": "b1",
|
|
1344
1344
|
},
|
|
1345
|
-
|
|
1345
|
+
{
|
|
1346
1346
|
"text": "B2",
|
|
1347
1347
|
"value": "b2",
|
|
1348
1348
|
},
|
|
@@ -1350,15 +1350,15 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
1350
1350
|
}
|
|
1351
1351
|
}
|
|
1352
1352
|
style={
|
|
1353
|
-
|
|
1354
|
-
|
|
1353
|
+
[
|
|
1354
|
+
{
|
|
1355
1355
|
"marginTop": 4,
|
|
1356
1356
|
},
|
|
1357
1357
|
undefined,
|
|
1358
1358
|
]
|
|
1359
1359
|
}
|
|
1360
1360
|
trailingItem={
|
|
1361
|
-
|
|
1361
|
+
{
|
|
1362
1362
|
"text": "B2",
|
|
1363
1363
|
"value": "b2",
|
|
1364
1364
|
}
|
|
@@ -1373,7 +1373,7 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
1373
1373
|
<View>
|
|
1374
1374
|
<View
|
|
1375
1375
|
accessibilityState={
|
|
1376
|
-
|
|
1376
|
+
{
|
|
1377
1377
|
"disabled": false,
|
|
1378
1378
|
}
|
|
1379
1379
|
}
|
|
@@ -1387,8 +1387,8 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
1387
1387
|
onResponderTerminationRequest={[Function]}
|
|
1388
1388
|
onStartShouldSetResponder={[Function]}
|
|
1389
1389
|
style={
|
|
1390
|
-
|
|
1391
|
-
|
|
1390
|
+
[
|
|
1391
|
+
{
|
|
1392
1392
|
"alignItems": "center",
|
|
1393
1393
|
"backgroundColor": "#ffffff",
|
|
1394
1394
|
"borderRadius": 4,
|
|
@@ -1402,8 +1402,8 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
1402
1402
|
>
|
|
1403
1403
|
<View
|
|
1404
1404
|
style={
|
|
1405
|
-
|
|
1406
|
-
|
|
1405
|
+
[
|
|
1406
|
+
{
|
|
1407
1407
|
"flex": 1,
|
|
1408
1408
|
},
|
|
1409
1409
|
undefined,
|
|
@@ -1413,8 +1413,8 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
1413
1413
|
<Text
|
|
1414
1414
|
allowFontScaling={false}
|
|
1415
1415
|
style={
|
|
1416
|
-
|
|
1417
|
-
|
|
1416
|
+
[
|
|
1417
|
+
{
|
|
1418
1418
|
"color": "#001f23",
|
|
1419
1419
|
"fontFamily": "BeVietnamPro-Regular",
|
|
1420
1420
|
"fontSize": 16,
|
|
@@ -1435,16 +1435,16 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
1435
1435
|
<View
|
|
1436
1436
|
highlighted={false}
|
|
1437
1437
|
leadingItem={
|
|
1438
|
-
|
|
1438
|
+
{
|
|
1439
1439
|
"text": "B2",
|
|
1440
1440
|
"value": "b2",
|
|
1441
1441
|
}
|
|
1442
1442
|
}
|
|
1443
1443
|
leadingSection={
|
|
1444
|
-
|
|
1444
|
+
{
|
|
1445
1445
|
"category": "A",
|
|
1446
|
-
"data":
|
|
1447
|
-
|
|
1446
|
+
"data": [
|
|
1447
|
+
{
|
|
1448
1448
|
"text": "A1",
|
|
1449
1449
|
"value": "a1",
|
|
1450
1450
|
},
|
|
@@ -1452,14 +1452,14 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
1452
1452
|
}
|
|
1453
1453
|
}
|
|
1454
1454
|
section={
|
|
1455
|
-
|
|
1455
|
+
{
|
|
1456
1456
|
"category": "B",
|
|
1457
|
-
"data":
|
|
1458
|
-
|
|
1457
|
+
"data": [
|
|
1458
|
+
{
|
|
1459
1459
|
"text": "B1",
|
|
1460
1460
|
"value": "b1",
|
|
1461
1461
|
},
|
|
1462
|
-
|
|
1462
|
+
{
|
|
1463
1463
|
"text": "B2",
|
|
1464
1464
|
"value": "b2",
|
|
1465
1465
|
},
|
|
@@ -1467,8 +1467,8 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
1467
1467
|
}
|
|
1468
1468
|
}
|
|
1469
1469
|
style={
|
|
1470
|
-
|
|
1471
|
-
|
|
1470
|
+
[
|
|
1471
|
+
{
|
|
1472
1472
|
"marginTop": 12,
|
|
1473
1473
|
},
|
|
1474
1474
|
undefined,
|
|
@@ -1489,24 +1489,24 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
|
|
|
1489
1489
|
<RCTScrollView
|
|
1490
1490
|
ListFooterComponent={null}
|
|
1491
1491
|
data={
|
|
1492
|
-
|
|
1493
|
-
|
|
1492
|
+
[
|
|
1493
|
+
{
|
|
1494
1494
|
"category": "A",
|
|
1495
|
-
"data":
|
|
1496
|
-
|
|
1495
|
+
"data": [
|
|
1496
|
+
{
|
|
1497
1497
|
"text": "A1",
|
|
1498
1498
|
"value": "a1",
|
|
1499
1499
|
},
|
|
1500
1500
|
],
|
|
1501
1501
|
},
|
|
1502
|
-
|
|
1502
|
+
{
|
|
1503
1503
|
"category": "B",
|
|
1504
|
-
"data":
|
|
1505
|
-
|
|
1504
|
+
"data": [
|
|
1505
|
+
{
|
|
1506
1506
|
"text": "B1",
|
|
1507
1507
|
"value": "b1",
|
|
1508
1508
|
},
|
|
1509
|
-
|
|
1509
|
+
{
|
|
1510
1510
|
"text": "B2",
|
|
1511
1511
|
"value": "b2",
|
|
1512
1512
|
},
|
|
@@ -1529,17 +1529,17 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
|
|
|
1529
1529
|
renderItem={[Function]}
|
|
1530
1530
|
scrollEventThrottle={50}
|
|
1531
1531
|
stickyHeaderIndices={
|
|
1532
|
-
|
|
1532
|
+
[
|
|
1533
1533
|
0,
|
|
1534
1534
|
3,
|
|
1535
1535
|
]
|
|
1536
1536
|
}
|
|
1537
1537
|
style={
|
|
1538
|
-
|
|
1539
|
-
|
|
1538
|
+
[
|
|
1539
|
+
{
|
|
1540
1540
|
"paddingHorizontal": 12,
|
|
1541
1541
|
},
|
|
1542
|
-
|
|
1542
|
+
{},
|
|
1543
1543
|
]
|
|
1544
1544
|
}
|
|
1545
1545
|
>
|
|
@@ -1550,8 +1550,8 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
|
|
|
1550
1550
|
>
|
|
1551
1551
|
<View
|
|
1552
1552
|
style={
|
|
1553
|
-
|
|
1554
|
-
|
|
1553
|
+
[
|
|
1554
|
+
{
|
|
1555
1555
|
"alignContent": "center",
|
|
1556
1556
|
"backgroundColor": "#f6f6f7",
|
|
1557
1557
|
"display": "flex",
|
|
@@ -1561,7 +1561,7 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
|
|
|
1561
1561
|
"paddingHorizontal": 16,
|
|
1562
1562
|
"paddingVertical": 8,
|
|
1563
1563
|
},
|
|
1564
|
-
|
|
1564
|
+
{
|
|
1565
1565
|
"marginBottom": 0,
|
|
1566
1566
|
},
|
|
1567
1567
|
]
|
|
@@ -1569,8 +1569,8 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
|
|
|
1569
1569
|
>
|
|
1570
1570
|
<View
|
|
1571
1571
|
style={
|
|
1572
|
-
|
|
1573
|
-
|
|
1572
|
+
[
|
|
1573
|
+
{
|
|
1574
1574
|
"display": "flex",
|
|
1575
1575
|
"flexDirection": "row",
|
|
1576
1576
|
},
|
|
@@ -1580,8 +1580,8 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
|
|
|
1580
1580
|
>
|
|
1581
1581
|
<View
|
|
1582
1582
|
style={
|
|
1583
|
-
|
|
1584
|
-
|
|
1583
|
+
[
|
|
1584
|
+
{
|
|
1585
1585
|
"marginRight": 8,
|
|
1586
1586
|
},
|
|
1587
1587
|
undefined,
|
|
@@ -1591,8 +1591,8 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
|
|
|
1591
1591
|
<Text
|
|
1592
1592
|
allowFontScaling={false}
|
|
1593
1593
|
style={
|
|
1594
|
-
|
|
1595
|
-
|
|
1594
|
+
[
|
|
1595
|
+
{
|
|
1596
1596
|
"color": "#001f23",
|
|
1597
1597
|
"fontFamily": "BeVietnamPro-Regular",
|
|
1598
1598
|
"fontSize": 16,
|
|
@@ -1620,10 +1620,10 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
|
|
|
1620
1620
|
<View
|
|
1621
1621
|
highlighted={false}
|
|
1622
1622
|
section={
|
|
1623
|
-
|
|
1623
|
+
{
|
|
1624
1624
|
"category": "A",
|
|
1625
|
-
"data":
|
|
1626
|
-
|
|
1625
|
+
"data": [
|
|
1626
|
+
{
|
|
1627
1627
|
"text": "A1",
|
|
1628
1628
|
"value": "a1",
|
|
1629
1629
|
},
|
|
@@ -1631,28 +1631,28 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
|
|
|
1631
1631
|
}
|
|
1632
1632
|
}
|
|
1633
1633
|
style={
|
|
1634
|
-
|
|
1635
|
-
|
|
1634
|
+
[
|
|
1635
|
+
{
|
|
1636
1636
|
"marginTop": 12,
|
|
1637
1637
|
},
|
|
1638
1638
|
undefined,
|
|
1639
1639
|
]
|
|
1640
1640
|
}
|
|
1641
1641
|
trailingItem={
|
|
1642
|
-
|
|
1642
|
+
{
|
|
1643
1643
|
"text": "A1",
|
|
1644
1644
|
"value": "a1",
|
|
1645
1645
|
}
|
|
1646
1646
|
}
|
|
1647
1647
|
trailingSection={
|
|
1648
|
-
|
|
1648
|
+
{
|
|
1649
1649
|
"category": "B",
|
|
1650
|
-
"data":
|
|
1651
|
-
|
|
1650
|
+
"data": [
|
|
1651
|
+
{
|
|
1652
1652
|
"text": "B1",
|
|
1653
1653
|
"value": "b1",
|
|
1654
1654
|
},
|
|
1655
|
-
|
|
1655
|
+
{
|
|
1656
1656
|
"text": "B2",
|
|
1657
1657
|
"value": "b2",
|
|
1658
1658
|
},
|
|
@@ -1662,7 +1662,7 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
|
|
|
1662
1662
|
/>
|
|
1663
1663
|
<View
|
|
1664
1664
|
accessibilityState={
|
|
1665
|
-
|
|
1665
|
+
{
|
|
1666
1666
|
"disabled": false,
|
|
1667
1667
|
}
|
|
1668
1668
|
}
|
|
@@ -1676,8 +1676,8 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
|
|
|
1676
1676
|
onResponderTerminationRequest={[Function]}
|
|
1677
1677
|
onStartShouldSetResponder={[Function]}
|
|
1678
1678
|
style={
|
|
1679
|
-
|
|
1680
|
-
|
|
1679
|
+
[
|
|
1680
|
+
{
|
|
1681
1681
|
"alignItems": "center",
|
|
1682
1682
|
"backgroundColor": "#ece8ef",
|
|
1683
1683
|
"borderRadius": 4,
|
|
@@ -1691,8 +1691,8 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
|
|
|
1691
1691
|
>
|
|
1692
1692
|
<View
|
|
1693
1693
|
style={
|
|
1694
|
-
|
|
1695
|
-
|
|
1694
|
+
[
|
|
1695
|
+
{
|
|
1696
1696
|
"flex": 1,
|
|
1697
1697
|
},
|
|
1698
1698
|
undefined,
|
|
@@ -1702,8 +1702,8 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
|
|
|
1702
1702
|
<Text
|
|
1703
1703
|
allowFontScaling={false}
|
|
1704
1704
|
style={
|
|
1705
|
-
|
|
1706
|
-
|
|
1705
|
+
[
|
|
1706
|
+
{
|
|
1707
1707
|
"color": "#001f23",
|
|
1708
1708
|
"fontFamily": "BeVietnamPro-Regular",
|
|
1709
1709
|
"fontSize": 16,
|
|
@@ -1722,8 +1722,8 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
|
|
|
1722
1722
|
</View>
|
|
1723
1723
|
<View
|
|
1724
1724
|
style={
|
|
1725
|
-
|
|
1726
|
-
|
|
1725
|
+
[
|
|
1726
|
+
{
|
|
1727
1727
|
"marginLeft": 8,
|
|
1728
1728
|
},
|
|
1729
1729
|
undefined,
|
|
@@ -1733,12 +1733,12 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
|
|
|
1733
1733
|
<HeroIcon
|
|
1734
1734
|
name="checkmark"
|
|
1735
1735
|
style={
|
|
1736
|
-
|
|
1737
|
-
|
|
1736
|
+
[
|
|
1737
|
+
{
|
|
1738
1738
|
"color": "#401960",
|
|
1739
1739
|
"fontSize": 20,
|
|
1740
1740
|
},
|
|
1741
|
-
|
|
1741
|
+
{
|
|
1742
1742
|
"marginRight": 12,
|
|
1743
1743
|
},
|
|
1744
1744
|
]
|
|
@@ -1752,16 +1752,16 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
|
|
|
1752
1752
|
<View
|
|
1753
1753
|
highlighted={false}
|
|
1754
1754
|
leadingItem={
|
|
1755
|
-
|
|
1755
|
+
{
|
|
1756
1756
|
"text": "A1",
|
|
1757
1757
|
"value": "a1",
|
|
1758
1758
|
}
|
|
1759
1759
|
}
|
|
1760
1760
|
section={
|
|
1761
|
-
|
|
1761
|
+
{
|
|
1762
1762
|
"category": "A",
|
|
1763
|
-
"data":
|
|
1764
|
-
|
|
1763
|
+
"data": [
|
|
1764
|
+
{
|
|
1765
1765
|
"text": "A1",
|
|
1766
1766
|
"value": "a1",
|
|
1767
1767
|
},
|
|
@@ -1769,22 +1769,22 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
|
|
|
1769
1769
|
}
|
|
1770
1770
|
}
|
|
1771
1771
|
style={
|
|
1772
|
-
|
|
1773
|
-
|
|
1772
|
+
[
|
|
1773
|
+
{
|
|
1774
1774
|
"marginTop": 12,
|
|
1775
1775
|
},
|
|
1776
1776
|
undefined,
|
|
1777
1777
|
]
|
|
1778
1778
|
}
|
|
1779
1779
|
trailingSection={
|
|
1780
|
-
|
|
1780
|
+
{
|
|
1781
1781
|
"category": "B",
|
|
1782
|
-
"data":
|
|
1783
|
-
|
|
1782
|
+
"data": [
|
|
1783
|
+
{
|
|
1784
1784
|
"text": "B1",
|
|
1785
1785
|
"value": "b1",
|
|
1786
1786
|
},
|
|
1787
|
-
|
|
1787
|
+
{
|
|
1788
1788
|
"text": "B2",
|
|
1789
1789
|
"value": "b2",
|
|
1790
1790
|
},
|
|
@@ -1804,8 +1804,8 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
|
|
|
1804
1804
|
>
|
|
1805
1805
|
<View
|
|
1806
1806
|
style={
|
|
1807
|
-
|
|
1808
|
-
|
|
1807
|
+
[
|
|
1808
|
+
{
|
|
1809
1809
|
"alignContent": "center",
|
|
1810
1810
|
"backgroundColor": "#f6f6f7",
|
|
1811
1811
|
"display": "flex",
|
|
@@ -1815,7 +1815,7 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
|
|
|
1815
1815
|
"paddingHorizontal": 16,
|
|
1816
1816
|
"paddingVertical": 8,
|
|
1817
1817
|
},
|
|
1818
|
-
|
|
1818
|
+
{
|
|
1819
1819
|
"marginBottom": 0,
|
|
1820
1820
|
},
|
|
1821
1821
|
]
|
|
@@ -1823,8 +1823,8 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
|
|
|
1823
1823
|
>
|
|
1824
1824
|
<View
|
|
1825
1825
|
style={
|
|
1826
|
-
|
|
1827
|
-
|
|
1826
|
+
[
|
|
1827
|
+
{
|
|
1828
1828
|
"display": "flex",
|
|
1829
1829
|
"flexDirection": "row",
|
|
1830
1830
|
},
|
|
@@ -1834,8 +1834,8 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
|
|
|
1834
1834
|
>
|
|
1835
1835
|
<View
|
|
1836
1836
|
style={
|
|
1837
|
-
|
|
1838
|
-
|
|
1837
|
+
[
|
|
1838
|
+
{
|
|
1839
1839
|
"marginRight": 8,
|
|
1840
1840
|
},
|
|
1841
1841
|
undefined,
|
|
@@ -1845,8 +1845,8 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
|
|
|
1845
1845
|
<Text
|
|
1846
1846
|
allowFontScaling={false}
|
|
1847
1847
|
style={
|
|
1848
|
-
|
|
1849
|
-
|
|
1848
|
+
[
|
|
1849
|
+
{
|
|
1850
1850
|
"color": "#001f23",
|
|
1851
1851
|
"fontFamily": "BeVietnamPro-Regular",
|
|
1852
1852
|
"fontSize": 16,
|
|
@@ -1874,10 +1874,10 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
|
|
|
1874
1874
|
<View
|
|
1875
1875
|
highlighted={false}
|
|
1876
1876
|
leadingSection={
|
|
1877
|
-
|
|
1877
|
+
{
|
|
1878
1878
|
"category": "A",
|
|
1879
|
-
"data":
|
|
1880
|
-
|
|
1879
|
+
"data": [
|
|
1880
|
+
{
|
|
1881
1881
|
"text": "A1",
|
|
1882
1882
|
"value": "a1",
|
|
1883
1883
|
},
|
|
@@ -1885,14 +1885,14 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
|
|
|
1885
1885
|
}
|
|
1886
1886
|
}
|
|
1887
1887
|
section={
|
|
1888
|
-
|
|
1888
|
+
{
|
|
1889
1889
|
"category": "B",
|
|
1890
|
-
"data":
|
|
1891
|
-
|
|
1890
|
+
"data": [
|
|
1891
|
+
{
|
|
1892
1892
|
"text": "B1",
|
|
1893
1893
|
"value": "b1",
|
|
1894
1894
|
},
|
|
1895
|
-
|
|
1895
|
+
{
|
|
1896
1896
|
"text": "B2",
|
|
1897
1897
|
"value": "b2",
|
|
1898
1898
|
},
|
|
@@ -1900,15 +1900,15 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
|
|
|
1900
1900
|
}
|
|
1901
1901
|
}
|
|
1902
1902
|
style={
|
|
1903
|
-
|
|
1904
|
-
|
|
1903
|
+
[
|
|
1904
|
+
{
|
|
1905
1905
|
"marginTop": 12,
|
|
1906
1906
|
},
|
|
1907
1907
|
undefined,
|
|
1908
1908
|
]
|
|
1909
1909
|
}
|
|
1910
1910
|
trailingItem={
|
|
1911
|
-
|
|
1911
|
+
{
|
|
1912
1912
|
"text": "B1",
|
|
1913
1913
|
"value": "b1",
|
|
1914
1914
|
}
|
|
@@ -1916,7 +1916,7 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
|
|
|
1916
1916
|
/>
|
|
1917
1917
|
<View
|
|
1918
1918
|
accessibilityState={
|
|
1919
|
-
|
|
1919
|
+
{
|
|
1920
1920
|
"disabled": false,
|
|
1921
1921
|
}
|
|
1922
1922
|
}
|
|
@@ -1930,8 +1930,8 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
|
|
|
1930
1930
|
onResponderTerminationRequest={[Function]}
|
|
1931
1931
|
onStartShouldSetResponder={[Function]}
|
|
1932
1932
|
style={
|
|
1933
|
-
|
|
1934
|
-
|
|
1933
|
+
[
|
|
1934
|
+
{
|
|
1935
1935
|
"alignItems": "center",
|
|
1936
1936
|
"backgroundColor": "#ece8ef",
|
|
1937
1937
|
"borderRadius": 4,
|
|
@@ -1945,8 +1945,8 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
|
|
|
1945
1945
|
>
|
|
1946
1946
|
<View
|
|
1947
1947
|
style={
|
|
1948
|
-
|
|
1949
|
-
|
|
1948
|
+
[
|
|
1949
|
+
{
|
|
1950
1950
|
"flex": 1,
|
|
1951
1951
|
},
|
|
1952
1952
|
undefined,
|
|
@@ -1956,8 +1956,8 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
|
|
|
1956
1956
|
<Text
|
|
1957
1957
|
allowFontScaling={false}
|
|
1958
1958
|
style={
|
|
1959
|
-
|
|
1960
|
-
|
|
1959
|
+
[
|
|
1960
|
+
{
|
|
1961
1961
|
"color": "#001f23",
|
|
1962
1962
|
"fontFamily": "BeVietnamPro-Regular",
|
|
1963
1963
|
"fontSize": 16,
|
|
@@ -1976,8 +1976,8 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
|
|
|
1976
1976
|
</View>
|
|
1977
1977
|
<View
|
|
1978
1978
|
style={
|
|
1979
|
-
|
|
1980
|
-
|
|
1979
|
+
[
|
|
1980
|
+
{
|
|
1981
1981
|
"marginLeft": 8,
|
|
1982
1982
|
},
|
|
1983
1983
|
undefined,
|
|
@@ -1987,12 +1987,12 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
|
|
|
1987
1987
|
<HeroIcon
|
|
1988
1988
|
name="checkmark"
|
|
1989
1989
|
style={
|
|
1990
|
-
|
|
1991
|
-
|
|
1990
|
+
[
|
|
1991
|
+
{
|
|
1992
1992
|
"color": "#401960",
|
|
1993
1993
|
"fontSize": 20,
|
|
1994
1994
|
},
|
|
1995
|
-
|
|
1995
|
+
{
|
|
1996
1996
|
"marginRight": 12,
|
|
1997
1997
|
},
|
|
1998
1998
|
]
|
|
@@ -2006,16 +2006,16 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
|
|
|
2006
2006
|
<View
|
|
2007
2007
|
highlighted={false}
|
|
2008
2008
|
leadingItem={
|
|
2009
|
-
|
|
2009
|
+
{
|
|
2010
2010
|
"text": "B1",
|
|
2011
2011
|
"value": "b1",
|
|
2012
2012
|
}
|
|
2013
2013
|
}
|
|
2014
2014
|
leadingSection={
|
|
2015
|
-
|
|
2015
|
+
{
|
|
2016
2016
|
"category": "A",
|
|
2017
|
-
"data":
|
|
2018
|
-
|
|
2017
|
+
"data": [
|
|
2018
|
+
{
|
|
2019
2019
|
"text": "A1",
|
|
2020
2020
|
"value": "a1",
|
|
2021
2021
|
},
|
|
@@ -2023,14 +2023,14 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
|
|
|
2023
2023
|
}
|
|
2024
2024
|
}
|
|
2025
2025
|
section={
|
|
2026
|
-
|
|
2026
|
+
{
|
|
2027
2027
|
"category": "B",
|
|
2028
|
-
"data":
|
|
2029
|
-
|
|
2028
|
+
"data": [
|
|
2029
|
+
{
|
|
2030
2030
|
"text": "B1",
|
|
2031
2031
|
"value": "b1",
|
|
2032
2032
|
},
|
|
2033
|
-
|
|
2033
|
+
{
|
|
2034
2034
|
"text": "B2",
|
|
2035
2035
|
"value": "b2",
|
|
2036
2036
|
},
|
|
@@ -2038,15 +2038,15 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
|
|
|
2038
2038
|
}
|
|
2039
2039
|
}
|
|
2040
2040
|
style={
|
|
2041
|
-
|
|
2042
|
-
|
|
2041
|
+
[
|
|
2042
|
+
{
|
|
2043
2043
|
"marginTop": 4,
|
|
2044
2044
|
},
|
|
2045
2045
|
undefined,
|
|
2046
2046
|
]
|
|
2047
2047
|
}
|
|
2048
2048
|
trailingItem={
|
|
2049
|
-
|
|
2049
|
+
{
|
|
2050
2050
|
"text": "B2",
|
|
2051
2051
|
"value": "b2",
|
|
2052
2052
|
}
|
|
@@ -2061,7 +2061,7 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
|
|
|
2061
2061
|
<View>
|
|
2062
2062
|
<View
|
|
2063
2063
|
accessibilityState={
|
|
2064
|
-
|
|
2064
|
+
{
|
|
2065
2065
|
"disabled": false,
|
|
2066
2066
|
}
|
|
2067
2067
|
}
|
|
@@ -2075,8 +2075,8 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
|
|
|
2075
2075
|
onResponderTerminationRequest={[Function]}
|
|
2076
2076
|
onStartShouldSetResponder={[Function]}
|
|
2077
2077
|
style={
|
|
2078
|
-
|
|
2079
|
-
|
|
2078
|
+
[
|
|
2079
|
+
{
|
|
2080
2080
|
"alignItems": "center",
|
|
2081
2081
|
"backgroundColor": "#ffffff",
|
|
2082
2082
|
"borderRadius": 4,
|
|
@@ -2090,8 +2090,8 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
|
|
|
2090
2090
|
>
|
|
2091
2091
|
<View
|
|
2092
2092
|
style={
|
|
2093
|
-
|
|
2094
|
-
|
|
2093
|
+
[
|
|
2094
|
+
{
|
|
2095
2095
|
"flex": 1,
|
|
2096
2096
|
},
|
|
2097
2097
|
undefined,
|
|
@@ -2101,8 +2101,8 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
|
|
|
2101
2101
|
<Text
|
|
2102
2102
|
allowFontScaling={false}
|
|
2103
2103
|
style={
|
|
2104
|
-
|
|
2105
|
-
|
|
2104
|
+
[
|
|
2105
|
+
{
|
|
2106
2106
|
"color": "#001f23",
|
|
2107
2107
|
"fontFamily": "BeVietnamPro-Regular",
|
|
2108
2108
|
"fontSize": 16,
|
|
@@ -2123,16 +2123,16 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
|
|
|
2123
2123
|
<View
|
|
2124
2124
|
highlighted={false}
|
|
2125
2125
|
leadingItem={
|
|
2126
|
-
|
|
2126
|
+
{
|
|
2127
2127
|
"text": "B2",
|
|
2128
2128
|
"value": "b2",
|
|
2129
2129
|
}
|
|
2130
2130
|
}
|
|
2131
2131
|
leadingSection={
|
|
2132
|
-
|
|
2132
|
+
{
|
|
2133
2133
|
"category": "A",
|
|
2134
|
-
"data":
|
|
2135
|
-
|
|
2134
|
+
"data": [
|
|
2135
|
+
{
|
|
2136
2136
|
"text": "A1",
|
|
2137
2137
|
"value": "a1",
|
|
2138
2138
|
},
|
|
@@ -2140,14 +2140,14 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
|
|
|
2140
2140
|
}
|
|
2141
2141
|
}
|
|
2142
2142
|
section={
|
|
2143
|
-
|
|
2143
|
+
{
|
|
2144
2144
|
"category": "B",
|
|
2145
|
-
"data":
|
|
2146
|
-
|
|
2145
|
+
"data": [
|
|
2146
|
+
{
|
|
2147
2147
|
"text": "B1",
|
|
2148
2148
|
"value": "b1",
|
|
2149
2149
|
},
|
|
2150
|
-
|
|
2150
|
+
{
|
|
2151
2151
|
"text": "B2",
|
|
2152
2152
|
"value": "b2",
|
|
2153
2153
|
},
|
|
@@ -2155,8 +2155,8 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
|
|
|
2155
2155
|
}
|
|
2156
2156
|
}
|
|
2157
2157
|
style={
|
|
2158
|
-
|
|
2159
|
-
|
|
2158
|
+
[
|
|
2159
|
+
{
|
|
2160
2160
|
"marginTop": 12,
|
|
2161
2161
|
},
|
|
2162
2162
|
undefined,
|
|
@@ -2177,24 +2177,24 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
|
|
|
2177
2177
|
<RCTScrollView
|
|
2178
2178
|
ListFooterComponent={null}
|
|
2179
2179
|
data={
|
|
2180
|
-
|
|
2181
|
-
|
|
2180
|
+
[
|
|
2181
|
+
{
|
|
2182
2182
|
"category": "A",
|
|
2183
|
-
"data":
|
|
2184
|
-
|
|
2183
|
+
"data": [
|
|
2184
|
+
{
|
|
2185
2185
|
"text": "A1",
|
|
2186
2186
|
"value": "a1",
|
|
2187
2187
|
},
|
|
2188
2188
|
],
|
|
2189
2189
|
},
|
|
2190
|
-
|
|
2190
|
+
{
|
|
2191
2191
|
"category": "B",
|
|
2192
|
-
"data":
|
|
2193
|
-
|
|
2192
|
+
"data": [
|
|
2193
|
+
{
|
|
2194
2194
|
"text": "B1",
|
|
2195
2195
|
"value": "b1",
|
|
2196
2196
|
},
|
|
2197
|
-
|
|
2197
|
+
{
|
|
2198
2198
|
"text": "B2",
|
|
2199
2199
|
"value": "b2",
|
|
2200
2200
|
},
|
|
@@ -2217,17 +2217,17 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
|
|
|
2217
2217
|
renderItem={[Function]}
|
|
2218
2218
|
scrollEventThrottle={50}
|
|
2219
2219
|
stickyHeaderIndices={
|
|
2220
|
-
|
|
2220
|
+
[
|
|
2221
2221
|
0,
|
|
2222
2222
|
3,
|
|
2223
2223
|
]
|
|
2224
2224
|
}
|
|
2225
2225
|
style={
|
|
2226
|
-
|
|
2227
|
-
|
|
2226
|
+
[
|
|
2227
|
+
{
|
|
2228
2228
|
"paddingHorizontal": 12,
|
|
2229
2229
|
},
|
|
2230
|
-
|
|
2230
|
+
{},
|
|
2231
2231
|
]
|
|
2232
2232
|
}
|
|
2233
2233
|
>
|
|
@@ -2238,8 +2238,8 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
|
|
|
2238
2238
|
>
|
|
2239
2239
|
<View
|
|
2240
2240
|
style={
|
|
2241
|
-
|
|
2242
|
-
|
|
2241
|
+
[
|
|
2242
|
+
{
|
|
2243
2243
|
"alignContent": "center",
|
|
2244
2244
|
"backgroundColor": "#f6f6f7",
|
|
2245
2245
|
"display": "flex",
|
|
@@ -2249,7 +2249,7 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
|
|
|
2249
2249
|
"paddingHorizontal": 16,
|
|
2250
2250
|
"paddingVertical": 8,
|
|
2251
2251
|
},
|
|
2252
|
-
|
|
2252
|
+
{
|
|
2253
2253
|
"marginBottom": 0,
|
|
2254
2254
|
},
|
|
2255
2255
|
]
|
|
@@ -2257,8 +2257,8 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
|
|
|
2257
2257
|
>
|
|
2258
2258
|
<View
|
|
2259
2259
|
style={
|
|
2260
|
-
|
|
2261
|
-
|
|
2260
|
+
[
|
|
2261
|
+
{
|
|
2262
2262
|
"display": "flex",
|
|
2263
2263
|
"flexDirection": "row",
|
|
2264
2264
|
},
|
|
@@ -2268,8 +2268,8 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
|
|
|
2268
2268
|
>
|
|
2269
2269
|
<View
|
|
2270
2270
|
style={
|
|
2271
|
-
|
|
2272
|
-
|
|
2271
|
+
[
|
|
2272
|
+
{
|
|
2273
2273
|
"marginRight": 8,
|
|
2274
2274
|
},
|
|
2275
2275
|
undefined,
|
|
@@ -2279,8 +2279,8 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
|
|
|
2279
2279
|
<Text
|
|
2280
2280
|
allowFontScaling={false}
|
|
2281
2281
|
style={
|
|
2282
|
-
|
|
2283
|
-
|
|
2282
|
+
[
|
|
2283
|
+
{
|
|
2284
2284
|
"color": "#001f23",
|
|
2285
2285
|
"fontFamily": "BeVietnamPro-Regular",
|
|
2286
2286
|
"fontSize": 16,
|
|
@@ -2308,10 +2308,10 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
|
|
|
2308
2308
|
<View
|
|
2309
2309
|
highlighted={false}
|
|
2310
2310
|
section={
|
|
2311
|
-
|
|
2311
|
+
{
|
|
2312
2312
|
"category": "A",
|
|
2313
|
-
"data":
|
|
2314
|
-
|
|
2313
|
+
"data": [
|
|
2314
|
+
{
|
|
2315
2315
|
"text": "A1",
|
|
2316
2316
|
"value": "a1",
|
|
2317
2317
|
},
|
|
@@ -2319,28 +2319,28 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
|
|
|
2319
2319
|
}
|
|
2320
2320
|
}
|
|
2321
2321
|
style={
|
|
2322
|
-
|
|
2323
|
-
|
|
2322
|
+
[
|
|
2323
|
+
{
|
|
2324
2324
|
"marginTop": 12,
|
|
2325
2325
|
},
|
|
2326
2326
|
undefined,
|
|
2327
2327
|
]
|
|
2328
2328
|
}
|
|
2329
2329
|
trailingItem={
|
|
2330
|
-
|
|
2330
|
+
{
|
|
2331
2331
|
"text": "A1",
|
|
2332
2332
|
"value": "a1",
|
|
2333
2333
|
}
|
|
2334
2334
|
}
|
|
2335
2335
|
trailingSection={
|
|
2336
|
-
|
|
2336
|
+
{
|
|
2337
2337
|
"category": "B",
|
|
2338
|
-
"data":
|
|
2339
|
-
|
|
2338
|
+
"data": [
|
|
2339
|
+
{
|
|
2340
2340
|
"text": "B1",
|
|
2341
2341
|
"value": "b1",
|
|
2342
2342
|
},
|
|
2343
|
-
|
|
2343
|
+
{
|
|
2344
2344
|
"text": "B2",
|
|
2345
2345
|
"value": "b2",
|
|
2346
2346
|
},
|
|
@@ -2350,7 +2350,7 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
|
|
|
2350
2350
|
/>
|
|
2351
2351
|
<View
|
|
2352
2352
|
accessibilityState={
|
|
2353
|
-
|
|
2353
|
+
{
|
|
2354
2354
|
"disabled": false,
|
|
2355
2355
|
}
|
|
2356
2356
|
}
|
|
@@ -2364,8 +2364,8 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
|
|
|
2364
2364
|
onResponderTerminationRequest={[Function]}
|
|
2365
2365
|
onStartShouldSetResponder={[Function]}
|
|
2366
2366
|
style={
|
|
2367
|
-
|
|
2368
|
-
|
|
2367
|
+
[
|
|
2368
|
+
{
|
|
2369
2369
|
"alignItems": "center",
|
|
2370
2370
|
"backgroundColor": "#ece8ef",
|
|
2371
2371
|
"borderRadius": 4,
|
|
@@ -2379,8 +2379,8 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
|
|
|
2379
2379
|
>
|
|
2380
2380
|
<View
|
|
2381
2381
|
style={
|
|
2382
|
-
|
|
2383
|
-
|
|
2382
|
+
[
|
|
2383
|
+
{
|
|
2384
2384
|
"flex": 1,
|
|
2385
2385
|
},
|
|
2386
2386
|
undefined,
|
|
@@ -2390,8 +2390,8 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
|
|
|
2390
2390
|
<Text
|
|
2391
2391
|
allowFontScaling={false}
|
|
2392
2392
|
style={
|
|
2393
|
-
|
|
2394
|
-
|
|
2393
|
+
[
|
|
2394
|
+
{
|
|
2395
2395
|
"color": "#001f23",
|
|
2396
2396
|
"fontFamily": "BeVietnamPro-Regular",
|
|
2397
2397
|
"fontSize": 16,
|
|
@@ -2410,8 +2410,8 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
|
|
|
2410
2410
|
</View>
|
|
2411
2411
|
<View
|
|
2412
2412
|
style={
|
|
2413
|
-
|
|
2414
|
-
|
|
2413
|
+
[
|
|
2414
|
+
{
|
|
2415
2415
|
"marginLeft": 8,
|
|
2416
2416
|
},
|
|
2417
2417
|
undefined,
|
|
@@ -2421,12 +2421,12 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
|
|
|
2421
2421
|
<HeroIcon
|
|
2422
2422
|
name="checkmark"
|
|
2423
2423
|
style={
|
|
2424
|
-
|
|
2425
|
-
|
|
2424
|
+
[
|
|
2425
|
+
{
|
|
2426
2426
|
"color": "#401960",
|
|
2427
2427
|
"fontSize": 20,
|
|
2428
2428
|
},
|
|
2429
|
-
|
|
2429
|
+
{
|
|
2430
2430
|
"marginRight": 12,
|
|
2431
2431
|
},
|
|
2432
2432
|
]
|
|
@@ -2440,16 +2440,16 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
|
|
|
2440
2440
|
<View
|
|
2441
2441
|
highlighted={false}
|
|
2442
2442
|
leadingItem={
|
|
2443
|
-
|
|
2443
|
+
{
|
|
2444
2444
|
"text": "A1",
|
|
2445
2445
|
"value": "a1",
|
|
2446
2446
|
}
|
|
2447
2447
|
}
|
|
2448
2448
|
section={
|
|
2449
|
-
|
|
2449
|
+
{
|
|
2450
2450
|
"category": "A",
|
|
2451
|
-
"data":
|
|
2452
|
-
|
|
2451
|
+
"data": [
|
|
2452
|
+
{
|
|
2453
2453
|
"text": "A1",
|
|
2454
2454
|
"value": "a1",
|
|
2455
2455
|
},
|
|
@@ -2457,22 +2457,22 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
|
|
|
2457
2457
|
}
|
|
2458
2458
|
}
|
|
2459
2459
|
style={
|
|
2460
|
-
|
|
2461
|
-
|
|
2460
|
+
[
|
|
2461
|
+
{
|
|
2462
2462
|
"marginTop": 12,
|
|
2463
2463
|
},
|
|
2464
2464
|
undefined,
|
|
2465
2465
|
]
|
|
2466
2466
|
}
|
|
2467
2467
|
trailingSection={
|
|
2468
|
-
|
|
2468
|
+
{
|
|
2469
2469
|
"category": "B",
|
|
2470
|
-
"data":
|
|
2471
|
-
|
|
2470
|
+
"data": [
|
|
2471
|
+
{
|
|
2472
2472
|
"text": "B1",
|
|
2473
2473
|
"value": "b1",
|
|
2474
2474
|
},
|
|
2475
|
-
|
|
2475
|
+
{
|
|
2476
2476
|
"text": "B2",
|
|
2477
2477
|
"value": "b2",
|
|
2478
2478
|
},
|
|
@@ -2492,8 +2492,8 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
|
|
|
2492
2492
|
>
|
|
2493
2493
|
<View
|
|
2494
2494
|
style={
|
|
2495
|
-
|
|
2496
|
-
|
|
2495
|
+
[
|
|
2496
|
+
{
|
|
2497
2497
|
"alignContent": "center",
|
|
2498
2498
|
"backgroundColor": "#f6f6f7",
|
|
2499
2499
|
"display": "flex",
|
|
@@ -2503,7 +2503,7 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
|
|
|
2503
2503
|
"paddingHorizontal": 16,
|
|
2504
2504
|
"paddingVertical": 8,
|
|
2505
2505
|
},
|
|
2506
|
-
|
|
2506
|
+
{
|
|
2507
2507
|
"marginBottom": 0,
|
|
2508
2508
|
},
|
|
2509
2509
|
]
|
|
@@ -2511,8 +2511,8 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
|
|
|
2511
2511
|
>
|
|
2512
2512
|
<View
|
|
2513
2513
|
style={
|
|
2514
|
-
|
|
2515
|
-
|
|
2514
|
+
[
|
|
2515
|
+
{
|
|
2516
2516
|
"display": "flex",
|
|
2517
2517
|
"flexDirection": "row",
|
|
2518
2518
|
},
|
|
@@ -2522,8 +2522,8 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
|
|
|
2522
2522
|
>
|
|
2523
2523
|
<View
|
|
2524
2524
|
style={
|
|
2525
|
-
|
|
2526
|
-
|
|
2525
|
+
[
|
|
2526
|
+
{
|
|
2527
2527
|
"marginRight": 8,
|
|
2528
2528
|
},
|
|
2529
2529
|
undefined,
|
|
@@ -2533,8 +2533,8 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
|
|
|
2533
2533
|
<Text
|
|
2534
2534
|
allowFontScaling={false}
|
|
2535
2535
|
style={
|
|
2536
|
-
|
|
2537
|
-
|
|
2536
|
+
[
|
|
2537
|
+
{
|
|
2538
2538
|
"color": "#001f23",
|
|
2539
2539
|
"fontFamily": "BeVietnamPro-Regular",
|
|
2540
2540
|
"fontSize": 16,
|
|
@@ -2562,10 +2562,10 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
|
|
|
2562
2562
|
<View
|
|
2563
2563
|
highlighted={false}
|
|
2564
2564
|
leadingSection={
|
|
2565
|
-
|
|
2565
|
+
{
|
|
2566
2566
|
"category": "A",
|
|
2567
|
-
"data":
|
|
2568
|
-
|
|
2567
|
+
"data": [
|
|
2568
|
+
{
|
|
2569
2569
|
"text": "A1",
|
|
2570
2570
|
"value": "a1",
|
|
2571
2571
|
},
|
|
@@ -2573,14 +2573,14 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
|
|
|
2573
2573
|
}
|
|
2574
2574
|
}
|
|
2575
2575
|
section={
|
|
2576
|
-
|
|
2576
|
+
{
|
|
2577
2577
|
"category": "B",
|
|
2578
|
-
"data":
|
|
2579
|
-
|
|
2578
|
+
"data": [
|
|
2579
|
+
{
|
|
2580
2580
|
"text": "B1",
|
|
2581
2581
|
"value": "b1",
|
|
2582
2582
|
},
|
|
2583
|
-
|
|
2583
|
+
{
|
|
2584
2584
|
"text": "B2",
|
|
2585
2585
|
"value": "b2",
|
|
2586
2586
|
},
|
|
@@ -2588,15 +2588,15 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
|
|
|
2588
2588
|
}
|
|
2589
2589
|
}
|
|
2590
2590
|
style={
|
|
2591
|
-
|
|
2592
|
-
|
|
2591
|
+
[
|
|
2592
|
+
{
|
|
2593
2593
|
"marginTop": 12,
|
|
2594
2594
|
},
|
|
2595
2595
|
undefined,
|
|
2596
2596
|
]
|
|
2597
2597
|
}
|
|
2598
2598
|
trailingItem={
|
|
2599
|
-
|
|
2599
|
+
{
|
|
2600
2600
|
"text": "B1",
|
|
2601
2601
|
"value": "b1",
|
|
2602
2602
|
}
|
|
@@ -2604,7 +2604,7 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
|
|
|
2604
2604
|
/>
|
|
2605
2605
|
<View
|
|
2606
2606
|
accessibilityState={
|
|
2607
|
-
|
|
2607
|
+
{
|
|
2608
2608
|
"disabled": false,
|
|
2609
2609
|
}
|
|
2610
2610
|
}
|
|
@@ -2618,8 +2618,8 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
|
|
|
2618
2618
|
onResponderTerminationRequest={[Function]}
|
|
2619
2619
|
onStartShouldSetResponder={[Function]}
|
|
2620
2620
|
style={
|
|
2621
|
-
|
|
2622
|
-
|
|
2621
|
+
[
|
|
2622
|
+
{
|
|
2623
2623
|
"alignItems": "center",
|
|
2624
2624
|
"backgroundColor": "#ffffff",
|
|
2625
2625
|
"borderRadius": 4,
|
|
@@ -2633,8 +2633,8 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
|
|
|
2633
2633
|
>
|
|
2634
2634
|
<View
|
|
2635
2635
|
style={
|
|
2636
|
-
|
|
2637
|
-
|
|
2636
|
+
[
|
|
2637
|
+
{
|
|
2638
2638
|
"flex": 1,
|
|
2639
2639
|
},
|
|
2640
2640
|
undefined,
|
|
@@ -2644,8 +2644,8 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
|
|
|
2644
2644
|
<Text
|
|
2645
2645
|
allowFontScaling={false}
|
|
2646
2646
|
style={
|
|
2647
|
-
|
|
2648
|
-
|
|
2647
|
+
[
|
|
2648
|
+
{
|
|
2649
2649
|
"color": "#001f23",
|
|
2650
2650
|
"fontFamily": "BeVietnamPro-Regular",
|
|
2651
2651
|
"fontSize": 16,
|
|
@@ -2666,16 +2666,16 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
|
|
|
2666
2666
|
<View
|
|
2667
2667
|
highlighted={false}
|
|
2668
2668
|
leadingItem={
|
|
2669
|
-
|
|
2669
|
+
{
|
|
2670
2670
|
"text": "B1",
|
|
2671
2671
|
"value": "b1",
|
|
2672
2672
|
}
|
|
2673
2673
|
}
|
|
2674
2674
|
leadingSection={
|
|
2675
|
-
|
|
2675
|
+
{
|
|
2676
2676
|
"category": "A",
|
|
2677
|
-
"data":
|
|
2678
|
-
|
|
2677
|
+
"data": [
|
|
2678
|
+
{
|
|
2679
2679
|
"text": "A1",
|
|
2680
2680
|
"value": "a1",
|
|
2681
2681
|
},
|
|
@@ -2683,14 +2683,14 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
|
|
|
2683
2683
|
}
|
|
2684
2684
|
}
|
|
2685
2685
|
section={
|
|
2686
|
-
|
|
2686
|
+
{
|
|
2687
2687
|
"category": "B",
|
|
2688
|
-
"data":
|
|
2689
|
-
|
|
2688
|
+
"data": [
|
|
2689
|
+
{
|
|
2690
2690
|
"text": "B1",
|
|
2691
2691
|
"value": "b1",
|
|
2692
2692
|
},
|
|
2693
|
-
|
|
2693
|
+
{
|
|
2694
2694
|
"text": "B2",
|
|
2695
2695
|
"value": "b2",
|
|
2696
2696
|
},
|
|
@@ -2698,15 +2698,15 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
|
|
|
2698
2698
|
}
|
|
2699
2699
|
}
|
|
2700
2700
|
style={
|
|
2701
|
-
|
|
2702
|
-
|
|
2701
|
+
[
|
|
2702
|
+
{
|
|
2703
2703
|
"marginTop": 4,
|
|
2704
2704
|
},
|
|
2705
2705
|
undefined,
|
|
2706
2706
|
]
|
|
2707
2707
|
}
|
|
2708
2708
|
trailingItem={
|
|
2709
|
-
|
|
2709
|
+
{
|
|
2710
2710
|
"text": "B2",
|
|
2711
2711
|
"value": "b2",
|
|
2712
2712
|
}
|
|
@@ -2721,7 +2721,7 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
|
|
|
2721
2721
|
<View>
|
|
2722
2722
|
<View
|
|
2723
2723
|
accessibilityState={
|
|
2724
|
-
|
|
2724
|
+
{
|
|
2725
2725
|
"disabled": false,
|
|
2726
2726
|
}
|
|
2727
2727
|
}
|
|
@@ -2735,8 +2735,8 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
|
|
|
2735
2735
|
onResponderTerminationRequest={[Function]}
|
|
2736
2736
|
onStartShouldSetResponder={[Function]}
|
|
2737
2737
|
style={
|
|
2738
|
-
|
|
2739
|
-
|
|
2738
|
+
[
|
|
2739
|
+
{
|
|
2740
2740
|
"alignItems": "center",
|
|
2741
2741
|
"backgroundColor": "#ffffff",
|
|
2742
2742
|
"borderRadius": 4,
|
|
@@ -2750,8 +2750,8 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
|
|
|
2750
2750
|
>
|
|
2751
2751
|
<View
|
|
2752
2752
|
style={
|
|
2753
|
-
|
|
2754
|
-
|
|
2753
|
+
[
|
|
2754
|
+
{
|
|
2755
2755
|
"flex": 1,
|
|
2756
2756
|
},
|
|
2757
2757
|
undefined,
|
|
@@ -2761,8 +2761,8 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
|
|
|
2761
2761
|
<Text
|
|
2762
2762
|
allowFontScaling={false}
|
|
2763
2763
|
style={
|
|
2764
|
-
|
|
2765
|
-
|
|
2764
|
+
[
|
|
2765
|
+
{
|
|
2766
2766
|
"color": "#001f23",
|
|
2767
2767
|
"fontFamily": "BeVietnamPro-Regular",
|
|
2768
2768
|
"fontSize": 16,
|
|
@@ -2783,16 +2783,16 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
|
|
|
2783
2783
|
<View
|
|
2784
2784
|
highlighted={false}
|
|
2785
2785
|
leadingItem={
|
|
2786
|
-
|
|
2786
|
+
{
|
|
2787
2787
|
"text": "B2",
|
|
2788
2788
|
"value": "b2",
|
|
2789
2789
|
}
|
|
2790
2790
|
}
|
|
2791
2791
|
leadingSection={
|
|
2792
|
-
|
|
2792
|
+
{
|
|
2793
2793
|
"category": "A",
|
|
2794
|
-
"data":
|
|
2795
|
-
|
|
2794
|
+
"data": [
|
|
2795
|
+
{
|
|
2796
2796
|
"text": "A1",
|
|
2797
2797
|
"value": "a1",
|
|
2798
2798
|
},
|
|
@@ -2800,14 +2800,14 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
|
|
|
2800
2800
|
}
|
|
2801
2801
|
}
|
|
2802
2802
|
section={
|
|
2803
|
-
|
|
2803
|
+
{
|
|
2804
2804
|
"category": "B",
|
|
2805
|
-
"data":
|
|
2806
|
-
|
|
2805
|
+
"data": [
|
|
2806
|
+
{
|
|
2807
2807
|
"text": "B1",
|
|
2808
2808
|
"value": "b1",
|
|
2809
2809
|
},
|
|
2810
|
-
|
|
2810
|
+
{
|
|
2811
2811
|
"text": "B2",
|
|
2812
2812
|
"value": "b2",
|
|
2813
2813
|
},
|
|
@@ -2815,8 +2815,8 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
|
|
|
2815
2815
|
}
|
|
2816
2816
|
}
|
|
2817
2817
|
style={
|
|
2818
|
-
|
|
2819
|
-
|
|
2818
|
+
[
|
|
2819
|
+
{
|
|
2820
2820
|
"marginTop": 12,
|
|
2821
2821
|
},
|
|
2822
2822
|
undefined,
|