@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
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
2
2
|
|
|
3
3
|
exports[`rendering allows custom renderer 1`] = `
|
|
4
|
-
|
|
4
|
+
[
|
|
5
5
|
<View
|
|
6
6
|
pointerEvents="auto"
|
|
7
7
|
>
|
|
@@ -17,7 +17,7 @@ Array [
|
|
|
17
17
|
onResponderTerminationRequest={[Function]}
|
|
18
18
|
onStartShouldSetResponder={[Function]}
|
|
19
19
|
style={
|
|
20
|
-
|
|
20
|
+
{
|
|
21
21
|
"opacity": 1,
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -28,8 +28,8 @@ Array [
|
|
|
28
28
|
<View
|
|
29
29
|
pointerEvents="auto"
|
|
30
30
|
style={
|
|
31
|
-
|
|
32
|
-
|
|
31
|
+
[
|
|
32
|
+
{
|
|
33
33
|
"marginTop": 8,
|
|
34
34
|
"width": "100%",
|
|
35
35
|
},
|
|
@@ -39,8 +39,8 @@ Array [
|
|
|
39
39
|
>
|
|
40
40
|
<View
|
|
41
41
|
style={
|
|
42
|
-
|
|
43
|
-
|
|
42
|
+
[
|
|
43
|
+
{
|
|
44
44
|
"alignItems": "center",
|
|
45
45
|
"backgroundColor": "#ffffff",
|
|
46
46
|
"borderRadius": 8,
|
|
@@ -53,8 +53,8 @@ Array [
|
|
|
53
53
|
>
|
|
54
54
|
<View
|
|
55
55
|
style={
|
|
56
|
-
|
|
57
|
-
|
|
56
|
+
[
|
|
57
|
+
{
|
|
58
58
|
"borderColor": "#001f23",
|
|
59
59
|
"borderRadius": 8,
|
|
60
60
|
"borderWidth": 1,
|
|
@@ -64,8 +64,8 @@ Array [
|
|
|
64
64
|
"right": 0,
|
|
65
65
|
"top": 0,
|
|
66
66
|
},
|
|
67
|
-
|
|
68
|
-
|
|
67
|
+
[
|
|
68
|
+
{
|
|
69
69
|
"backgroundColor": "#ffffff",
|
|
70
70
|
},
|
|
71
71
|
undefined,
|
|
@@ -78,8 +78,8 @@ Array [
|
|
|
78
78
|
/>
|
|
79
79
|
<View
|
|
80
80
|
style={
|
|
81
|
-
|
|
82
|
-
|
|
81
|
+
[
|
|
82
|
+
{
|
|
83
83
|
"alignItems": "center",
|
|
84
84
|
"alignSelf": "stretch",
|
|
85
85
|
"flexDirection": "row",
|
|
@@ -93,8 +93,8 @@ Array [
|
|
|
93
93
|
<View
|
|
94
94
|
pointerEvents="none"
|
|
95
95
|
style={
|
|
96
|
-
|
|
97
|
-
|
|
96
|
+
[
|
|
97
|
+
{
|
|
98
98
|
"alignItems": "center",
|
|
99
99
|
"bottom": 0,
|
|
100
100
|
"flexDirection": "row",
|
|
@@ -112,16 +112,16 @@ Array [
|
|
|
112
112
|
<Text
|
|
113
113
|
allowFontScaling={false}
|
|
114
114
|
style={
|
|
115
|
-
|
|
116
|
-
|
|
115
|
+
[
|
|
116
|
+
{
|
|
117
117
|
"color": "#001f23",
|
|
118
118
|
"fontFamily": "BeVietnamPro-Regular",
|
|
119
119
|
"fontSize": 16,
|
|
120
120
|
"letterSpacing": 0.48,
|
|
121
121
|
"lineHeight": 24,
|
|
122
122
|
},
|
|
123
|
-
|
|
124
|
-
|
|
123
|
+
[
|
|
124
|
+
{
|
|
125
125
|
"alignContent": "center",
|
|
126
126
|
"alignItems": "center",
|
|
127
127
|
"color": "#001f23",
|
|
@@ -143,7 +143,7 @@ Array [
|
|
|
143
143
|
</View>
|
|
144
144
|
<TextInput
|
|
145
145
|
accessibilityState={
|
|
146
|
-
|
|
146
|
+
{
|
|
147
147
|
"disabled": false,
|
|
148
148
|
}
|
|
149
149
|
}
|
|
@@ -156,8 +156,8 @@ Array [
|
|
|
156
156
|
placeholder=" "
|
|
157
157
|
pointerEvents="none"
|
|
158
158
|
style={
|
|
159
|
-
|
|
160
|
-
|
|
159
|
+
[
|
|
160
|
+
{
|
|
161
161
|
"alignSelf": "stretch",
|
|
162
162
|
"flexGrow": 2,
|
|
163
163
|
"fontFamily": "BeVietnamPro-Regular",
|
|
@@ -168,7 +168,7 @@ Array [
|
|
|
168
168
|
"paddingVertical": 0,
|
|
169
169
|
"textAlignVertical": "center",
|
|
170
170
|
},
|
|
171
|
-
|
|
171
|
+
{
|
|
172
172
|
"backgroundColor": "#ffffff",
|
|
173
173
|
"color": "#001f23",
|
|
174
174
|
},
|
|
@@ -182,8 +182,8 @@ Array [
|
|
|
182
182
|
<HeroIcon
|
|
183
183
|
name="arrow-down"
|
|
184
184
|
style={
|
|
185
|
-
|
|
186
|
-
|
|
185
|
+
[
|
|
186
|
+
{
|
|
187
187
|
"color": "#001f23",
|
|
188
188
|
"fontSize": 24,
|
|
189
189
|
},
|
|
@@ -197,8 +197,8 @@ Array [
|
|
|
197
197
|
</View>
|
|
198
198
|
<View
|
|
199
199
|
style={
|
|
200
|
-
|
|
201
|
-
|
|
200
|
+
[
|
|
201
|
+
{
|
|
202
202
|
"minHeight": 16,
|
|
203
203
|
"paddingLeft": 16,
|
|
204
204
|
"paddingTop": 2,
|
|
@@ -209,8 +209,8 @@ Array [
|
|
|
209
209
|
>
|
|
210
210
|
<View
|
|
211
211
|
style={
|
|
212
|
-
|
|
213
|
-
|
|
212
|
+
[
|
|
213
|
+
{
|
|
214
214
|
"flexDirection": "row",
|
|
215
215
|
"justifyContent": "space-between",
|
|
216
216
|
},
|
|
@@ -232,8 +232,8 @@ Array [
|
|
|
232
232
|
<View
|
|
233
233
|
pointerEvents="box-none"
|
|
234
234
|
style={
|
|
235
|
-
|
|
236
|
-
|
|
235
|
+
[
|
|
236
|
+
{
|
|
237
237
|
"bottom": 0,
|
|
238
238
|
"flexDirection": "column-reverse",
|
|
239
239
|
"left": 0,
|
|
@@ -248,15 +248,15 @@ Array [
|
|
|
248
248
|
<View
|
|
249
249
|
onLayout={[Function]}
|
|
250
250
|
style={
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
251
|
+
[
|
|
252
|
+
[
|
|
253
|
+
{
|
|
254
254
|
"flex": 1,
|
|
255
255
|
"flexDirection": "column-reverse",
|
|
256
256
|
},
|
|
257
257
|
undefined,
|
|
258
258
|
],
|
|
259
|
-
|
|
259
|
+
{
|
|
260
260
|
"paddingBottom": 0,
|
|
261
261
|
},
|
|
262
262
|
]
|
|
@@ -276,7 +276,7 @@ Array [
|
|
|
276
276
|
onResponderTerminationRequest={[Function]}
|
|
277
277
|
onStartShouldSetResponder={[Function]}
|
|
278
278
|
style={
|
|
279
|
-
|
|
279
|
+
{
|
|
280
280
|
"backgroundColor": "#000000",
|
|
281
281
|
"bottom": 0,
|
|
282
282
|
"left": 0,
|
|
@@ -291,7 +291,7 @@ Array [
|
|
|
291
291
|
collapsable={false}
|
|
292
292
|
emulateUnlessSupported={true}
|
|
293
293
|
style={
|
|
294
|
-
|
|
294
|
+
{
|
|
295
295
|
"backgroundColor": "#ffffff",
|
|
296
296
|
"borderTopLeftRadius": 16,
|
|
297
297
|
"borderTopRightRadius": 16,
|
|
@@ -299,17 +299,17 @@ Array [
|
|
|
299
299
|
"maxHeight": "94%",
|
|
300
300
|
"paddingBottom": 0,
|
|
301
301
|
"shadowColor": "#001f23",
|
|
302
|
-
"shadowOffset":
|
|
302
|
+
"shadowOffset": {
|
|
303
303
|
"height": 3,
|
|
304
304
|
"width": 0,
|
|
305
305
|
},
|
|
306
306
|
"shadowOpacity": 0.4,
|
|
307
307
|
"shadowRadius": 16,
|
|
308
|
-
"transform":
|
|
309
|
-
|
|
308
|
+
"transform": [
|
|
309
|
+
{
|
|
310
310
|
"scaleY": 1,
|
|
311
311
|
},
|
|
312
|
-
|
|
312
|
+
{
|
|
313
313
|
"translateY": 0,
|
|
314
314
|
},
|
|
315
315
|
],
|
|
@@ -319,8 +319,8 @@ Array [
|
|
|
319
319
|
>
|
|
320
320
|
<View
|
|
321
321
|
style={
|
|
322
|
-
|
|
323
|
-
|
|
322
|
+
[
|
|
323
|
+
{
|
|
324
324
|
"flexDirection": "row",
|
|
325
325
|
"paddingHorizontal": 16,
|
|
326
326
|
"paddingVertical": 8,
|
|
@@ -331,8 +331,8 @@ Array [
|
|
|
331
331
|
>
|
|
332
332
|
<View
|
|
333
333
|
style={
|
|
334
|
-
|
|
335
|
-
|
|
334
|
+
[
|
|
335
|
+
{
|
|
336
336
|
"flex": 1,
|
|
337
337
|
"justifyContent": "center",
|
|
338
338
|
},
|
|
@@ -343,8 +343,8 @@ Array [
|
|
|
343
343
|
<Text
|
|
344
344
|
allowFontScaling={false}
|
|
345
345
|
style={
|
|
346
|
-
|
|
347
|
-
|
|
346
|
+
[
|
|
347
|
+
{
|
|
348
348
|
"color": "#001f23",
|
|
349
349
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
350
350
|
"fontSize": 16,
|
|
@@ -363,8 +363,8 @@ Array [
|
|
|
363
363
|
</View>
|
|
364
364
|
<View
|
|
365
365
|
style={
|
|
366
|
-
|
|
367
|
-
|
|
366
|
+
[
|
|
367
|
+
{
|
|
368
368
|
"alignItems": "center",
|
|
369
369
|
"height": 48,
|
|
370
370
|
"justifyContent": "center",
|
|
@@ -387,7 +387,7 @@ Array [
|
|
|
387
387
|
onResponderTerminationRequest={[Function]}
|
|
388
388
|
onStartShouldSetResponder={[Function]}
|
|
389
389
|
style={
|
|
390
|
-
|
|
390
|
+
{
|
|
391
391
|
"opacity": 1,
|
|
392
392
|
}
|
|
393
393
|
}
|
|
@@ -396,8 +396,8 @@ Array [
|
|
|
396
396
|
<HeroIcon
|
|
397
397
|
name="cancel"
|
|
398
398
|
style={
|
|
399
|
-
|
|
400
|
-
|
|
399
|
+
[
|
|
400
|
+
{
|
|
401
401
|
"color": "#001f23",
|
|
402
402
|
"fontSize": 16,
|
|
403
403
|
},
|
|
@@ -413,31 +413,31 @@ Array [
|
|
|
413
413
|
<RCTScrollView
|
|
414
414
|
ListFooterComponent={null}
|
|
415
415
|
data={
|
|
416
|
-
|
|
417
|
-
|
|
416
|
+
[
|
|
417
|
+
{
|
|
418
418
|
"category": "D",
|
|
419
|
-
"data":
|
|
420
|
-
|
|
419
|
+
"data": [
|
|
420
|
+
{
|
|
421
421
|
"role": "Senior Developer",
|
|
422
422
|
"text": "Daniel",
|
|
423
423
|
"value": "daniel",
|
|
424
424
|
},
|
|
425
|
-
|
|
425
|
+
{
|
|
426
426
|
"role": "Manager",
|
|
427
427
|
"text": "Daemon",
|
|
428
428
|
"value": "daemon",
|
|
429
429
|
},
|
|
430
430
|
],
|
|
431
431
|
},
|
|
432
|
-
|
|
432
|
+
{
|
|
433
433
|
"category": "J",
|
|
434
|
-
"data":
|
|
435
|
-
|
|
434
|
+
"data": [
|
|
435
|
+
{
|
|
436
436
|
"role": "UX Designer",
|
|
437
437
|
"text": "Jennifer",
|
|
438
438
|
"value": "jennifer",
|
|
439
439
|
},
|
|
440
|
-
|
|
440
|
+
{
|
|
441
441
|
"role": "Junior Developer",
|
|
442
442
|
"text": "Josh ",
|
|
443
443
|
"value": "josh",
|
|
@@ -462,17 +462,17 @@ Array [
|
|
|
462
462
|
renderItem={[Function]}
|
|
463
463
|
scrollEventThrottle={50}
|
|
464
464
|
stickyHeaderIndices={
|
|
465
|
-
|
|
465
|
+
[
|
|
466
466
|
0,
|
|
467
467
|
4,
|
|
468
468
|
]
|
|
469
469
|
}
|
|
470
470
|
style={
|
|
471
|
-
|
|
472
|
-
|
|
471
|
+
[
|
|
472
|
+
{
|
|
473
473
|
"paddingHorizontal": 12,
|
|
474
474
|
},
|
|
475
|
-
|
|
475
|
+
{},
|
|
476
476
|
]
|
|
477
477
|
}
|
|
478
478
|
>
|
|
@@ -483,8 +483,8 @@ Array [
|
|
|
483
483
|
>
|
|
484
484
|
<View
|
|
485
485
|
style={
|
|
486
|
-
|
|
487
|
-
|
|
486
|
+
[
|
|
487
|
+
{
|
|
488
488
|
"alignContent": "center",
|
|
489
489
|
"backgroundColor": "#f6f6f7",
|
|
490
490
|
"display": "flex",
|
|
@@ -494,7 +494,7 @@ Array [
|
|
|
494
494
|
"paddingHorizontal": 16,
|
|
495
495
|
"paddingVertical": 8,
|
|
496
496
|
},
|
|
497
|
-
|
|
497
|
+
{
|
|
498
498
|
"marginBottom": 0,
|
|
499
499
|
},
|
|
500
500
|
]
|
|
@@ -502,8 +502,8 @@ Array [
|
|
|
502
502
|
>
|
|
503
503
|
<View
|
|
504
504
|
style={
|
|
505
|
-
|
|
506
|
-
|
|
505
|
+
[
|
|
506
|
+
{
|
|
507
507
|
"display": "flex",
|
|
508
508
|
"flexDirection": "row",
|
|
509
509
|
},
|
|
@@ -513,8 +513,8 @@ Array [
|
|
|
513
513
|
>
|
|
514
514
|
<View
|
|
515
515
|
style={
|
|
516
|
-
|
|
517
|
-
|
|
516
|
+
[
|
|
517
|
+
{
|
|
518
518
|
"marginRight": 8,
|
|
519
519
|
},
|
|
520
520
|
undefined,
|
|
@@ -524,8 +524,8 @@ Array [
|
|
|
524
524
|
<Text
|
|
525
525
|
allowFontScaling={false}
|
|
526
526
|
style={
|
|
527
|
-
|
|
528
|
-
|
|
527
|
+
[
|
|
528
|
+
{
|
|
529
529
|
"color": "#001f23",
|
|
530
530
|
"fontFamily": "BeVietnamPro-Regular",
|
|
531
531
|
"fontSize": 16,
|
|
@@ -553,15 +553,15 @@ Array [
|
|
|
553
553
|
<View
|
|
554
554
|
highlighted={false}
|
|
555
555
|
section={
|
|
556
|
-
|
|
556
|
+
{
|
|
557
557
|
"category": "D",
|
|
558
|
-
"data":
|
|
559
|
-
|
|
558
|
+
"data": [
|
|
559
|
+
{
|
|
560
560
|
"role": "Senior Developer",
|
|
561
561
|
"text": "Daniel",
|
|
562
562
|
"value": "daniel",
|
|
563
563
|
},
|
|
564
|
-
|
|
564
|
+
{
|
|
565
565
|
"role": "Manager",
|
|
566
566
|
"text": "Daemon",
|
|
567
567
|
"value": "daemon",
|
|
@@ -570,30 +570,30 @@ Array [
|
|
|
570
570
|
}
|
|
571
571
|
}
|
|
572
572
|
style={
|
|
573
|
-
|
|
574
|
-
|
|
573
|
+
[
|
|
574
|
+
{
|
|
575
575
|
"marginTop": 12,
|
|
576
576
|
},
|
|
577
577
|
undefined,
|
|
578
578
|
]
|
|
579
579
|
}
|
|
580
580
|
trailingItem={
|
|
581
|
-
|
|
581
|
+
{
|
|
582
582
|
"role": "Senior Developer",
|
|
583
583
|
"text": "Daniel",
|
|
584
584
|
"value": "daniel",
|
|
585
585
|
}
|
|
586
586
|
}
|
|
587
587
|
trailingSection={
|
|
588
|
-
|
|
588
|
+
{
|
|
589
589
|
"category": "J",
|
|
590
|
-
"data":
|
|
591
|
-
|
|
590
|
+
"data": [
|
|
591
|
+
{
|
|
592
592
|
"role": "UX Designer",
|
|
593
593
|
"text": "Jennifer",
|
|
594
594
|
"value": "jennifer",
|
|
595
595
|
},
|
|
596
|
-
|
|
596
|
+
{
|
|
597
597
|
"role": "Junior Developer",
|
|
598
598
|
"text": "Josh ",
|
|
599
599
|
"value": "josh",
|
|
@@ -604,7 +604,7 @@ Array [
|
|
|
604
604
|
/>
|
|
605
605
|
<View
|
|
606
606
|
accessibilityState={
|
|
607
|
-
|
|
607
|
+
{
|
|
608
608
|
"disabled": false,
|
|
609
609
|
}
|
|
610
610
|
}
|
|
@@ -618,8 +618,8 @@ Array [
|
|
|
618
618
|
onResponderTerminationRequest={[Function]}
|
|
619
619
|
onStartShouldSetResponder={[Function]}
|
|
620
620
|
style={
|
|
621
|
-
|
|
622
|
-
|
|
621
|
+
[
|
|
622
|
+
{
|
|
623
623
|
"alignItems": "center",
|
|
624
624
|
"backgroundColor": "#ffffff",
|
|
625
625
|
"borderRadius": 4,
|
|
@@ -633,8 +633,8 @@ Array [
|
|
|
633
633
|
>
|
|
634
634
|
<View
|
|
635
635
|
style={
|
|
636
|
-
|
|
637
|
-
|
|
636
|
+
[
|
|
637
|
+
{
|
|
638
638
|
"flex": 1,
|
|
639
639
|
},
|
|
640
640
|
undefined,
|
|
@@ -644,8 +644,8 @@ Array [
|
|
|
644
644
|
<Text
|
|
645
645
|
allowFontScaling={false}
|
|
646
646
|
style={
|
|
647
|
-
|
|
648
|
-
|
|
647
|
+
[
|
|
648
|
+
{
|
|
649
649
|
"color": "#001f23",
|
|
650
650
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
651
651
|
"fontSize": 16,
|
|
@@ -664,8 +664,8 @@ Array [
|
|
|
664
664
|
<Text
|
|
665
665
|
allowFontScaling={false}
|
|
666
666
|
style={
|
|
667
|
-
|
|
668
|
-
|
|
667
|
+
[
|
|
668
|
+
{
|
|
669
669
|
"color": "#4d6265",
|
|
670
670
|
"fontFamily": "BeVietnamPro-Regular",
|
|
671
671
|
"fontSize": 16,
|
|
@@ -686,22 +686,22 @@ Array [
|
|
|
686
686
|
<View
|
|
687
687
|
highlighted={false}
|
|
688
688
|
leadingItem={
|
|
689
|
-
|
|
689
|
+
{
|
|
690
690
|
"role": "Senior Developer",
|
|
691
691
|
"text": "Daniel",
|
|
692
692
|
"value": "daniel",
|
|
693
693
|
}
|
|
694
694
|
}
|
|
695
695
|
section={
|
|
696
|
-
|
|
696
|
+
{
|
|
697
697
|
"category": "D",
|
|
698
|
-
"data":
|
|
699
|
-
|
|
698
|
+
"data": [
|
|
699
|
+
{
|
|
700
700
|
"role": "Senior Developer",
|
|
701
701
|
"text": "Daniel",
|
|
702
702
|
"value": "daniel",
|
|
703
703
|
},
|
|
704
|
-
|
|
704
|
+
{
|
|
705
705
|
"role": "Manager",
|
|
706
706
|
"text": "Daemon",
|
|
707
707
|
"value": "daemon",
|
|
@@ -710,30 +710,30 @@ Array [
|
|
|
710
710
|
}
|
|
711
711
|
}
|
|
712
712
|
style={
|
|
713
|
-
|
|
714
|
-
|
|
713
|
+
[
|
|
714
|
+
{
|
|
715
715
|
"marginTop": 4,
|
|
716
716
|
},
|
|
717
717
|
undefined,
|
|
718
718
|
]
|
|
719
719
|
}
|
|
720
720
|
trailingItem={
|
|
721
|
-
|
|
721
|
+
{
|
|
722
722
|
"role": "Manager",
|
|
723
723
|
"text": "Daemon",
|
|
724
724
|
"value": "daemon",
|
|
725
725
|
}
|
|
726
726
|
}
|
|
727
727
|
trailingSection={
|
|
728
|
-
|
|
728
|
+
{
|
|
729
729
|
"category": "J",
|
|
730
|
-
"data":
|
|
731
|
-
|
|
730
|
+
"data": [
|
|
731
|
+
{
|
|
732
732
|
"role": "UX Designer",
|
|
733
733
|
"text": "Jennifer",
|
|
734
734
|
"value": "jennifer",
|
|
735
735
|
},
|
|
736
|
-
|
|
736
|
+
{
|
|
737
737
|
"role": "Junior Developer",
|
|
738
738
|
"text": "Josh ",
|
|
739
739
|
"value": "josh",
|
|
@@ -751,7 +751,7 @@ Array [
|
|
|
751
751
|
<View>
|
|
752
752
|
<View
|
|
753
753
|
accessibilityState={
|
|
754
|
-
|
|
754
|
+
{
|
|
755
755
|
"disabled": false,
|
|
756
756
|
}
|
|
757
757
|
}
|
|
@@ -765,8 +765,8 @@ Array [
|
|
|
765
765
|
onResponderTerminationRequest={[Function]}
|
|
766
766
|
onStartShouldSetResponder={[Function]}
|
|
767
767
|
style={
|
|
768
|
-
|
|
769
|
-
|
|
768
|
+
[
|
|
769
|
+
{
|
|
770
770
|
"alignItems": "center",
|
|
771
771
|
"backgroundColor": "#ffffff",
|
|
772
772
|
"borderRadius": 4,
|
|
@@ -780,8 +780,8 @@ Array [
|
|
|
780
780
|
>
|
|
781
781
|
<View
|
|
782
782
|
style={
|
|
783
|
-
|
|
784
|
-
|
|
783
|
+
[
|
|
784
|
+
{
|
|
785
785
|
"flex": 1,
|
|
786
786
|
},
|
|
787
787
|
undefined,
|
|
@@ -791,8 +791,8 @@ Array [
|
|
|
791
791
|
<Text
|
|
792
792
|
allowFontScaling={false}
|
|
793
793
|
style={
|
|
794
|
-
|
|
795
|
-
|
|
794
|
+
[
|
|
795
|
+
{
|
|
796
796
|
"color": "#001f23",
|
|
797
797
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
798
798
|
"fontSize": 16,
|
|
@@ -811,8 +811,8 @@ Array [
|
|
|
811
811
|
<Text
|
|
812
812
|
allowFontScaling={false}
|
|
813
813
|
style={
|
|
814
|
-
|
|
815
|
-
|
|
814
|
+
[
|
|
815
|
+
{
|
|
816
816
|
"color": "#4d6265",
|
|
817
817
|
"fontFamily": "BeVietnamPro-Regular",
|
|
818
818
|
"fontSize": 16,
|
|
@@ -833,22 +833,22 @@ Array [
|
|
|
833
833
|
<View
|
|
834
834
|
highlighted={false}
|
|
835
835
|
leadingItem={
|
|
836
|
-
|
|
836
|
+
{
|
|
837
837
|
"role": "Manager",
|
|
838
838
|
"text": "Daemon",
|
|
839
839
|
"value": "daemon",
|
|
840
840
|
}
|
|
841
841
|
}
|
|
842
842
|
section={
|
|
843
|
-
|
|
843
|
+
{
|
|
844
844
|
"category": "D",
|
|
845
|
-
"data":
|
|
846
|
-
|
|
845
|
+
"data": [
|
|
846
|
+
{
|
|
847
847
|
"role": "Senior Developer",
|
|
848
848
|
"text": "Daniel",
|
|
849
849
|
"value": "daniel",
|
|
850
850
|
},
|
|
851
|
-
|
|
851
|
+
{
|
|
852
852
|
"role": "Manager",
|
|
853
853
|
"text": "Daemon",
|
|
854
854
|
"value": "daemon",
|
|
@@ -857,23 +857,23 @@ Array [
|
|
|
857
857
|
}
|
|
858
858
|
}
|
|
859
859
|
style={
|
|
860
|
-
|
|
861
|
-
|
|
860
|
+
[
|
|
861
|
+
{
|
|
862
862
|
"marginTop": 12,
|
|
863
863
|
},
|
|
864
864
|
undefined,
|
|
865
865
|
]
|
|
866
866
|
}
|
|
867
867
|
trailingSection={
|
|
868
|
-
|
|
868
|
+
{
|
|
869
869
|
"category": "J",
|
|
870
|
-
"data":
|
|
871
|
-
|
|
870
|
+
"data": [
|
|
871
|
+
{
|
|
872
872
|
"role": "UX Designer",
|
|
873
873
|
"text": "Jennifer",
|
|
874
874
|
"value": "jennifer",
|
|
875
875
|
},
|
|
876
|
-
|
|
876
|
+
{
|
|
877
877
|
"role": "Junior Developer",
|
|
878
878
|
"text": "Josh ",
|
|
879
879
|
"value": "josh",
|
|
@@ -894,8 +894,8 @@ Array [
|
|
|
894
894
|
>
|
|
895
895
|
<View
|
|
896
896
|
style={
|
|
897
|
-
|
|
898
|
-
|
|
897
|
+
[
|
|
898
|
+
{
|
|
899
899
|
"alignContent": "center",
|
|
900
900
|
"backgroundColor": "#f6f6f7",
|
|
901
901
|
"display": "flex",
|
|
@@ -905,7 +905,7 @@ Array [
|
|
|
905
905
|
"paddingHorizontal": 16,
|
|
906
906
|
"paddingVertical": 8,
|
|
907
907
|
},
|
|
908
|
-
|
|
908
|
+
{
|
|
909
909
|
"marginBottom": 0,
|
|
910
910
|
},
|
|
911
911
|
]
|
|
@@ -913,8 +913,8 @@ Array [
|
|
|
913
913
|
>
|
|
914
914
|
<View
|
|
915
915
|
style={
|
|
916
|
-
|
|
917
|
-
|
|
916
|
+
[
|
|
917
|
+
{
|
|
918
918
|
"display": "flex",
|
|
919
919
|
"flexDirection": "row",
|
|
920
920
|
},
|
|
@@ -924,8 +924,8 @@ Array [
|
|
|
924
924
|
>
|
|
925
925
|
<View
|
|
926
926
|
style={
|
|
927
|
-
|
|
928
|
-
|
|
927
|
+
[
|
|
928
|
+
{
|
|
929
929
|
"marginRight": 8,
|
|
930
930
|
},
|
|
931
931
|
undefined,
|
|
@@ -935,8 +935,8 @@ Array [
|
|
|
935
935
|
<Text
|
|
936
936
|
allowFontScaling={false}
|
|
937
937
|
style={
|
|
938
|
-
|
|
939
|
-
|
|
938
|
+
[
|
|
939
|
+
{
|
|
940
940
|
"color": "#001f23",
|
|
941
941
|
"fontFamily": "BeVietnamPro-Regular",
|
|
942
942
|
"fontSize": 16,
|
|
@@ -964,15 +964,15 @@ Array [
|
|
|
964
964
|
<View
|
|
965
965
|
highlighted={false}
|
|
966
966
|
leadingSection={
|
|
967
|
-
|
|
967
|
+
{
|
|
968
968
|
"category": "D",
|
|
969
|
-
"data":
|
|
970
|
-
|
|
969
|
+
"data": [
|
|
970
|
+
{
|
|
971
971
|
"role": "Senior Developer",
|
|
972
972
|
"text": "Daniel",
|
|
973
973
|
"value": "daniel",
|
|
974
974
|
},
|
|
975
|
-
|
|
975
|
+
{
|
|
976
976
|
"role": "Manager",
|
|
977
977
|
"text": "Daemon",
|
|
978
978
|
"value": "daemon",
|
|
@@ -981,15 +981,15 @@ Array [
|
|
|
981
981
|
}
|
|
982
982
|
}
|
|
983
983
|
section={
|
|
984
|
-
|
|
984
|
+
{
|
|
985
985
|
"category": "J",
|
|
986
|
-
"data":
|
|
987
|
-
|
|
986
|
+
"data": [
|
|
987
|
+
{
|
|
988
988
|
"role": "UX Designer",
|
|
989
989
|
"text": "Jennifer",
|
|
990
990
|
"value": "jennifer",
|
|
991
991
|
},
|
|
992
|
-
|
|
992
|
+
{
|
|
993
993
|
"role": "Junior Developer",
|
|
994
994
|
"text": "Josh ",
|
|
995
995
|
"value": "josh",
|
|
@@ -998,15 +998,15 @@ Array [
|
|
|
998
998
|
}
|
|
999
999
|
}
|
|
1000
1000
|
style={
|
|
1001
|
-
|
|
1002
|
-
|
|
1001
|
+
[
|
|
1002
|
+
{
|
|
1003
1003
|
"marginTop": 12,
|
|
1004
1004
|
},
|
|
1005
1005
|
undefined,
|
|
1006
1006
|
]
|
|
1007
1007
|
}
|
|
1008
1008
|
trailingItem={
|
|
1009
|
-
|
|
1009
|
+
{
|
|
1010
1010
|
"role": "UX Designer",
|
|
1011
1011
|
"text": "Jennifer",
|
|
1012
1012
|
"value": "jennifer",
|
|
@@ -1015,7 +1015,7 @@ Array [
|
|
|
1015
1015
|
/>
|
|
1016
1016
|
<View
|
|
1017
1017
|
accessibilityState={
|
|
1018
|
-
|
|
1018
|
+
{
|
|
1019
1019
|
"disabled": false,
|
|
1020
1020
|
}
|
|
1021
1021
|
}
|
|
@@ -1029,8 +1029,8 @@ Array [
|
|
|
1029
1029
|
onResponderTerminationRequest={[Function]}
|
|
1030
1030
|
onStartShouldSetResponder={[Function]}
|
|
1031
1031
|
style={
|
|
1032
|
-
|
|
1033
|
-
|
|
1032
|
+
[
|
|
1033
|
+
{
|
|
1034
1034
|
"alignItems": "center",
|
|
1035
1035
|
"backgroundColor": "#ffffff",
|
|
1036
1036
|
"borderRadius": 4,
|
|
@@ -1044,8 +1044,8 @@ Array [
|
|
|
1044
1044
|
>
|
|
1045
1045
|
<View
|
|
1046
1046
|
style={
|
|
1047
|
-
|
|
1048
|
-
|
|
1047
|
+
[
|
|
1048
|
+
{
|
|
1049
1049
|
"flex": 1,
|
|
1050
1050
|
},
|
|
1051
1051
|
undefined,
|
|
@@ -1055,8 +1055,8 @@ Array [
|
|
|
1055
1055
|
<Text
|
|
1056
1056
|
allowFontScaling={false}
|
|
1057
1057
|
style={
|
|
1058
|
-
|
|
1059
|
-
|
|
1058
|
+
[
|
|
1059
|
+
{
|
|
1060
1060
|
"color": "#001f23",
|
|
1061
1061
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
1062
1062
|
"fontSize": 16,
|
|
@@ -1075,8 +1075,8 @@ Array [
|
|
|
1075
1075
|
<Text
|
|
1076
1076
|
allowFontScaling={false}
|
|
1077
1077
|
style={
|
|
1078
|
-
|
|
1079
|
-
|
|
1078
|
+
[
|
|
1079
|
+
{
|
|
1080
1080
|
"color": "#4d6265",
|
|
1081
1081
|
"fontFamily": "BeVietnamPro-Regular",
|
|
1082
1082
|
"fontSize": 16,
|
|
@@ -1097,22 +1097,22 @@ Array [
|
|
|
1097
1097
|
<View
|
|
1098
1098
|
highlighted={false}
|
|
1099
1099
|
leadingItem={
|
|
1100
|
-
|
|
1100
|
+
{
|
|
1101
1101
|
"role": "UX Designer",
|
|
1102
1102
|
"text": "Jennifer",
|
|
1103
1103
|
"value": "jennifer",
|
|
1104
1104
|
}
|
|
1105
1105
|
}
|
|
1106
1106
|
leadingSection={
|
|
1107
|
-
|
|
1107
|
+
{
|
|
1108
1108
|
"category": "D",
|
|
1109
|
-
"data":
|
|
1110
|
-
|
|
1109
|
+
"data": [
|
|
1110
|
+
{
|
|
1111
1111
|
"role": "Senior Developer",
|
|
1112
1112
|
"text": "Daniel",
|
|
1113
1113
|
"value": "daniel",
|
|
1114
1114
|
},
|
|
1115
|
-
|
|
1115
|
+
{
|
|
1116
1116
|
"role": "Manager",
|
|
1117
1117
|
"text": "Daemon",
|
|
1118
1118
|
"value": "daemon",
|
|
@@ -1121,15 +1121,15 @@ Array [
|
|
|
1121
1121
|
}
|
|
1122
1122
|
}
|
|
1123
1123
|
section={
|
|
1124
|
-
|
|
1124
|
+
{
|
|
1125
1125
|
"category": "J",
|
|
1126
|
-
"data":
|
|
1127
|
-
|
|
1126
|
+
"data": [
|
|
1127
|
+
{
|
|
1128
1128
|
"role": "UX Designer",
|
|
1129
1129
|
"text": "Jennifer",
|
|
1130
1130
|
"value": "jennifer",
|
|
1131
1131
|
},
|
|
1132
|
-
|
|
1132
|
+
{
|
|
1133
1133
|
"role": "Junior Developer",
|
|
1134
1134
|
"text": "Josh ",
|
|
1135
1135
|
"value": "josh",
|
|
@@ -1138,15 +1138,15 @@ Array [
|
|
|
1138
1138
|
}
|
|
1139
1139
|
}
|
|
1140
1140
|
style={
|
|
1141
|
-
|
|
1142
|
-
|
|
1141
|
+
[
|
|
1142
|
+
{
|
|
1143
1143
|
"marginTop": 4,
|
|
1144
1144
|
},
|
|
1145
1145
|
undefined,
|
|
1146
1146
|
]
|
|
1147
1147
|
}
|
|
1148
1148
|
trailingItem={
|
|
1149
|
-
|
|
1149
|
+
{
|
|
1150
1150
|
"role": "Junior Developer",
|
|
1151
1151
|
"text": "Josh ",
|
|
1152
1152
|
"value": "josh",
|
|
@@ -1162,7 +1162,7 @@ Array [
|
|
|
1162
1162
|
<View>
|
|
1163
1163
|
<View
|
|
1164
1164
|
accessibilityState={
|
|
1165
|
-
|
|
1165
|
+
{
|
|
1166
1166
|
"disabled": false,
|
|
1167
1167
|
}
|
|
1168
1168
|
}
|
|
@@ -1176,8 +1176,8 @@ Array [
|
|
|
1176
1176
|
onResponderTerminationRequest={[Function]}
|
|
1177
1177
|
onStartShouldSetResponder={[Function]}
|
|
1178
1178
|
style={
|
|
1179
|
-
|
|
1180
|
-
|
|
1179
|
+
[
|
|
1180
|
+
{
|
|
1181
1181
|
"alignItems": "center",
|
|
1182
1182
|
"backgroundColor": "#ffffff",
|
|
1183
1183
|
"borderRadius": 4,
|
|
@@ -1191,8 +1191,8 @@ Array [
|
|
|
1191
1191
|
>
|
|
1192
1192
|
<View
|
|
1193
1193
|
style={
|
|
1194
|
-
|
|
1195
|
-
|
|
1194
|
+
[
|
|
1195
|
+
{
|
|
1196
1196
|
"flex": 1,
|
|
1197
1197
|
},
|
|
1198
1198
|
undefined,
|
|
@@ -1202,8 +1202,8 @@ Array [
|
|
|
1202
1202
|
<Text
|
|
1203
1203
|
allowFontScaling={false}
|
|
1204
1204
|
style={
|
|
1205
|
-
|
|
1206
|
-
|
|
1205
|
+
[
|
|
1206
|
+
{
|
|
1207
1207
|
"color": "#001f23",
|
|
1208
1208
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
1209
1209
|
"fontSize": 16,
|
|
@@ -1222,8 +1222,8 @@ Array [
|
|
|
1222
1222
|
<Text
|
|
1223
1223
|
allowFontScaling={false}
|
|
1224
1224
|
style={
|
|
1225
|
-
|
|
1226
|
-
|
|
1225
|
+
[
|
|
1226
|
+
{
|
|
1227
1227
|
"color": "#4d6265",
|
|
1228
1228
|
"fontFamily": "BeVietnamPro-Regular",
|
|
1229
1229
|
"fontSize": 16,
|
|
@@ -1244,22 +1244,22 @@ Array [
|
|
|
1244
1244
|
<View
|
|
1245
1245
|
highlighted={false}
|
|
1246
1246
|
leadingItem={
|
|
1247
|
-
|
|
1247
|
+
{
|
|
1248
1248
|
"role": "Junior Developer",
|
|
1249
1249
|
"text": "Josh ",
|
|
1250
1250
|
"value": "josh",
|
|
1251
1251
|
}
|
|
1252
1252
|
}
|
|
1253
1253
|
leadingSection={
|
|
1254
|
-
|
|
1254
|
+
{
|
|
1255
1255
|
"category": "D",
|
|
1256
|
-
"data":
|
|
1257
|
-
|
|
1256
|
+
"data": [
|
|
1257
|
+
{
|
|
1258
1258
|
"role": "Senior Developer",
|
|
1259
1259
|
"text": "Daniel",
|
|
1260
1260
|
"value": "daniel",
|
|
1261
1261
|
},
|
|
1262
|
-
|
|
1262
|
+
{
|
|
1263
1263
|
"role": "Manager",
|
|
1264
1264
|
"text": "Daemon",
|
|
1265
1265
|
"value": "daemon",
|
|
@@ -1268,15 +1268,15 @@ Array [
|
|
|
1268
1268
|
}
|
|
1269
1269
|
}
|
|
1270
1270
|
section={
|
|
1271
|
-
|
|
1271
|
+
{
|
|
1272
1272
|
"category": "J",
|
|
1273
|
-
"data":
|
|
1274
|
-
|
|
1273
|
+
"data": [
|
|
1274
|
+
{
|
|
1275
1275
|
"role": "UX Designer",
|
|
1276
1276
|
"text": "Jennifer",
|
|
1277
1277
|
"value": "jennifer",
|
|
1278
1278
|
},
|
|
1279
|
-
|
|
1279
|
+
{
|
|
1280
1280
|
"role": "Junior Developer",
|
|
1281
1281
|
"text": "Josh ",
|
|
1282
1282
|
"value": "josh",
|
|
@@ -1285,8 +1285,8 @@ Array [
|
|
|
1285
1285
|
}
|
|
1286
1286
|
}
|
|
1287
1287
|
style={
|
|
1288
|
-
|
|
1289
|
-
|
|
1288
|
+
[
|
|
1289
|
+
{
|
|
1290
1290
|
"marginTop": 12,
|
|
1291
1291
|
},
|
|
1292
1292
|
undefined,
|
|
@@ -1304,8 +1304,8 @@ Array [
|
|
|
1304
1304
|
<View>
|
|
1305
1305
|
<View
|
|
1306
1306
|
style={
|
|
1307
|
-
|
|
1308
|
-
|
|
1307
|
+
[
|
|
1308
|
+
{
|
|
1309
1309
|
"alignItems": "center",
|
|
1310
1310
|
"flexDirection": "row",
|
|
1311
1311
|
"justifyContent": "flex-end",
|
|
@@ -1318,7 +1318,7 @@ Array [
|
|
|
1318
1318
|
>
|
|
1319
1319
|
<View
|
|
1320
1320
|
accessibilityState={
|
|
1321
|
-
|
|
1321
|
+
{
|
|
1322
1322
|
"disabled": false,
|
|
1323
1323
|
}
|
|
1324
1324
|
}
|
|
@@ -1332,8 +1332,8 @@ Array [
|
|
|
1332
1332
|
onResponderTerminationRequest={[Function]}
|
|
1333
1333
|
onStartShouldSetResponder={[Function]}
|
|
1334
1334
|
style={
|
|
1335
|
-
|
|
1336
|
-
|
|
1335
|
+
[
|
|
1336
|
+
{
|
|
1337
1337
|
"alignItems": "center",
|
|
1338
1338
|
"backgroundColor": "transparent",
|
|
1339
1339
|
"borderRadius": 4,
|
|
@@ -1352,16 +1352,16 @@ Array [
|
|
|
1352
1352
|
ellipsizeMode="tail"
|
|
1353
1353
|
numberOfLines={1}
|
|
1354
1354
|
style={
|
|
1355
|
-
|
|
1356
|
-
|
|
1355
|
+
[
|
|
1356
|
+
{
|
|
1357
1357
|
"color": "#001f23",
|
|
1358
1358
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
1359
1359
|
"fontSize": 16,
|
|
1360
1360
|
"letterSpacing": 0.24,
|
|
1361
1361
|
"lineHeight": 24,
|
|
1362
1362
|
},
|
|
1363
|
-
|
|
1364
|
-
|
|
1363
|
+
[
|
|
1364
|
+
{
|
|
1365
1365
|
"color": "#401960",
|
|
1366
1366
|
"flexShrink": 1,
|
|
1367
1367
|
"lineHeight": 22,
|
|
@@ -1389,7 +1389,7 @@ Array [
|
|
|
1389
1389
|
`;
|
|
1390
1390
|
|
|
1391
1391
|
exports[`rendering renders correctly when bottom sheet is NOT visible 1`] = `
|
|
1392
|
-
|
|
1392
|
+
[
|
|
1393
1393
|
<View
|
|
1394
1394
|
pointerEvents="auto"
|
|
1395
1395
|
>
|
|
@@ -1405,7 +1405,7 @@ Array [
|
|
|
1405
1405
|
onResponderTerminationRequest={[Function]}
|
|
1406
1406
|
onStartShouldSetResponder={[Function]}
|
|
1407
1407
|
style={
|
|
1408
|
-
|
|
1408
|
+
{
|
|
1409
1409
|
"opacity": 1,
|
|
1410
1410
|
}
|
|
1411
1411
|
}
|
|
@@ -1416,8 +1416,8 @@ Array [
|
|
|
1416
1416
|
<View
|
|
1417
1417
|
pointerEvents="auto"
|
|
1418
1418
|
style={
|
|
1419
|
-
|
|
1420
|
-
|
|
1419
|
+
[
|
|
1420
|
+
{
|
|
1421
1421
|
"marginTop": 8,
|
|
1422
1422
|
"width": "100%",
|
|
1423
1423
|
},
|
|
@@ -1427,8 +1427,8 @@ Array [
|
|
|
1427
1427
|
>
|
|
1428
1428
|
<View
|
|
1429
1429
|
style={
|
|
1430
|
-
|
|
1431
|
-
|
|
1430
|
+
[
|
|
1431
|
+
{
|
|
1432
1432
|
"alignItems": "center",
|
|
1433
1433
|
"backgroundColor": "#ffffff",
|
|
1434
1434
|
"borderRadius": 8,
|
|
@@ -1441,8 +1441,8 @@ Array [
|
|
|
1441
1441
|
>
|
|
1442
1442
|
<View
|
|
1443
1443
|
style={
|
|
1444
|
-
|
|
1445
|
-
|
|
1444
|
+
[
|
|
1445
|
+
{
|
|
1446
1446
|
"borderColor": "#001f23",
|
|
1447
1447
|
"borderRadius": 8,
|
|
1448
1448
|
"borderWidth": 1,
|
|
@@ -1452,8 +1452,8 @@ Array [
|
|
|
1452
1452
|
"right": 0,
|
|
1453
1453
|
"top": 0,
|
|
1454
1454
|
},
|
|
1455
|
-
|
|
1456
|
-
|
|
1455
|
+
[
|
|
1456
|
+
{
|
|
1457
1457
|
"backgroundColor": "#ffffff",
|
|
1458
1458
|
},
|
|
1459
1459
|
undefined,
|
|
@@ -1467,8 +1467,8 @@ Array [
|
|
|
1467
1467
|
<View
|
|
1468
1468
|
pointerEvents="none"
|
|
1469
1469
|
style={
|
|
1470
|
-
|
|
1471
|
-
|
|
1470
|
+
[
|
|
1471
|
+
{
|
|
1472
1472
|
"backgroundColor": "#ffffff",
|
|
1473
1473
|
"flexDirection": "row",
|
|
1474
1474
|
"left": 16,
|
|
@@ -1477,7 +1477,7 @@ Array [
|
|
|
1477
1477
|
"top": -4,
|
|
1478
1478
|
"zIndex": 1,
|
|
1479
1479
|
},
|
|
1480
|
-
|
|
1480
|
+
{
|
|
1481
1481
|
"backgroundColor": "#ffffff",
|
|
1482
1482
|
},
|
|
1483
1483
|
]
|
|
@@ -1487,20 +1487,20 @@ Array [
|
|
|
1487
1487
|
<Text
|
|
1488
1488
|
allowFontScaling={false}
|
|
1489
1489
|
style={
|
|
1490
|
-
|
|
1491
|
-
|
|
1490
|
+
[
|
|
1491
|
+
{
|
|
1492
1492
|
"color": "#001f23",
|
|
1493
1493
|
"fontFamily": "BeVietnamPro-Regular",
|
|
1494
1494
|
"fontSize": 12,
|
|
1495
1495
|
"letterSpacing": 0.48,
|
|
1496
1496
|
"lineHeight": 16,
|
|
1497
1497
|
},
|
|
1498
|
-
|
|
1499
|
-
|
|
1498
|
+
[
|
|
1499
|
+
{
|
|
1500
1500
|
"color": "#001f23",
|
|
1501
1501
|
"lineHeight": 12,
|
|
1502
1502
|
},
|
|
1503
|
-
|
|
1503
|
+
{
|
|
1504
1504
|
"backgroundColor": "#ffffff",
|
|
1505
1505
|
},
|
|
1506
1506
|
],
|
|
@@ -1516,8 +1516,8 @@ Array [
|
|
|
1516
1516
|
</View>
|
|
1517
1517
|
<View
|
|
1518
1518
|
style={
|
|
1519
|
-
|
|
1520
|
-
|
|
1519
|
+
[
|
|
1520
|
+
{
|
|
1521
1521
|
"alignItems": "center",
|
|
1522
1522
|
"alignSelf": "stretch",
|
|
1523
1523
|
"flexDirection": "row",
|
|
@@ -1530,7 +1530,7 @@ Array [
|
|
|
1530
1530
|
>
|
|
1531
1531
|
<TextInput
|
|
1532
1532
|
accessibilityState={
|
|
1533
|
-
|
|
1533
|
+
{
|
|
1534
1534
|
"disabled": false,
|
|
1535
1535
|
}
|
|
1536
1536
|
}
|
|
@@ -1543,8 +1543,8 @@ Array [
|
|
|
1543
1543
|
placeholder=" "
|
|
1544
1544
|
pointerEvents="none"
|
|
1545
1545
|
style={
|
|
1546
|
-
|
|
1547
|
-
|
|
1546
|
+
[
|
|
1547
|
+
{
|
|
1548
1548
|
"alignSelf": "stretch",
|
|
1549
1549
|
"flexGrow": 2,
|
|
1550
1550
|
"fontFamily": "BeVietnamPro-Regular",
|
|
@@ -1555,7 +1555,7 @@ Array [
|
|
|
1555
1555
|
"paddingVertical": 0,
|
|
1556
1556
|
"textAlignVertical": "center",
|
|
1557
1557
|
},
|
|
1558
|
-
|
|
1558
|
+
{
|
|
1559
1559
|
"backgroundColor": "#ffffff",
|
|
1560
1560
|
"color": "#001f23",
|
|
1561
1561
|
},
|
|
@@ -1569,8 +1569,8 @@ Array [
|
|
|
1569
1569
|
<HeroIcon
|
|
1570
1570
|
name="arrow-down"
|
|
1571
1571
|
style={
|
|
1572
|
-
|
|
1573
|
-
|
|
1572
|
+
[
|
|
1573
|
+
{
|
|
1574
1574
|
"color": "#001f23",
|
|
1575
1575
|
"fontSize": 24,
|
|
1576
1576
|
},
|
|
@@ -1584,8 +1584,8 @@ Array [
|
|
|
1584
1584
|
</View>
|
|
1585
1585
|
<View
|
|
1586
1586
|
style={
|
|
1587
|
-
|
|
1588
|
-
|
|
1587
|
+
[
|
|
1588
|
+
{
|
|
1589
1589
|
"minHeight": 16,
|
|
1590
1590
|
"paddingLeft": 16,
|
|
1591
1591
|
"paddingTop": 2,
|
|
@@ -1596,8 +1596,8 @@ Array [
|
|
|
1596
1596
|
>
|
|
1597
1597
|
<View
|
|
1598
1598
|
style={
|
|
1599
|
-
|
|
1600
|
-
|
|
1599
|
+
[
|
|
1600
|
+
{
|
|
1601
1601
|
"flexDirection": "row",
|
|
1602
1602
|
"justifyContent": "space-between",
|
|
1603
1603
|
},
|
|
@@ -1620,7 +1620,7 @@ Array [
|
|
|
1620
1620
|
`;
|
|
1621
1621
|
|
|
1622
1622
|
exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
1623
|
-
|
|
1623
|
+
[
|
|
1624
1624
|
<View
|
|
1625
1625
|
pointerEvents="auto"
|
|
1626
1626
|
>
|
|
@@ -1636,7 +1636,7 @@ Array [
|
|
|
1636
1636
|
onResponderTerminationRequest={[Function]}
|
|
1637
1637
|
onStartShouldSetResponder={[Function]}
|
|
1638
1638
|
style={
|
|
1639
|
-
|
|
1639
|
+
{
|
|
1640
1640
|
"opacity": 1,
|
|
1641
1641
|
}
|
|
1642
1642
|
}
|
|
@@ -1647,8 +1647,8 @@ Array [
|
|
|
1647
1647
|
<View
|
|
1648
1648
|
pointerEvents="auto"
|
|
1649
1649
|
style={
|
|
1650
|
-
|
|
1651
|
-
|
|
1650
|
+
[
|
|
1651
|
+
{
|
|
1652
1652
|
"marginTop": 8,
|
|
1653
1653
|
"width": "100%",
|
|
1654
1654
|
},
|
|
@@ -1658,8 +1658,8 @@ Array [
|
|
|
1658
1658
|
>
|
|
1659
1659
|
<View
|
|
1660
1660
|
style={
|
|
1661
|
-
|
|
1662
|
-
|
|
1661
|
+
[
|
|
1662
|
+
{
|
|
1663
1663
|
"alignItems": "center",
|
|
1664
1664
|
"backgroundColor": "#ffffff",
|
|
1665
1665
|
"borderRadius": 8,
|
|
@@ -1672,8 +1672,8 @@ Array [
|
|
|
1672
1672
|
>
|
|
1673
1673
|
<View
|
|
1674
1674
|
style={
|
|
1675
|
-
|
|
1676
|
-
|
|
1675
|
+
[
|
|
1676
|
+
{
|
|
1677
1677
|
"borderColor": "#001f23",
|
|
1678
1678
|
"borderRadius": 8,
|
|
1679
1679
|
"borderWidth": 1,
|
|
@@ -1683,8 +1683,8 @@ Array [
|
|
|
1683
1683
|
"right": 0,
|
|
1684
1684
|
"top": 0,
|
|
1685
1685
|
},
|
|
1686
|
-
|
|
1687
|
-
|
|
1686
|
+
[
|
|
1687
|
+
{
|
|
1688
1688
|
"backgroundColor": "#ffffff",
|
|
1689
1689
|
},
|
|
1690
1690
|
undefined,
|
|
@@ -1698,8 +1698,8 @@ Array [
|
|
|
1698
1698
|
<View
|
|
1699
1699
|
pointerEvents="none"
|
|
1700
1700
|
style={
|
|
1701
|
-
|
|
1702
|
-
|
|
1701
|
+
[
|
|
1702
|
+
{
|
|
1703
1703
|
"backgroundColor": "#ffffff",
|
|
1704
1704
|
"flexDirection": "row",
|
|
1705
1705
|
"left": 16,
|
|
@@ -1708,7 +1708,7 @@ Array [
|
|
|
1708
1708
|
"top": -4,
|
|
1709
1709
|
"zIndex": 1,
|
|
1710
1710
|
},
|
|
1711
|
-
|
|
1711
|
+
{
|
|
1712
1712
|
"backgroundColor": "#ffffff",
|
|
1713
1713
|
},
|
|
1714
1714
|
]
|
|
@@ -1718,20 +1718,20 @@ Array [
|
|
|
1718
1718
|
<Text
|
|
1719
1719
|
allowFontScaling={false}
|
|
1720
1720
|
style={
|
|
1721
|
-
|
|
1722
|
-
|
|
1721
|
+
[
|
|
1722
|
+
{
|
|
1723
1723
|
"color": "#001f23",
|
|
1724
1724
|
"fontFamily": "BeVietnamPro-Regular",
|
|
1725
1725
|
"fontSize": 12,
|
|
1726
1726
|
"letterSpacing": 0.48,
|
|
1727
1727
|
"lineHeight": 16,
|
|
1728
1728
|
},
|
|
1729
|
-
|
|
1730
|
-
|
|
1729
|
+
[
|
|
1730
|
+
{
|
|
1731
1731
|
"color": "#001f23",
|
|
1732
1732
|
"lineHeight": 12,
|
|
1733
1733
|
},
|
|
1734
|
-
|
|
1734
|
+
{
|
|
1735
1735
|
"backgroundColor": "#ffffff",
|
|
1736
1736
|
},
|
|
1737
1737
|
],
|
|
@@ -1747,8 +1747,8 @@ Array [
|
|
|
1747
1747
|
</View>
|
|
1748
1748
|
<View
|
|
1749
1749
|
style={
|
|
1750
|
-
|
|
1751
|
-
|
|
1750
|
+
[
|
|
1751
|
+
{
|
|
1752
1752
|
"alignItems": "center",
|
|
1753
1753
|
"alignSelf": "stretch",
|
|
1754
1754
|
"flexDirection": "row",
|
|
@@ -1761,7 +1761,7 @@ Array [
|
|
|
1761
1761
|
>
|
|
1762
1762
|
<TextInput
|
|
1763
1763
|
accessibilityState={
|
|
1764
|
-
|
|
1764
|
+
{
|
|
1765
1765
|
"disabled": false,
|
|
1766
1766
|
}
|
|
1767
1767
|
}
|
|
@@ -1774,8 +1774,8 @@ Array [
|
|
|
1774
1774
|
placeholder=" "
|
|
1775
1775
|
pointerEvents="none"
|
|
1776
1776
|
style={
|
|
1777
|
-
|
|
1778
|
-
|
|
1777
|
+
[
|
|
1778
|
+
{
|
|
1779
1779
|
"alignSelf": "stretch",
|
|
1780
1780
|
"flexGrow": 2,
|
|
1781
1781
|
"fontFamily": "BeVietnamPro-Regular",
|
|
@@ -1786,7 +1786,7 @@ Array [
|
|
|
1786
1786
|
"paddingVertical": 0,
|
|
1787
1787
|
"textAlignVertical": "center",
|
|
1788
1788
|
},
|
|
1789
|
-
|
|
1789
|
+
{
|
|
1790
1790
|
"backgroundColor": "#ffffff",
|
|
1791
1791
|
"color": "#001f23",
|
|
1792
1792
|
},
|
|
@@ -1800,8 +1800,8 @@ Array [
|
|
|
1800
1800
|
<HeroIcon
|
|
1801
1801
|
name="arrow-down"
|
|
1802
1802
|
style={
|
|
1803
|
-
|
|
1804
|
-
|
|
1803
|
+
[
|
|
1804
|
+
{
|
|
1805
1805
|
"color": "#001f23",
|
|
1806
1806
|
"fontSize": 24,
|
|
1807
1807
|
},
|
|
@@ -1815,8 +1815,8 @@ Array [
|
|
|
1815
1815
|
</View>
|
|
1816
1816
|
<View
|
|
1817
1817
|
style={
|
|
1818
|
-
|
|
1819
|
-
|
|
1818
|
+
[
|
|
1819
|
+
{
|
|
1820
1820
|
"minHeight": 16,
|
|
1821
1821
|
"paddingLeft": 16,
|
|
1822
1822
|
"paddingTop": 2,
|
|
@@ -1827,8 +1827,8 @@ Array [
|
|
|
1827
1827
|
>
|
|
1828
1828
|
<View
|
|
1829
1829
|
style={
|
|
1830
|
-
|
|
1831
|
-
|
|
1830
|
+
[
|
|
1831
|
+
{
|
|
1832
1832
|
"flexDirection": "row",
|
|
1833
1833
|
"justifyContent": "space-between",
|
|
1834
1834
|
},
|
|
@@ -1850,8 +1850,8 @@ Array [
|
|
|
1850
1850
|
<View
|
|
1851
1851
|
pointerEvents="box-none"
|
|
1852
1852
|
style={
|
|
1853
|
-
|
|
1854
|
-
|
|
1853
|
+
[
|
|
1854
|
+
{
|
|
1855
1855
|
"bottom": 0,
|
|
1856
1856
|
"flexDirection": "column-reverse",
|
|
1857
1857
|
"left": 0,
|
|
@@ -1866,15 +1866,15 @@ Array [
|
|
|
1866
1866
|
<View
|
|
1867
1867
|
onLayout={[Function]}
|
|
1868
1868
|
style={
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1869
|
+
[
|
|
1870
|
+
[
|
|
1871
|
+
{
|
|
1872
1872
|
"flex": 1,
|
|
1873
1873
|
"flexDirection": "column-reverse",
|
|
1874
1874
|
},
|
|
1875
1875
|
undefined,
|
|
1876
1876
|
],
|
|
1877
|
-
|
|
1877
|
+
{
|
|
1878
1878
|
"paddingBottom": 0,
|
|
1879
1879
|
},
|
|
1880
1880
|
]
|
|
@@ -1894,7 +1894,7 @@ Array [
|
|
|
1894
1894
|
onResponderTerminationRequest={[Function]}
|
|
1895
1895
|
onStartShouldSetResponder={[Function]}
|
|
1896
1896
|
style={
|
|
1897
|
-
|
|
1897
|
+
{
|
|
1898
1898
|
"backgroundColor": "#000000",
|
|
1899
1899
|
"bottom": 0,
|
|
1900
1900
|
"left": 0,
|
|
@@ -1909,7 +1909,7 @@ Array [
|
|
|
1909
1909
|
collapsable={false}
|
|
1910
1910
|
emulateUnlessSupported={true}
|
|
1911
1911
|
style={
|
|
1912
|
-
|
|
1912
|
+
{
|
|
1913
1913
|
"backgroundColor": "#ffffff",
|
|
1914
1914
|
"borderTopLeftRadius": 16,
|
|
1915
1915
|
"borderTopRightRadius": 16,
|
|
@@ -1917,17 +1917,17 @@ Array [
|
|
|
1917
1917
|
"maxHeight": "94%",
|
|
1918
1918
|
"paddingBottom": 0,
|
|
1919
1919
|
"shadowColor": "#001f23",
|
|
1920
|
-
"shadowOffset":
|
|
1920
|
+
"shadowOffset": {
|
|
1921
1921
|
"height": 3,
|
|
1922
1922
|
"width": 0,
|
|
1923
1923
|
},
|
|
1924
1924
|
"shadowOpacity": 0.4,
|
|
1925
1925
|
"shadowRadius": 16,
|
|
1926
|
-
"transform":
|
|
1927
|
-
|
|
1926
|
+
"transform": [
|
|
1927
|
+
{
|
|
1928
1928
|
"scaleY": 1,
|
|
1929
1929
|
},
|
|
1930
|
-
|
|
1930
|
+
{
|
|
1931
1931
|
"translateY": 0,
|
|
1932
1932
|
},
|
|
1933
1933
|
],
|
|
@@ -1937,8 +1937,8 @@ Array [
|
|
|
1937
1937
|
>
|
|
1938
1938
|
<View
|
|
1939
1939
|
style={
|
|
1940
|
-
|
|
1941
|
-
|
|
1940
|
+
[
|
|
1941
|
+
{
|
|
1942
1942
|
"flexDirection": "row",
|
|
1943
1943
|
"paddingHorizontal": 16,
|
|
1944
1944
|
"paddingVertical": 8,
|
|
@@ -1949,8 +1949,8 @@ Array [
|
|
|
1949
1949
|
>
|
|
1950
1950
|
<View
|
|
1951
1951
|
style={
|
|
1952
|
-
|
|
1953
|
-
|
|
1952
|
+
[
|
|
1953
|
+
{
|
|
1954
1954
|
"flex": 1,
|
|
1955
1955
|
"justifyContent": "center",
|
|
1956
1956
|
},
|
|
@@ -1961,8 +1961,8 @@ Array [
|
|
|
1961
1961
|
<Text
|
|
1962
1962
|
allowFontScaling={false}
|
|
1963
1963
|
style={
|
|
1964
|
-
|
|
1965
|
-
|
|
1964
|
+
[
|
|
1965
|
+
{
|
|
1966
1966
|
"color": "#001f23",
|
|
1967
1967
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
1968
1968
|
"fontSize": 16,
|
|
@@ -1981,8 +1981,8 @@ Array [
|
|
|
1981
1981
|
</View>
|
|
1982
1982
|
<View
|
|
1983
1983
|
style={
|
|
1984
|
-
|
|
1985
|
-
|
|
1984
|
+
[
|
|
1985
|
+
{
|
|
1986
1986
|
"alignItems": "center",
|
|
1987
1987
|
"height": 48,
|
|
1988
1988
|
"justifyContent": "center",
|
|
@@ -2005,7 +2005,7 @@ Array [
|
|
|
2005
2005
|
onResponderTerminationRequest={[Function]}
|
|
2006
2006
|
onStartShouldSetResponder={[Function]}
|
|
2007
2007
|
style={
|
|
2008
|
-
|
|
2008
|
+
{
|
|
2009
2009
|
"opacity": 1,
|
|
2010
2010
|
}
|
|
2011
2011
|
}
|
|
@@ -2014,8 +2014,8 @@ Array [
|
|
|
2014
2014
|
<HeroIcon
|
|
2015
2015
|
name="cancel"
|
|
2016
2016
|
style={
|
|
2017
|
-
|
|
2018
|
-
|
|
2017
|
+
[
|
|
2018
|
+
{
|
|
2019
2019
|
"color": "#001f23",
|
|
2020
2020
|
"fontSize": 16,
|
|
2021
2021
|
},
|
|
@@ -2031,35 +2031,35 @@ Array [
|
|
|
2031
2031
|
<RCTScrollView
|
|
2032
2032
|
ListFooterComponent={null}
|
|
2033
2033
|
data={
|
|
2034
|
-
|
|
2035
|
-
|
|
2034
|
+
[
|
|
2035
|
+
{
|
|
2036
2036
|
"category": "",
|
|
2037
|
-
"data":
|
|
2038
|
-
|
|
2037
|
+
"data": [
|
|
2038
|
+
{
|
|
2039
2039
|
"text": "Monday",
|
|
2040
2040
|
"value": "mon",
|
|
2041
2041
|
},
|
|
2042
|
-
|
|
2042
|
+
{
|
|
2043
2043
|
"text": "Tuesday",
|
|
2044
2044
|
"value": "tue",
|
|
2045
2045
|
},
|
|
2046
|
-
|
|
2046
|
+
{
|
|
2047
2047
|
"text": "Wednesday",
|
|
2048
2048
|
"value": "wed",
|
|
2049
2049
|
},
|
|
2050
|
-
|
|
2050
|
+
{
|
|
2051
2051
|
"text": "Thursday",
|
|
2052
2052
|
"value": "thu",
|
|
2053
2053
|
},
|
|
2054
|
-
|
|
2054
|
+
{
|
|
2055
2055
|
"text": "Friday",
|
|
2056
2056
|
"value": "fri",
|
|
2057
2057
|
},
|
|
2058
|
-
|
|
2058
|
+
{
|
|
2059
2059
|
"text": "Saturday",
|
|
2060
2060
|
"value": "sat",
|
|
2061
2061
|
},
|
|
2062
|
-
|
|
2062
|
+
{
|
|
2063
2063
|
"disabled": true,
|
|
2064
2064
|
"text": "Sunday",
|
|
2065
2065
|
"value": "sun",
|
|
@@ -2084,16 +2084,16 @@ Array [
|
|
|
2084
2084
|
renderItem={[Function]}
|
|
2085
2085
|
scrollEventThrottle={50}
|
|
2086
2086
|
stickyHeaderIndices={
|
|
2087
|
-
|
|
2087
|
+
[
|
|
2088
2088
|
0,
|
|
2089
2089
|
]
|
|
2090
2090
|
}
|
|
2091
2091
|
style={
|
|
2092
|
-
|
|
2093
|
-
|
|
2092
|
+
[
|
|
2093
|
+
{
|
|
2094
2094
|
"paddingHorizontal": 12,
|
|
2095
2095
|
},
|
|
2096
|
-
|
|
2096
|
+
{},
|
|
2097
2097
|
]
|
|
2098
2098
|
}
|
|
2099
2099
|
>
|
|
@@ -2110,34 +2110,34 @@ Array [
|
|
|
2110
2110
|
<View
|
|
2111
2111
|
highlighted={false}
|
|
2112
2112
|
section={
|
|
2113
|
-
|
|
2113
|
+
{
|
|
2114
2114
|
"category": "",
|
|
2115
|
-
"data":
|
|
2116
|
-
|
|
2115
|
+
"data": [
|
|
2116
|
+
{
|
|
2117
2117
|
"text": "Monday",
|
|
2118
2118
|
"value": "mon",
|
|
2119
2119
|
},
|
|
2120
|
-
|
|
2120
|
+
{
|
|
2121
2121
|
"text": "Tuesday",
|
|
2122
2122
|
"value": "tue",
|
|
2123
2123
|
},
|
|
2124
|
-
|
|
2124
|
+
{
|
|
2125
2125
|
"text": "Wednesday",
|
|
2126
2126
|
"value": "wed",
|
|
2127
2127
|
},
|
|
2128
|
-
|
|
2128
|
+
{
|
|
2129
2129
|
"text": "Thursday",
|
|
2130
2130
|
"value": "thu",
|
|
2131
2131
|
},
|
|
2132
|
-
|
|
2132
|
+
{
|
|
2133
2133
|
"text": "Friday",
|
|
2134
2134
|
"value": "fri",
|
|
2135
2135
|
},
|
|
2136
|
-
|
|
2136
|
+
{
|
|
2137
2137
|
"text": "Saturday",
|
|
2138
2138
|
"value": "sat",
|
|
2139
2139
|
},
|
|
2140
|
-
|
|
2140
|
+
{
|
|
2141
2141
|
"disabled": true,
|
|
2142
2142
|
"text": "Sunday",
|
|
2143
2143
|
"value": "sun",
|
|
@@ -2146,15 +2146,15 @@ Array [
|
|
|
2146
2146
|
}
|
|
2147
2147
|
}
|
|
2148
2148
|
style={
|
|
2149
|
-
|
|
2150
|
-
|
|
2149
|
+
[
|
|
2150
|
+
{
|
|
2151
2151
|
"marginTop": 12,
|
|
2152
2152
|
},
|
|
2153
2153
|
undefined,
|
|
2154
2154
|
]
|
|
2155
2155
|
}
|
|
2156
2156
|
trailingItem={
|
|
2157
|
-
|
|
2157
|
+
{
|
|
2158
2158
|
"text": "Monday",
|
|
2159
2159
|
"value": "mon",
|
|
2160
2160
|
}
|
|
@@ -2162,7 +2162,7 @@ Array [
|
|
|
2162
2162
|
/>
|
|
2163
2163
|
<View
|
|
2164
2164
|
accessibilityState={
|
|
2165
|
-
|
|
2165
|
+
{
|
|
2166
2166
|
"disabled": false,
|
|
2167
2167
|
}
|
|
2168
2168
|
}
|
|
@@ -2176,8 +2176,8 @@ Array [
|
|
|
2176
2176
|
onResponderTerminationRequest={[Function]}
|
|
2177
2177
|
onStartShouldSetResponder={[Function]}
|
|
2178
2178
|
style={
|
|
2179
|
-
|
|
2180
|
-
|
|
2179
|
+
[
|
|
2180
|
+
{
|
|
2181
2181
|
"alignItems": "center",
|
|
2182
2182
|
"backgroundColor": "#ece8ef",
|
|
2183
2183
|
"borderRadius": 4,
|
|
@@ -2191,8 +2191,8 @@ Array [
|
|
|
2191
2191
|
>
|
|
2192
2192
|
<View
|
|
2193
2193
|
style={
|
|
2194
|
-
|
|
2195
|
-
|
|
2194
|
+
[
|
|
2195
|
+
{
|
|
2196
2196
|
"flex": 1,
|
|
2197
2197
|
},
|
|
2198
2198
|
undefined,
|
|
@@ -2202,8 +2202,8 @@ Array [
|
|
|
2202
2202
|
<Text
|
|
2203
2203
|
allowFontScaling={false}
|
|
2204
2204
|
style={
|
|
2205
|
-
|
|
2206
|
-
|
|
2205
|
+
[
|
|
2206
|
+
{
|
|
2207
2207
|
"color": "#001f23",
|
|
2208
2208
|
"fontFamily": "BeVietnamPro-Regular",
|
|
2209
2209
|
"fontSize": 16,
|
|
@@ -2222,8 +2222,8 @@ Array [
|
|
|
2222
2222
|
</View>
|
|
2223
2223
|
<View
|
|
2224
2224
|
style={
|
|
2225
|
-
|
|
2226
|
-
|
|
2225
|
+
[
|
|
2226
|
+
{
|
|
2227
2227
|
"marginLeft": 8,
|
|
2228
2228
|
},
|
|
2229
2229
|
undefined,
|
|
@@ -2233,12 +2233,12 @@ Array [
|
|
|
2233
2233
|
<HeroIcon
|
|
2234
2234
|
name="checkmark"
|
|
2235
2235
|
style={
|
|
2236
|
-
|
|
2237
|
-
|
|
2236
|
+
[
|
|
2237
|
+
{
|
|
2238
2238
|
"color": "#401960",
|
|
2239
2239
|
"fontSize": 20,
|
|
2240
2240
|
},
|
|
2241
|
-
|
|
2241
|
+
{
|
|
2242
2242
|
"marginRight": 12,
|
|
2243
2243
|
},
|
|
2244
2244
|
]
|
|
@@ -2252,40 +2252,40 @@ Array [
|
|
|
2252
2252
|
<View
|
|
2253
2253
|
highlighted={false}
|
|
2254
2254
|
leadingItem={
|
|
2255
|
-
|
|
2255
|
+
{
|
|
2256
2256
|
"text": "Monday",
|
|
2257
2257
|
"value": "mon",
|
|
2258
2258
|
}
|
|
2259
2259
|
}
|
|
2260
2260
|
section={
|
|
2261
|
-
|
|
2261
|
+
{
|
|
2262
2262
|
"category": "",
|
|
2263
|
-
"data":
|
|
2264
|
-
|
|
2263
|
+
"data": [
|
|
2264
|
+
{
|
|
2265
2265
|
"text": "Monday",
|
|
2266
2266
|
"value": "mon",
|
|
2267
2267
|
},
|
|
2268
|
-
|
|
2268
|
+
{
|
|
2269
2269
|
"text": "Tuesday",
|
|
2270
2270
|
"value": "tue",
|
|
2271
2271
|
},
|
|
2272
|
-
|
|
2272
|
+
{
|
|
2273
2273
|
"text": "Wednesday",
|
|
2274
2274
|
"value": "wed",
|
|
2275
2275
|
},
|
|
2276
|
-
|
|
2276
|
+
{
|
|
2277
2277
|
"text": "Thursday",
|
|
2278
2278
|
"value": "thu",
|
|
2279
2279
|
},
|
|
2280
|
-
|
|
2280
|
+
{
|
|
2281
2281
|
"text": "Friday",
|
|
2282
2282
|
"value": "fri",
|
|
2283
2283
|
},
|
|
2284
|
-
|
|
2284
|
+
{
|
|
2285
2285
|
"text": "Saturday",
|
|
2286
2286
|
"value": "sat",
|
|
2287
2287
|
},
|
|
2288
|
-
|
|
2288
|
+
{
|
|
2289
2289
|
"disabled": true,
|
|
2290
2290
|
"text": "Sunday",
|
|
2291
2291
|
"value": "sun",
|
|
@@ -2294,15 +2294,15 @@ Array [
|
|
|
2294
2294
|
}
|
|
2295
2295
|
}
|
|
2296
2296
|
style={
|
|
2297
|
-
|
|
2298
|
-
|
|
2297
|
+
[
|
|
2298
|
+
{
|
|
2299
2299
|
"marginTop": 4,
|
|
2300
2300
|
},
|
|
2301
2301
|
undefined,
|
|
2302
2302
|
]
|
|
2303
2303
|
}
|
|
2304
2304
|
trailingItem={
|
|
2305
|
-
|
|
2305
|
+
{
|
|
2306
2306
|
"text": "Tuesday",
|
|
2307
2307
|
"value": "tue",
|
|
2308
2308
|
}
|
|
@@ -2317,7 +2317,7 @@ Array [
|
|
|
2317
2317
|
<View>
|
|
2318
2318
|
<View
|
|
2319
2319
|
accessibilityState={
|
|
2320
|
-
|
|
2320
|
+
{
|
|
2321
2321
|
"disabled": false,
|
|
2322
2322
|
}
|
|
2323
2323
|
}
|
|
@@ -2331,8 +2331,8 @@ Array [
|
|
|
2331
2331
|
onResponderTerminationRequest={[Function]}
|
|
2332
2332
|
onStartShouldSetResponder={[Function]}
|
|
2333
2333
|
style={
|
|
2334
|
-
|
|
2335
|
-
|
|
2334
|
+
[
|
|
2335
|
+
{
|
|
2336
2336
|
"alignItems": "center",
|
|
2337
2337
|
"backgroundColor": "#ece8ef",
|
|
2338
2338
|
"borderRadius": 4,
|
|
@@ -2346,8 +2346,8 @@ Array [
|
|
|
2346
2346
|
>
|
|
2347
2347
|
<View
|
|
2348
2348
|
style={
|
|
2349
|
-
|
|
2350
|
-
|
|
2349
|
+
[
|
|
2350
|
+
{
|
|
2351
2351
|
"flex": 1,
|
|
2352
2352
|
},
|
|
2353
2353
|
undefined,
|
|
@@ -2357,8 +2357,8 @@ Array [
|
|
|
2357
2357
|
<Text
|
|
2358
2358
|
allowFontScaling={false}
|
|
2359
2359
|
style={
|
|
2360
|
-
|
|
2361
|
-
|
|
2360
|
+
[
|
|
2361
|
+
{
|
|
2362
2362
|
"color": "#001f23",
|
|
2363
2363
|
"fontFamily": "BeVietnamPro-Regular",
|
|
2364
2364
|
"fontSize": 16,
|
|
@@ -2377,8 +2377,8 @@ Array [
|
|
|
2377
2377
|
</View>
|
|
2378
2378
|
<View
|
|
2379
2379
|
style={
|
|
2380
|
-
|
|
2381
|
-
|
|
2380
|
+
[
|
|
2381
|
+
{
|
|
2382
2382
|
"marginLeft": 8,
|
|
2383
2383
|
},
|
|
2384
2384
|
undefined,
|
|
@@ -2388,12 +2388,12 @@ Array [
|
|
|
2388
2388
|
<HeroIcon
|
|
2389
2389
|
name="checkmark"
|
|
2390
2390
|
style={
|
|
2391
|
-
|
|
2392
|
-
|
|
2391
|
+
[
|
|
2392
|
+
{
|
|
2393
2393
|
"color": "#401960",
|
|
2394
2394
|
"fontSize": 20,
|
|
2395
2395
|
},
|
|
2396
|
-
|
|
2396
|
+
{
|
|
2397
2397
|
"marginRight": 12,
|
|
2398
2398
|
},
|
|
2399
2399
|
]
|
|
@@ -2407,40 +2407,40 @@ Array [
|
|
|
2407
2407
|
<View
|
|
2408
2408
|
highlighted={false}
|
|
2409
2409
|
leadingItem={
|
|
2410
|
-
|
|
2410
|
+
{
|
|
2411
2411
|
"text": "Tuesday",
|
|
2412
2412
|
"value": "tue",
|
|
2413
2413
|
}
|
|
2414
2414
|
}
|
|
2415
2415
|
section={
|
|
2416
|
-
|
|
2416
|
+
{
|
|
2417
2417
|
"category": "",
|
|
2418
|
-
"data":
|
|
2419
|
-
|
|
2418
|
+
"data": [
|
|
2419
|
+
{
|
|
2420
2420
|
"text": "Monday",
|
|
2421
2421
|
"value": "mon",
|
|
2422
2422
|
},
|
|
2423
|
-
|
|
2423
|
+
{
|
|
2424
2424
|
"text": "Tuesday",
|
|
2425
2425
|
"value": "tue",
|
|
2426
2426
|
},
|
|
2427
|
-
|
|
2427
|
+
{
|
|
2428
2428
|
"text": "Wednesday",
|
|
2429
2429
|
"value": "wed",
|
|
2430
2430
|
},
|
|
2431
|
-
|
|
2431
|
+
{
|
|
2432
2432
|
"text": "Thursday",
|
|
2433
2433
|
"value": "thu",
|
|
2434
2434
|
},
|
|
2435
|
-
|
|
2435
|
+
{
|
|
2436
2436
|
"text": "Friday",
|
|
2437
2437
|
"value": "fri",
|
|
2438
2438
|
},
|
|
2439
|
-
|
|
2439
|
+
{
|
|
2440
2440
|
"text": "Saturday",
|
|
2441
2441
|
"value": "sat",
|
|
2442
2442
|
},
|
|
2443
|
-
|
|
2443
|
+
{
|
|
2444
2444
|
"disabled": true,
|
|
2445
2445
|
"text": "Sunday",
|
|
2446
2446
|
"value": "sun",
|
|
@@ -2449,15 +2449,15 @@ Array [
|
|
|
2449
2449
|
}
|
|
2450
2450
|
}
|
|
2451
2451
|
style={
|
|
2452
|
-
|
|
2453
|
-
|
|
2452
|
+
[
|
|
2453
|
+
{
|
|
2454
2454
|
"marginTop": 4,
|
|
2455
2455
|
},
|
|
2456
2456
|
undefined,
|
|
2457
2457
|
]
|
|
2458
2458
|
}
|
|
2459
2459
|
trailingItem={
|
|
2460
|
-
|
|
2460
|
+
{
|
|
2461
2461
|
"text": "Wednesday",
|
|
2462
2462
|
"value": "wed",
|
|
2463
2463
|
}
|
|
@@ -2472,7 +2472,7 @@ Array [
|
|
|
2472
2472
|
<View>
|
|
2473
2473
|
<View
|
|
2474
2474
|
accessibilityState={
|
|
2475
|
-
|
|
2475
|
+
{
|
|
2476
2476
|
"disabled": false,
|
|
2477
2477
|
}
|
|
2478
2478
|
}
|
|
@@ -2486,8 +2486,8 @@ Array [
|
|
|
2486
2486
|
onResponderTerminationRequest={[Function]}
|
|
2487
2487
|
onStartShouldSetResponder={[Function]}
|
|
2488
2488
|
style={
|
|
2489
|
-
|
|
2490
|
-
|
|
2489
|
+
[
|
|
2490
|
+
{
|
|
2491
2491
|
"alignItems": "center",
|
|
2492
2492
|
"backgroundColor": "#ffffff",
|
|
2493
2493
|
"borderRadius": 4,
|
|
@@ -2501,8 +2501,8 @@ Array [
|
|
|
2501
2501
|
>
|
|
2502
2502
|
<View
|
|
2503
2503
|
style={
|
|
2504
|
-
|
|
2505
|
-
|
|
2504
|
+
[
|
|
2505
|
+
{
|
|
2506
2506
|
"flex": 1,
|
|
2507
2507
|
},
|
|
2508
2508
|
undefined,
|
|
@@ -2512,8 +2512,8 @@ Array [
|
|
|
2512
2512
|
<Text
|
|
2513
2513
|
allowFontScaling={false}
|
|
2514
2514
|
style={
|
|
2515
|
-
|
|
2516
|
-
|
|
2515
|
+
[
|
|
2516
|
+
{
|
|
2517
2517
|
"color": "#001f23",
|
|
2518
2518
|
"fontFamily": "BeVietnamPro-Regular",
|
|
2519
2519
|
"fontSize": 16,
|
|
@@ -2534,40 +2534,40 @@ Array [
|
|
|
2534
2534
|
<View
|
|
2535
2535
|
highlighted={false}
|
|
2536
2536
|
leadingItem={
|
|
2537
|
-
|
|
2537
|
+
{
|
|
2538
2538
|
"text": "Wednesday",
|
|
2539
2539
|
"value": "wed",
|
|
2540
2540
|
}
|
|
2541
2541
|
}
|
|
2542
2542
|
section={
|
|
2543
|
-
|
|
2543
|
+
{
|
|
2544
2544
|
"category": "",
|
|
2545
|
-
"data":
|
|
2546
|
-
|
|
2545
|
+
"data": [
|
|
2546
|
+
{
|
|
2547
2547
|
"text": "Monday",
|
|
2548
2548
|
"value": "mon",
|
|
2549
2549
|
},
|
|
2550
|
-
|
|
2550
|
+
{
|
|
2551
2551
|
"text": "Tuesday",
|
|
2552
2552
|
"value": "tue",
|
|
2553
2553
|
},
|
|
2554
|
-
|
|
2554
|
+
{
|
|
2555
2555
|
"text": "Wednesday",
|
|
2556
2556
|
"value": "wed",
|
|
2557
2557
|
},
|
|
2558
|
-
|
|
2558
|
+
{
|
|
2559
2559
|
"text": "Thursday",
|
|
2560
2560
|
"value": "thu",
|
|
2561
2561
|
},
|
|
2562
|
-
|
|
2562
|
+
{
|
|
2563
2563
|
"text": "Friday",
|
|
2564
2564
|
"value": "fri",
|
|
2565
2565
|
},
|
|
2566
|
-
|
|
2566
|
+
{
|
|
2567
2567
|
"text": "Saturday",
|
|
2568
2568
|
"value": "sat",
|
|
2569
2569
|
},
|
|
2570
|
-
|
|
2570
|
+
{
|
|
2571
2571
|
"disabled": true,
|
|
2572
2572
|
"text": "Sunday",
|
|
2573
2573
|
"value": "sun",
|
|
@@ -2576,15 +2576,15 @@ Array [
|
|
|
2576
2576
|
}
|
|
2577
2577
|
}
|
|
2578
2578
|
style={
|
|
2579
|
-
|
|
2580
|
-
|
|
2579
|
+
[
|
|
2580
|
+
{
|
|
2581
2581
|
"marginTop": 4,
|
|
2582
2582
|
},
|
|
2583
2583
|
undefined,
|
|
2584
2584
|
]
|
|
2585
2585
|
}
|
|
2586
2586
|
trailingItem={
|
|
2587
|
-
|
|
2587
|
+
{
|
|
2588
2588
|
"text": "Thursday",
|
|
2589
2589
|
"value": "thu",
|
|
2590
2590
|
}
|
|
@@ -2599,7 +2599,7 @@ Array [
|
|
|
2599
2599
|
<View>
|
|
2600
2600
|
<View
|
|
2601
2601
|
accessibilityState={
|
|
2602
|
-
|
|
2602
|
+
{
|
|
2603
2603
|
"disabled": false,
|
|
2604
2604
|
}
|
|
2605
2605
|
}
|
|
@@ -2613,8 +2613,8 @@ Array [
|
|
|
2613
2613
|
onResponderTerminationRequest={[Function]}
|
|
2614
2614
|
onStartShouldSetResponder={[Function]}
|
|
2615
2615
|
style={
|
|
2616
|
-
|
|
2617
|
-
|
|
2616
|
+
[
|
|
2617
|
+
{
|
|
2618
2618
|
"alignItems": "center",
|
|
2619
2619
|
"backgroundColor": "#ffffff",
|
|
2620
2620
|
"borderRadius": 4,
|
|
@@ -2628,8 +2628,8 @@ Array [
|
|
|
2628
2628
|
>
|
|
2629
2629
|
<View
|
|
2630
2630
|
style={
|
|
2631
|
-
|
|
2632
|
-
|
|
2631
|
+
[
|
|
2632
|
+
{
|
|
2633
2633
|
"flex": 1,
|
|
2634
2634
|
},
|
|
2635
2635
|
undefined,
|
|
@@ -2639,8 +2639,8 @@ Array [
|
|
|
2639
2639
|
<Text
|
|
2640
2640
|
allowFontScaling={false}
|
|
2641
2641
|
style={
|
|
2642
|
-
|
|
2643
|
-
|
|
2642
|
+
[
|
|
2643
|
+
{
|
|
2644
2644
|
"color": "#001f23",
|
|
2645
2645
|
"fontFamily": "BeVietnamPro-Regular",
|
|
2646
2646
|
"fontSize": 16,
|
|
@@ -2661,40 +2661,40 @@ Array [
|
|
|
2661
2661
|
<View
|
|
2662
2662
|
highlighted={false}
|
|
2663
2663
|
leadingItem={
|
|
2664
|
-
|
|
2664
|
+
{
|
|
2665
2665
|
"text": "Thursday",
|
|
2666
2666
|
"value": "thu",
|
|
2667
2667
|
}
|
|
2668
2668
|
}
|
|
2669
2669
|
section={
|
|
2670
|
-
|
|
2670
|
+
{
|
|
2671
2671
|
"category": "",
|
|
2672
|
-
"data":
|
|
2673
|
-
|
|
2672
|
+
"data": [
|
|
2673
|
+
{
|
|
2674
2674
|
"text": "Monday",
|
|
2675
2675
|
"value": "mon",
|
|
2676
2676
|
},
|
|
2677
|
-
|
|
2677
|
+
{
|
|
2678
2678
|
"text": "Tuesday",
|
|
2679
2679
|
"value": "tue",
|
|
2680
2680
|
},
|
|
2681
|
-
|
|
2681
|
+
{
|
|
2682
2682
|
"text": "Wednesday",
|
|
2683
2683
|
"value": "wed",
|
|
2684
2684
|
},
|
|
2685
|
-
|
|
2685
|
+
{
|
|
2686
2686
|
"text": "Thursday",
|
|
2687
2687
|
"value": "thu",
|
|
2688
2688
|
},
|
|
2689
|
-
|
|
2689
|
+
{
|
|
2690
2690
|
"text": "Friday",
|
|
2691
2691
|
"value": "fri",
|
|
2692
2692
|
},
|
|
2693
|
-
|
|
2693
|
+
{
|
|
2694
2694
|
"text": "Saturday",
|
|
2695
2695
|
"value": "sat",
|
|
2696
2696
|
},
|
|
2697
|
-
|
|
2697
|
+
{
|
|
2698
2698
|
"disabled": true,
|
|
2699
2699
|
"text": "Sunday",
|
|
2700
2700
|
"value": "sun",
|
|
@@ -2703,15 +2703,15 @@ Array [
|
|
|
2703
2703
|
}
|
|
2704
2704
|
}
|
|
2705
2705
|
style={
|
|
2706
|
-
|
|
2707
|
-
|
|
2706
|
+
[
|
|
2707
|
+
{
|
|
2708
2708
|
"marginTop": 4,
|
|
2709
2709
|
},
|
|
2710
2710
|
undefined,
|
|
2711
2711
|
]
|
|
2712
2712
|
}
|
|
2713
2713
|
trailingItem={
|
|
2714
|
-
|
|
2714
|
+
{
|
|
2715
2715
|
"text": "Friday",
|
|
2716
2716
|
"value": "fri",
|
|
2717
2717
|
}
|
|
@@ -2726,7 +2726,7 @@ Array [
|
|
|
2726
2726
|
<View>
|
|
2727
2727
|
<View
|
|
2728
2728
|
accessibilityState={
|
|
2729
|
-
|
|
2729
|
+
{
|
|
2730
2730
|
"disabled": false,
|
|
2731
2731
|
}
|
|
2732
2732
|
}
|
|
@@ -2740,8 +2740,8 @@ Array [
|
|
|
2740
2740
|
onResponderTerminationRequest={[Function]}
|
|
2741
2741
|
onStartShouldSetResponder={[Function]}
|
|
2742
2742
|
style={
|
|
2743
|
-
|
|
2744
|
-
|
|
2743
|
+
[
|
|
2744
|
+
{
|
|
2745
2745
|
"alignItems": "center",
|
|
2746
2746
|
"backgroundColor": "#ffffff",
|
|
2747
2747
|
"borderRadius": 4,
|
|
@@ -2755,8 +2755,8 @@ Array [
|
|
|
2755
2755
|
>
|
|
2756
2756
|
<View
|
|
2757
2757
|
style={
|
|
2758
|
-
|
|
2759
|
-
|
|
2758
|
+
[
|
|
2759
|
+
{
|
|
2760
2760
|
"flex": 1,
|
|
2761
2761
|
},
|
|
2762
2762
|
undefined,
|
|
@@ -2766,8 +2766,8 @@ Array [
|
|
|
2766
2766
|
<Text
|
|
2767
2767
|
allowFontScaling={false}
|
|
2768
2768
|
style={
|
|
2769
|
-
|
|
2770
|
-
|
|
2769
|
+
[
|
|
2770
|
+
{
|
|
2771
2771
|
"color": "#001f23",
|
|
2772
2772
|
"fontFamily": "BeVietnamPro-Regular",
|
|
2773
2773
|
"fontSize": 16,
|
|
@@ -2788,40 +2788,40 @@ Array [
|
|
|
2788
2788
|
<View
|
|
2789
2789
|
highlighted={false}
|
|
2790
2790
|
leadingItem={
|
|
2791
|
-
|
|
2791
|
+
{
|
|
2792
2792
|
"text": "Friday",
|
|
2793
2793
|
"value": "fri",
|
|
2794
2794
|
}
|
|
2795
2795
|
}
|
|
2796
2796
|
section={
|
|
2797
|
-
|
|
2797
|
+
{
|
|
2798
2798
|
"category": "",
|
|
2799
|
-
"data":
|
|
2800
|
-
|
|
2799
|
+
"data": [
|
|
2800
|
+
{
|
|
2801
2801
|
"text": "Monday",
|
|
2802
2802
|
"value": "mon",
|
|
2803
2803
|
},
|
|
2804
|
-
|
|
2804
|
+
{
|
|
2805
2805
|
"text": "Tuesday",
|
|
2806
2806
|
"value": "tue",
|
|
2807
2807
|
},
|
|
2808
|
-
|
|
2808
|
+
{
|
|
2809
2809
|
"text": "Wednesday",
|
|
2810
2810
|
"value": "wed",
|
|
2811
2811
|
},
|
|
2812
|
-
|
|
2812
|
+
{
|
|
2813
2813
|
"text": "Thursday",
|
|
2814
2814
|
"value": "thu",
|
|
2815
2815
|
},
|
|
2816
|
-
|
|
2816
|
+
{
|
|
2817
2817
|
"text": "Friday",
|
|
2818
2818
|
"value": "fri",
|
|
2819
2819
|
},
|
|
2820
|
-
|
|
2820
|
+
{
|
|
2821
2821
|
"text": "Saturday",
|
|
2822
2822
|
"value": "sat",
|
|
2823
2823
|
},
|
|
2824
|
-
|
|
2824
|
+
{
|
|
2825
2825
|
"disabled": true,
|
|
2826
2826
|
"text": "Sunday",
|
|
2827
2827
|
"value": "sun",
|
|
@@ -2830,15 +2830,15 @@ Array [
|
|
|
2830
2830
|
}
|
|
2831
2831
|
}
|
|
2832
2832
|
style={
|
|
2833
|
-
|
|
2834
|
-
|
|
2833
|
+
[
|
|
2834
|
+
{
|
|
2835
2835
|
"marginTop": 4,
|
|
2836
2836
|
},
|
|
2837
2837
|
undefined,
|
|
2838
2838
|
]
|
|
2839
2839
|
}
|
|
2840
2840
|
trailingItem={
|
|
2841
|
-
|
|
2841
|
+
{
|
|
2842
2842
|
"text": "Saturday",
|
|
2843
2843
|
"value": "sat",
|
|
2844
2844
|
}
|
|
@@ -2853,7 +2853,7 @@ Array [
|
|
|
2853
2853
|
<View>
|
|
2854
2854
|
<View
|
|
2855
2855
|
accessibilityState={
|
|
2856
|
-
|
|
2856
|
+
{
|
|
2857
2857
|
"disabled": false,
|
|
2858
2858
|
}
|
|
2859
2859
|
}
|
|
@@ -2867,8 +2867,8 @@ Array [
|
|
|
2867
2867
|
onResponderTerminationRequest={[Function]}
|
|
2868
2868
|
onStartShouldSetResponder={[Function]}
|
|
2869
2869
|
style={
|
|
2870
|
-
|
|
2871
|
-
|
|
2870
|
+
[
|
|
2871
|
+
{
|
|
2872
2872
|
"alignItems": "center",
|
|
2873
2873
|
"backgroundColor": "#ffffff",
|
|
2874
2874
|
"borderRadius": 4,
|
|
@@ -2882,8 +2882,8 @@ Array [
|
|
|
2882
2882
|
>
|
|
2883
2883
|
<View
|
|
2884
2884
|
style={
|
|
2885
|
-
|
|
2886
|
-
|
|
2885
|
+
[
|
|
2886
|
+
{
|
|
2887
2887
|
"flex": 1,
|
|
2888
2888
|
},
|
|
2889
2889
|
undefined,
|
|
@@ -2893,8 +2893,8 @@ Array [
|
|
|
2893
2893
|
<Text
|
|
2894
2894
|
allowFontScaling={false}
|
|
2895
2895
|
style={
|
|
2896
|
-
|
|
2897
|
-
|
|
2896
|
+
[
|
|
2897
|
+
{
|
|
2898
2898
|
"color": "#001f23",
|
|
2899
2899
|
"fontFamily": "BeVietnamPro-Regular",
|
|
2900
2900
|
"fontSize": 16,
|
|
@@ -2915,40 +2915,40 @@ Array [
|
|
|
2915
2915
|
<View
|
|
2916
2916
|
highlighted={false}
|
|
2917
2917
|
leadingItem={
|
|
2918
|
-
|
|
2918
|
+
{
|
|
2919
2919
|
"text": "Saturday",
|
|
2920
2920
|
"value": "sat",
|
|
2921
2921
|
}
|
|
2922
2922
|
}
|
|
2923
2923
|
section={
|
|
2924
|
-
|
|
2924
|
+
{
|
|
2925
2925
|
"category": "",
|
|
2926
|
-
"data":
|
|
2927
|
-
|
|
2926
|
+
"data": [
|
|
2927
|
+
{
|
|
2928
2928
|
"text": "Monday",
|
|
2929
2929
|
"value": "mon",
|
|
2930
2930
|
},
|
|
2931
|
-
|
|
2931
|
+
{
|
|
2932
2932
|
"text": "Tuesday",
|
|
2933
2933
|
"value": "tue",
|
|
2934
2934
|
},
|
|
2935
|
-
|
|
2935
|
+
{
|
|
2936
2936
|
"text": "Wednesday",
|
|
2937
2937
|
"value": "wed",
|
|
2938
2938
|
},
|
|
2939
|
-
|
|
2939
|
+
{
|
|
2940
2940
|
"text": "Thursday",
|
|
2941
2941
|
"value": "thu",
|
|
2942
2942
|
},
|
|
2943
|
-
|
|
2943
|
+
{
|
|
2944
2944
|
"text": "Friday",
|
|
2945
2945
|
"value": "fri",
|
|
2946
2946
|
},
|
|
2947
|
-
|
|
2947
|
+
{
|
|
2948
2948
|
"text": "Saturday",
|
|
2949
2949
|
"value": "sat",
|
|
2950
2950
|
},
|
|
2951
|
-
|
|
2951
|
+
{
|
|
2952
2952
|
"disabled": true,
|
|
2953
2953
|
"text": "Sunday",
|
|
2954
2954
|
"value": "sun",
|
|
@@ -2957,15 +2957,15 @@ Array [
|
|
|
2957
2957
|
}
|
|
2958
2958
|
}
|
|
2959
2959
|
style={
|
|
2960
|
-
|
|
2961
|
-
|
|
2960
|
+
[
|
|
2961
|
+
{
|
|
2962
2962
|
"marginTop": 4,
|
|
2963
2963
|
},
|
|
2964
2964
|
undefined,
|
|
2965
2965
|
]
|
|
2966
2966
|
}
|
|
2967
2967
|
trailingItem={
|
|
2968
|
-
|
|
2968
|
+
{
|
|
2969
2969
|
"disabled": true,
|
|
2970
2970
|
"text": "Sunday",
|
|
2971
2971
|
"value": "sun",
|
|
@@ -2981,7 +2981,7 @@ Array [
|
|
|
2981
2981
|
<View>
|
|
2982
2982
|
<View
|
|
2983
2983
|
accessibilityState={
|
|
2984
|
-
|
|
2984
|
+
{
|
|
2985
2985
|
"disabled": true,
|
|
2986
2986
|
}
|
|
2987
2987
|
}
|
|
@@ -2995,8 +2995,8 @@ Array [
|
|
|
2995
2995
|
onResponderTerminationRequest={[Function]}
|
|
2996
2996
|
onStartShouldSetResponder={[Function]}
|
|
2997
2997
|
style={
|
|
2998
|
-
|
|
2999
|
-
|
|
2998
|
+
[
|
|
2999
|
+
{
|
|
3000
3000
|
"alignItems": "center",
|
|
3001
3001
|
"backgroundColor": "#ffffff",
|
|
3002
3002
|
"borderRadius": 4,
|
|
@@ -3010,8 +3010,8 @@ Array [
|
|
|
3010
3010
|
>
|
|
3011
3011
|
<View
|
|
3012
3012
|
style={
|
|
3013
|
-
|
|
3014
|
-
|
|
3013
|
+
[
|
|
3014
|
+
{
|
|
3015
3015
|
"flex": 1,
|
|
3016
3016
|
},
|
|
3017
3017
|
undefined,
|
|
@@ -3021,8 +3021,8 @@ Array [
|
|
|
3021
3021
|
<Text
|
|
3022
3022
|
allowFontScaling={false}
|
|
3023
3023
|
style={
|
|
3024
|
-
|
|
3025
|
-
|
|
3024
|
+
[
|
|
3025
|
+
{
|
|
3026
3026
|
"color": "#001f23",
|
|
3027
3027
|
"fontFamily": "BeVietnamPro-Regular",
|
|
3028
3028
|
"fontSize": 16,
|
|
@@ -3043,41 +3043,41 @@ Array [
|
|
|
3043
3043
|
<View
|
|
3044
3044
|
highlighted={false}
|
|
3045
3045
|
leadingItem={
|
|
3046
|
-
|
|
3046
|
+
{
|
|
3047
3047
|
"disabled": true,
|
|
3048
3048
|
"text": "Sunday",
|
|
3049
3049
|
"value": "sun",
|
|
3050
3050
|
}
|
|
3051
3051
|
}
|
|
3052
3052
|
section={
|
|
3053
|
-
|
|
3053
|
+
{
|
|
3054
3054
|
"category": "",
|
|
3055
|
-
"data":
|
|
3056
|
-
|
|
3055
|
+
"data": [
|
|
3056
|
+
{
|
|
3057
3057
|
"text": "Monday",
|
|
3058
3058
|
"value": "mon",
|
|
3059
3059
|
},
|
|
3060
|
-
|
|
3060
|
+
{
|
|
3061
3061
|
"text": "Tuesday",
|
|
3062
3062
|
"value": "tue",
|
|
3063
3063
|
},
|
|
3064
|
-
|
|
3064
|
+
{
|
|
3065
3065
|
"text": "Wednesday",
|
|
3066
3066
|
"value": "wed",
|
|
3067
3067
|
},
|
|
3068
|
-
|
|
3068
|
+
{
|
|
3069
3069
|
"text": "Thursday",
|
|
3070
3070
|
"value": "thu",
|
|
3071
3071
|
},
|
|
3072
|
-
|
|
3072
|
+
{
|
|
3073
3073
|
"text": "Friday",
|
|
3074
3074
|
"value": "fri",
|
|
3075
3075
|
},
|
|
3076
|
-
|
|
3076
|
+
{
|
|
3077
3077
|
"text": "Saturday",
|
|
3078
3078
|
"value": "sat",
|
|
3079
3079
|
},
|
|
3080
|
-
|
|
3080
|
+
{
|
|
3081
3081
|
"disabled": true,
|
|
3082
3082
|
"text": "Sunday",
|
|
3083
3083
|
"value": "sun",
|
|
@@ -3086,8 +3086,8 @@ Array [
|
|
|
3086
3086
|
}
|
|
3087
3087
|
}
|
|
3088
3088
|
style={
|
|
3089
|
-
|
|
3090
|
-
|
|
3089
|
+
[
|
|
3090
|
+
{
|
|
3091
3091
|
"marginTop": 12,
|
|
3092
3092
|
},
|
|
3093
3093
|
undefined,
|
|
@@ -3105,8 +3105,8 @@ Array [
|
|
|
3105
3105
|
<View>
|
|
3106
3106
|
<View
|
|
3107
3107
|
style={
|
|
3108
|
-
|
|
3109
|
-
|
|
3108
|
+
[
|
|
3109
|
+
{
|
|
3110
3110
|
"alignItems": "center",
|
|
3111
3111
|
"flexDirection": "row",
|
|
3112
3112
|
"justifyContent": "flex-end",
|
|
@@ -3119,7 +3119,7 @@ Array [
|
|
|
3119
3119
|
>
|
|
3120
3120
|
<View
|
|
3121
3121
|
accessibilityState={
|
|
3122
|
-
|
|
3122
|
+
{
|
|
3123
3123
|
"disabled": false,
|
|
3124
3124
|
}
|
|
3125
3125
|
}
|
|
@@ -3133,8 +3133,8 @@ Array [
|
|
|
3133
3133
|
onResponderTerminationRequest={[Function]}
|
|
3134
3134
|
onStartShouldSetResponder={[Function]}
|
|
3135
3135
|
style={
|
|
3136
|
-
|
|
3137
|
-
|
|
3136
|
+
[
|
|
3137
|
+
{
|
|
3138
3138
|
"alignItems": "center",
|
|
3139
3139
|
"backgroundColor": "transparent",
|
|
3140
3140
|
"borderRadius": 4,
|
|
@@ -3153,16 +3153,16 @@ Array [
|
|
|
3153
3153
|
ellipsizeMode="tail"
|
|
3154
3154
|
numberOfLines={1}
|
|
3155
3155
|
style={
|
|
3156
|
-
|
|
3157
|
-
|
|
3156
|
+
[
|
|
3157
|
+
{
|
|
3158
3158
|
"color": "#001f23",
|
|
3159
3159
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
3160
3160
|
"fontSize": 16,
|
|
3161
3161
|
"letterSpacing": 0.24,
|
|
3162
3162
|
"lineHeight": 24,
|
|
3163
3163
|
},
|
|
3164
|
-
|
|
3165
|
-
|
|
3164
|
+
[
|
|
3165
|
+
{
|
|
3166
3166
|
"color": "#401960",
|
|
3167
3167
|
"flexShrink": 1,
|
|
3168
3168
|
"lineHeight": 22,
|
|
@@ -3190,7 +3190,7 @@ Array [
|
|
|
3190
3190
|
`;
|
|
3191
3191
|
|
|
3192
3192
|
exports[`rendering renders correctly when input is loading 1`] = `
|
|
3193
|
-
|
|
3193
|
+
[
|
|
3194
3194
|
<View
|
|
3195
3195
|
pointerEvents="none"
|
|
3196
3196
|
>
|
|
@@ -3206,7 +3206,7 @@ Array [
|
|
|
3206
3206
|
onResponderTerminationRequest={[Function]}
|
|
3207
3207
|
onStartShouldSetResponder={[Function]}
|
|
3208
3208
|
style={
|
|
3209
|
-
|
|
3209
|
+
{
|
|
3210
3210
|
"opacity": 1,
|
|
3211
3211
|
}
|
|
3212
3212
|
}
|
|
@@ -3217,8 +3217,8 @@ Array [
|
|
|
3217
3217
|
<View
|
|
3218
3218
|
pointerEvents="none"
|
|
3219
3219
|
style={
|
|
3220
|
-
|
|
3221
|
-
|
|
3220
|
+
[
|
|
3221
|
+
{
|
|
3222
3222
|
"marginTop": 8,
|
|
3223
3223
|
"width": "100%",
|
|
3224
3224
|
},
|
|
@@ -3228,8 +3228,8 @@ Array [
|
|
|
3228
3228
|
>
|
|
3229
3229
|
<View
|
|
3230
3230
|
style={
|
|
3231
|
-
|
|
3232
|
-
|
|
3231
|
+
[
|
|
3232
|
+
{
|
|
3233
3233
|
"alignItems": "center",
|
|
3234
3234
|
"backgroundColor": "#ffffff",
|
|
3235
3235
|
"borderRadius": 8,
|
|
@@ -3242,8 +3242,8 @@ Array [
|
|
|
3242
3242
|
>
|
|
3243
3243
|
<View
|
|
3244
3244
|
style={
|
|
3245
|
-
|
|
3246
|
-
|
|
3245
|
+
[
|
|
3246
|
+
{
|
|
3247
3247
|
"borderColor": "#808f91",
|
|
3248
3248
|
"borderRadius": 8,
|
|
3249
3249
|
"borderWidth": 1,
|
|
@@ -3253,8 +3253,8 @@ Array [
|
|
|
3253
3253
|
"right": 0,
|
|
3254
3254
|
"top": 0,
|
|
3255
3255
|
},
|
|
3256
|
-
|
|
3257
|
-
|
|
3256
|
+
[
|
|
3257
|
+
{
|
|
3258
3258
|
"backgroundColor": "#ffffff",
|
|
3259
3259
|
},
|
|
3260
3260
|
undefined,
|
|
@@ -3268,8 +3268,8 @@ Array [
|
|
|
3268
3268
|
<View
|
|
3269
3269
|
pointerEvents="none"
|
|
3270
3270
|
style={
|
|
3271
|
-
|
|
3272
|
-
|
|
3271
|
+
[
|
|
3272
|
+
{
|
|
3273
3273
|
"backgroundColor": "#ffffff",
|
|
3274
3274
|
"flexDirection": "row",
|
|
3275
3275
|
"left": 16,
|
|
@@ -3278,7 +3278,7 @@ Array [
|
|
|
3278
3278
|
"top": -4,
|
|
3279
3279
|
"zIndex": 1,
|
|
3280
3280
|
},
|
|
3281
|
-
|
|
3281
|
+
{
|
|
3282
3282
|
"backgroundColor": "#ffffff",
|
|
3283
3283
|
},
|
|
3284
3284
|
]
|
|
@@ -3288,20 +3288,20 @@ Array [
|
|
|
3288
3288
|
<Text
|
|
3289
3289
|
allowFontScaling={false}
|
|
3290
3290
|
style={
|
|
3291
|
-
|
|
3292
|
-
|
|
3291
|
+
[
|
|
3292
|
+
{
|
|
3293
3293
|
"color": "#001f23",
|
|
3294
3294
|
"fontFamily": "BeVietnamPro-Regular",
|
|
3295
3295
|
"fontSize": 12,
|
|
3296
3296
|
"letterSpacing": 0.48,
|
|
3297
3297
|
"lineHeight": 16,
|
|
3298
3298
|
},
|
|
3299
|
-
|
|
3300
|
-
|
|
3299
|
+
[
|
|
3300
|
+
{
|
|
3301
3301
|
"color": "#808f91",
|
|
3302
3302
|
"lineHeight": 12,
|
|
3303
3303
|
},
|
|
3304
|
-
|
|
3304
|
+
{
|
|
3305
3305
|
"backgroundColor": "#ffffff",
|
|
3306
3306
|
},
|
|
3307
3307
|
],
|
|
@@ -3317,8 +3317,8 @@ Array [
|
|
|
3317
3317
|
</View>
|
|
3318
3318
|
<View
|
|
3319
3319
|
style={
|
|
3320
|
-
|
|
3321
|
-
|
|
3320
|
+
[
|
|
3321
|
+
{
|
|
3322
3322
|
"alignItems": "center",
|
|
3323
3323
|
"alignSelf": "stretch",
|
|
3324
3324
|
"flexDirection": "row",
|
|
@@ -3331,7 +3331,7 @@ Array [
|
|
|
3331
3331
|
>
|
|
3332
3332
|
<TextInput
|
|
3333
3333
|
accessibilityState={
|
|
3334
|
-
|
|
3334
|
+
{
|
|
3335
3335
|
"disabled": true,
|
|
3336
3336
|
}
|
|
3337
3337
|
}
|
|
@@ -3344,8 +3344,8 @@ Array [
|
|
|
3344
3344
|
placeholder=" "
|
|
3345
3345
|
pointerEvents="none"
|
|
3346
3346
|
style={
|
|
3347
|
-
|
|
3348
|
-
|
|
3347
|
+
[
|
|
3348
|
+
{
|
|
3349
3349
|
"alignSelf": "stretch",
|
|
3350
3350
|
"flexGrow": 2,
|
|
3351
3351
|
"fontFamily": "BeVietnamPro-Regular",
|
|
@@ -3356,7 +3356,7 @@ Array [
|
|
|
3356
3356
|
"paddingVertical": 0,
|
|
3357
3357
|
"textAlignVertical": "center",
|
|
3358
3358
|
},
|
|
3359
|
-
|
|
3359
|
+
{
|
|
3360
3360
|
"backgroundColor": "#ffffff",
|
|
3361
3361
|
"color": "#001f23",
|
|
3362
3362
|
},
|
|
@@ -3370,9 +3370,9 @@ Array [
|
|
|
3370
3370
|
<View
|
|
3371
3371
|
collapsable={false}
|
|
3372
3372
|
style={
|
|
3373
|
-
|
|
3374
|
-
"transform":
|
|
3375
|
-
|
|
3373
|
+
{
|
|
3374
|
+
"transform": [
|
|
3375
|
+
{
|
|
3376
3376
|
"rotate": "0deg",
|
|
3377
3377
|
},
|
|
3378
3378
|
],
|
|
@@ -3382,8 +3382,8 @@ Array [
|
|
|
3382
3382
|
<HeroIcon
|
|
3383
3383
|
name="loading"
|
|
3384
3384
|
style={
|
|
3385
|
-
|
|
3386
|
-
|
|
3385
|
+
[
|
|
3386
|
+
{
|
|
3387
3387
|
"color": "#001f23",
|
|
3388
3388
|
"fontSize": 24,
|
|
3389
3389
|
},
|
|
@@ -3398,8 +3398,8 @@ Array [
|
|
|
3398
3398
|
</View>
|
|
3399
3399
|
<View
|
|
3400
3400
|
style={
|
|
3401
|
-
|
|
3402
|
-
|
|
3401
|
+
[
|
|
3402
|
+
{
|
|
3403
3403
|
"minHeight": 16,
|
|
3404
3404
|
"paddingLeft": 16,
|
|
3405
3405
|
"paddingTop": 2,
|
|
@@ -3410,8 +3410,8 @@ Array [
|
|
|
3410
3410
|
>
|
|
3411
3411
|
<View
|
|
3412
3412
|
style={
|
|
3413
|
-
|
|
3414
|
-
|
|
3413
|
+
[
|
|
3414
|
+
{
|
|
3415
3415
|
"flexDirection": "row",
|
|
3416
3416
|
"justifyContent": "space-between",
|
|
3417
3417
|
},
|
|
@@ -3434,7 +3434,7 @@ Array [
|
|
|
3434
3434
|
`;
|
|
3435
3435
|
|
|
3436
3436
|
exports[`rendering renders correctly when receives sections 1`] = `
|
|
3437
|
-
|
|
3437
|
+
[
|
|
3438
3438
|
<View
|
|
3439
3439
|
pointerEvents="auto"
|
|
3440
3440
|
>
|
|
@@ -3450,7 +3450,7 @@ Array [
|
|
|
3450
3450
|
onResponderTerminationRequest={[Function]}
|
|
3451
3451
|
onStartShouldSetResponder={[Function]}
|
|
3452
3452
|
style={
|
|
3453
|
-
|
|
3453
|
+
{
|
|
3454
3454
|
"opacity": 1,
|
|
3455
3455
|
}
|
|
3456
3456
|
}
|
|
@@ -3461,8 +3461,8 @@ Array [
|
|
|
3461
3461
|
<View
|
|
3462
3462
|
pointerEvents="auto"
|
|
3463
3463
|
style={
|
|
3464
|
-
|
|
3465
|
-
|
|
3464
|
+
[
|
|
3465
|
+
{
|
|
3466
3466
|
"marginTop": 8,
|
|
3467
3467
|
"width": "100%",
|
|
3468
3468
|
},
|
|
@@ -3472,8 +3472,8 @@ Array [
|
|
|
3472
3472
|
>
|
|
3473
3473
|
<View
|
|
3474
3474
|
style={
|
|
3475
|
-
|
|
3476
|
-
|
|
3475
|
+
[
|
|
3476
|
+
{
|
|
3477
3477
|
"alignItems": "center",
|
|
3478
3478
|
"backgroundColor": "#ffffff",
|
|
3479
3479
|
"borderRadius": 8,
|
|
@@ -3486,8 +3486,8 @@ Array [
|
|
|
3486
3486
|
>
|
|
3487
3487
|
<View
|
|
3488
3488
|
style={
|
|
3489
|
-
|
|
3490
|
-
|
|
3489
|
+
[
|
|
3490
|
+
{
|
|
3491
3491
|
"borderColor": "#001f23",
|
|
3492
3492
|
"borderRadius": 8,
|
|
3493
3493
|
"borderWidth": 1,
|
|
@@ -3497,8 +3497,8 @@ Array [
|
|
|
3497
3497
|
"right": 0,
|
|
3498
3498
|
"top": 0,
|
|
3499
3499
|
},
|
|
3500
|
-
|
|
3501
|
-
|
|
3500
|
+
[
|
|
3501
|
+
{
|
|
3502
3502
|
"backgroundColor": "#ffffff",
|
|
3503
3503
|
},
|
|
3504
3504
|
undefined,
|
|
@@ -3512,8 +3512,8 @@ Array [
|
|
|
3512
3512
|
<View
|
|
3513
3513
|
pointerEvents="none"
|
|
3514
3514
|
style={
|
|
3515
|
-
|
|
3516
|
-
|
|
3515
|
+
[
|
|
3516
|
+
{
|
|
3517
3517
|
"backgroundColor": "#ffffff",
|
|
3518
3518
|
"flexDirection": "row",
|
|
3519
3519
|
"left": 16,
|
|
@@ -3522,7 +3522,7 @@ Array [
|
|
|
3522
3522
|
"top": -4,
|
|
3523
3523
|
"zIndex": 1,
|
|
3524
3524
|
},
|
|
3525
|
-
|
|
3525
|
+
{
|
|
3526
3526
|
"backgroundColor": "#ffffff",
|
|
3527
3527
|
},
|
|
3528
3528
|
]
|
|
@@ -3532,20 +3532,20 @@ Array [
|
|
|
3532
3532
|
<Text
|
|
3533
3533
|
allowFontScaling={false}
|
|
3534
3534
|
style={
|
|
3535
|
-
|
|
3536
|
-
|
|
3535
|
+
[
|
|
3536
|
+
{
|
|
3537
3537
|
"color": "#001f23",
|
|
3538
3538
|
"fontFamily": "BeVietnamPro-Regular",
|
|
3539
3539
|
"fontSize": 12,
|
|
3540
3540
|
"letterSpacing": 0.48,
|
|
3541
3541
|
"lineHeight": 16,
|
|
3542
3542
|
},
|
|
3543
|
-
|
|
3544
|
-
|
|
3543
|
+
[
|
|
3544
|
+
{
|
|
3545
3545
|
"color": "#001f23",
|
|
3546
3546
|
"lineHeight": 12,
|
|
3547
3547
|
},
|
|
3548
|
-
|
|
3548
|
+
{
|
|
3549
3549
|
"backgroundColor": "#ffffff",
|
|
3550
3550
|
},
|
|
3551
3551
|
],
|
|
@@ -3561,8 +3561,8 @@ Array [
|
|
|
3561
3561
|
</View>
|
|
3562
3562
|
<View
|
|
3563
3563
|
style={
|
|
3564
|
-
|
|
3565
|
-
|
|
3564
|
+
[
|
|
3565
|
+
{
|
|
3566
3566
|
"alignItems": "center",
|
|
3567
3567
|
"alignSelf": "stretch",
|
|
3568
3568
|
"flexDirection": "row",
|
|
@@ -3575,7 +3575,7 @@ Array [
|
|
|
3575
3575
|
>
|
|
3576
3576
|
<TextInput
|
|
3577
3577
|
accessibilityState={
|
|
3578
|
-
|
|
3578
|
+
{
|
|
3579
3579
|
"disabled": false,
|
|
3580
3580
|
}
|
|
3581
3581
|
}
|
|
@@ -3588,8 +3588,8 @@ Array [
|
|
|
3588
3588
|
placeholder=" "
|
|
3589
3589
|
pointerEvents="none"
|
|
3590
3590
|
style={
|
|
3591
|
-
|
|
3592
|
-
|
|
3591
|
+
[
|
|
3592
|
+
{
|
|
3593
3593
|
"alignSelf": "stretch",
|
|
3594
3594
|
"flexGrow": 2,
|
|
3595
3595
|
"fontFamily": "BeVietnamPro-Regular",
|
|
@@ -3600,7 +3600,7 @@ Array [
|
|
|
3600
3600
|
"paddingVertical": 0,
|
|
3601
3601
|
"textAlignVertical": "center",
|
|
3602
3602
|
},
|
|
3603
|
-
|
|
3603
|
+
{
|
|
3604
3604
|
"backgroundColor": "#ffffff",
|
|
3605
3605
|
"color": "#001f23",
|
|
3606
3606
|
},
|
|
@@ -3614,8 +3614,8 @@ Array [
|
|
|
3614
3614
|
<HeroIcon
|
|
3615
3615
|
name="arrow-down"
|
|
3616
3616
|
style={
|
|
3617
|
-
|
|
3618
|
-
|
|
3617
|
+
[
|
|
3618
|
+
{
|
|
3619
3619
|
"color": "#001f23",
|
|
3620
3620
|
"fontSize": 24,
|
|
3621
3621
|
},
|
|
@@ -3629,8 +3629,8 @@ Array [
|
|
|
3629
3629
|
</View>
|
|
3630
3630
|
<View
|
|
3631
3631
|
style={
|
|
3632
|
-
|
|
3633
|
-
|
|
3632
|
+
[
|
|
3633
|
+
{
|
|
3634
3634
|
"minHeight": 16,
|
|
3635
3635
|
"paddingLeft": 16,
|
|
3636
3636
|
"paddingTop": 2,
|
|
@@ -3641,8 +3641,8 @@ Array [
|
|
|
3641
3641
|
>
|
|
3642
3642
|
<View
|
|
3643
3643
|
style={
|
|
3644
|
-
|
|
3645
|
-
|
|
3644
|
+
[
|
|
3645
|
+
{
|
|
3646
3646
|
"flexDirection": "row",
|
|
3647
3647
|
"justifyContent": "space-between",
|
|
3648
3648
|
},
|
|
@@ -3664,8 +3664,8 @@ Array [
|
|
|
3664
3664
|
<View
|
|
3665
3665
|
pointerEvents="box-none"
|
|
3666
3666
|
style={
|
|
3667
|
-
|
|
3668
|
-
|
|
3667
|
+
[
|
|
3668
|
+
{
|
|
3669
3669
|
"bottom": 0,
|
|
3670
3670
|
"flexDirection": "column-reverse",
|
|
3671
3671
|
"left": 0,
|
|
@@ -3680,15 +3680,15 @@ Array [
|
|
|
3680
3680
|
<View
|
|
3681
3681
|
onLayout={[Function]}
|
|
3682
3682
|
style={
|
|
3683
|
-
|
|
3684
|
-
|
|
3685
|
-
|
|
3683
|
+
[
|
|
3684
|
+
[
|
|
3685
|
+
{
|
|
3686
3686
|
"flex": 1,
|
|
3687
3687
|
"flexDirection": "column-reverse",
|
|
3688
3688
|
},
|
|
3689
3689
|
undefined,
|
|
3690
3690
|
],
|
|
3691
|
-
|
|
3691
|
+
{
|
|
3692
3692
|
"paddingBottom": 0,
|
|
3693
3693
|
},
|
|
3694
3694
|
]
|
|
@@ -3708,7 +3708,7 @@ Array [
|
|
|
3708
3708
|
onResponderTerminationRequest={[Function]}
|
|
3709
3709
|
onStartShouldSetResponder={[Function]}
|
|
3710
3710
|
style={
|
|
3711
|
-
|
|
3711
|
+
{
|
|
3712
3712
|
"backgroundColor": "#000000",
|
|
3713
3713
|
"bottom": 0,
|
|
3714
3714
|
"left": 0,
|
|
@@ -3723,7 +3723,7 @@ Array [
|
|
|
3723
3723
|
collapsable={false}
|
|
3724
3724
|
emulateUnlessSupported={true}
|
|
3725
3725
|
style={
|
|
3726
|
-
|
|
3726
|
+
{
|
|
3727
3727
|
"backgroundColor": "#ffffff",
|
|
3728
3728
|
"borderTopLeftRadius": 16,
|
|
3729
3729
|
"borderTopRightRadius": 16,
|
|
@@ -3731,17 +3731,17 @@ Array [
|
|
|
3731
3731
|
"maxHeight": "94%",
|
|
3732
3732
|
"paddingBottom": 0,
|
|
3733
3733
|
"shadowColor": "#001f23",
|
|
3734
|
-
"shadowOffset":
|
|
3734
|
+
"shadowOffset": {
|
|
3735
3735
|
"height": 3,
|
|
3736
3736
|
"width": 0,
|
|
3737
3737
|
},
|
|
3738
3738
|
"shadowOpacity": 0.4,
|
|
3739
3739
|
"shadowRadius": 16,
|
|
3740
|
-
"transform":
|
|
3741
|
-
|
|
3740
|
+
"transform": [
|
|
3741
|
+
{
|
|
3742
3742
|
"scaleY": 1,
|
|
3743
3743
|
},
|
|
3744
|
-
|
|
3744
|
+
{
|
|
3745
3745
|
"translateY": 0,
|
|
3746
3746
|
},
|
|
3747
3747
|
],
|
|
@@ -3751,8 +3751,8 @@ Array [
|
|
|
3751
3751
|
>
|
|
3752
3752
|
<View
|
|
3753
3753
|
style={
|
|
3754
|
-
|
|
3755
|
-
|
|
3754
|
+
[
|
|
3755
|
+
{
|
|
3756
3756
|
"flexDirection": "row",
|
|
3757
3757
|
"paddingHorizontal": 16,
|
|
3758
3758
|
"paddingVertical": 8,
|
|
@@ -3763,8 +3763,8 @@ Array [
|
|
|
3763
3763
|
>
|
|
3764
3764
|
<View
|
|
3765
3765
|
style={
|
|
3766
|
-
|
|
3767
|
-
|
|
3766
|
+
[
|
|
3767
|
+
{
|
|
3768
3768
|
"flex": 1,
|
|
3769
3769
|
"justifyContent": "center",
|
|
3770
3770
|
},
|
|
@@ -3775,8 +3775,8 @@ Array [
|
|
|
3775
3775
|
<Text
|
|
3776
3776
|
allowFontScaling={false}
|
|
3777
3777
|
style={
|
|
3778
|
-
|
|
3779
|
-
|
|
3778
|
+
[
|
|
3779
|
+
{
|
|
3780
3780
|
"color": "#001f23",
|
|
3781
3781
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
3782
3782
|
"fontSize": 16,
|
|
@@ -3795,8 +3795,8 @@ Array [
|
|
|
3795
3795
|
</View>
|
|
3796
3796
|
<View
|
|
3797
3797
|
style={
|
|
3798
|
-
|
|
3799
|
-
|
|
3798
|
+
[
|
|
3799
|
+
{
|
|
3800
3800
|
"alignItems": "center",
|
|
3801
3801
|
"height": 48,
|
|
3802
3802
|
"justifyContent": "center",
|
|
@@ -3819,7 +3819,7 @@ Array [
|
|
|
3819
3819
|
onResponderTerminationRequest={[Function]}
|
|
3820
3820
|
onStartShouldSetResponder={[Function]}
|
|
3821
3821
|
style={
|
|
3822
|
-
|
|
3822
|
+
{
|
|
3823
3823
|
"opacity": 1,
|
|
3824
3824
|
}
|
|
3825
3825
|
}
|
|
@@ -3828,8 +3828,8 @@ Array [
|
|
|
3828
3828
|
<HeroIcon
|
|
3829
3829
|
name="cancel"
|
|
3830
3830
|
style={
|
|
3831
|
-
|
|
3832
|
-
|
|
3831
|
+
[
|
|
3832
|
+
{
|
|
3833
3833
|
"color": "#001f23",
|
|
3834
3834
|
"fontSize": 16,
|
|
3835
3835
|
},
|
|
@@ -3845,24 +3845,24 @@ Array [
|
|
|
3845
3845
|
<RCTScrollView
|
|
3846
3846
|
ListFooterComponent={null}
|
|
3847
3847
|
data={
|
|
3848
|
-
|
|
3849
|
-
|
|
3848
|
+
[
|
|
3849
|
+
{
|
|
3850
3850
|
"category": "A",
|
|
3851
|
-
"data":
|
|
3852
|
-
|
|
3851
|
+
"data": [
|
|
3852
|
+
{
|
|
3853
3853
|
"text": "A1",
|
|
3854
3854
|
"value": "a1",
|
|
3855
3855
|
},
|
|
3856
3856
|
],
|
|
3857
3857
|
},
|
|
3858
|
-
|
|
3858
|
+
{
|
|
3859
3859
|
"category": "B",
|
|
3860
|
-
"data":
|
|
3861
|
-
|
|
3860
|
+
"data": [
|
|
3861
|
+
{
|
|
3862
3862
|
"text": "B1",
|
|
3863
3863
|
"value": "b1",
|
|
3864
3864
|
},
|
|
3865
|
-
|
|
3865
|
+
{
|
|
3866
3866
|
"text": "B2",
|
|
3867
3867
|
"value": "b2",
|
|
3868
3868
|
},
|
|
@@ -3886,17 +3886,17 @@ Array [
|
|
|
3886
3886
|
renderItem={[Function]}
|
|
3887
3887
|
scrollEventThrottle={50}
|
|
3888
3888
|
stickyHeaderIndices={
|
|
3889
|
-
|
|
3889
|
+
[
|
|
3890
3890
|
0,
|
|
3891
3891
|
3,
|
|
3892
3892
|
]
|
|
3893
3893
|
}
|
|
3894
3894
|
style={
|
|
3895
|
-
|
|
3896
|
-
|
|
3895
|
+
[
|
|
3896
|
+
{
|
|
3897
3897
|
"paddingHorizontal": 12,
|
|
3898
3898
|
},
|
|
3899
|
-
|
|
3899
|
+
{},
|
|
3900
3900
|
]
|
|
3901
3901
|
}
|
|
3902
3902
|
>
|
|
@@ -3907,8 +3907,8 @@ Array [
|
|
|
3907
3907
|
>
|
|
3908
3908
|
<View
|
|
3909
3909
|
style={
|
|
3910
|
-
|
|
3911
|
-
|
|
3910
|
+
[
|
|
3911
|
+
{
|
|
3912
3912
|
"alignContent": "center",
|
|
3913
3913
|
"backgroundColor": "#f6f6f7",
|
|
3914
3914
|
"display": "flex",
|
|
@@ -3918,7 +3918,7 @@ Array [
|
|
|
3918
3918
|
"paddingHorizontal": 16,
|
|
3919
3919
|
"paddingVertical": 8,
|
|
3920
3920
|
},
|
|
3921
|
-
|
|
3921
|
+
{
|
|
3922
3922
|
"marginBottom": 0,
|
|
3923
3923
|
},
|
|
3924
3924
|
]
|
|
@@ -3926,8 +3926,8 @@ Array [
|
|
|
3926
3926
|
>
|
|
3927
3927
|
<View
|
|
3928
3928
|
style={
|
|
3929
|
-
|
|
3930
|
-
|
|
3929
|
+
[
|
|
3930
|
+
{
|
|
3931
3931
|
"display": "flex",
|
|
3932
3932
|
"flexDirection": "row",
|
|
3933
3933
|
},
|
|
@@ -3937,8 +3937,8 @@ Array [
|
|
|
3937
3937
|
>
|
|
3938
3938
|
<View
|
|
3939
3939
|
style={
|
|
3940
|
-
|
|
3941
|
-
|
|
3940
|
+
[
|
|
3941
|
+
{
|
|
3942
3942
|
"marginRight": 8,
|
|
3943
3943
|
},
|
|
3944
3944
|
undefined,
|
|
@@ -3948,8 +3948,8 @@ Array [
|
|
|
3948
3948
|
<Text
|
|
3949
3949
|
allowFontScaling={false}
|
|
3950
3950
|
style={
|
|
3951
|
-
|
|
3952
|
-
|
|
3951
|
+
[
|
|
3952
|
+
{
|
|
3953
3953
|
"color": "#001f23",
|
|
3954
3954
|
"fontFamily": "BeVietnamPro-Regular",
|
|
3955
3955
|
"fontSize": 16,
|
|
@@ -3977,10 +3977,10 @@ Array [
|
|
|
3977
3977
|
<View
|
|
3978
3978
|
highlighted={false}
|
|
3979
3979
|
section={
|
|
3980
|
-
|
|
3980
|
+
{
|
|
3981
3981
|
"category": "A",
|
|
3982
|
-
"data":
|
|
3983
|
-
|
|
3982
|
+
"data": [
|
|
3983
|
+
{
|
|
3984
3984
|
"text": "A1",
|
|
3985
3985
|
"value": "a1",
|
|
3986
3986
|
},
|
|
@@ -3988,28 +3988,28 @@ Array [
|
|
|
3988
3988
|
}
|
|
3989
3989
|
}
|
|
3990
3990
|
style={
|
|
3991
|
-
|
|
3992
|
-
|
|
3991
|
+
[
|
|
3992
|
+
{
|
|
3993
3993
|
"marginTop": 12,
|
|
3994
3994
|
},
|
|
3995
3995
|
undefined,
|
|
3996
3996
|
]
|
|
3997
3997
|
}
|
|
3998
3998
|
trailingItem={
|
|
3999
|
-
|
|
3999
|
+
{
|
|
4000
4000
|
"text": "A1",
|
|
4001
4001
|
"value": "a1",
|
|
4002
4002
|
}
|
|
4003
4003
|
}
|
|
4004
4004
|
trailingSection={
|
|
4005
|
-
|
|
4005
|
+
{
|
|
4006
4006
|
"category": "B",
|
|
4007
|
-
"data":
|
|
4008
|
-
|
|
4007
|
+
"data": [
|
|
4008
|
+
{
|
|
4009
4009
|
"text": "B1",
|
|
4010
4010
|
"value": "b1",
|
|
4011
4011
|
},
|
|
4012
|
-
|
|
4012
|
+
{
|
|
4013
4013
|
"text": "B2",
|
|
4014
4014
|
"value": "b2",
|
|
4015
4015
|
},
|
|
@@ -4019,7 +4019,7 @@ Array [
|
|
|
4019
4019
|
/>
|
|
4020
4020
|
<View
|
|
4021
4021
|
accessibilityState={
|
|
4022
|
-
|
|
4022
|
+
{
|
|
4023
4023
|
"disabled": false,
|
|
4024
4024
|
}
|
|
4025
4025
|
}
|
|
@@ -4033,8 +4033,8 @@ Array [
|
|
|
4033
4033
|
onResponderTerminationRequest={[Function]}
|
|
4034
4034
|
onStartShouldSetResponder={[Function]}
|
|
4035
4035
|
style={
|
|
4036
|
-
|
|
4037
|
-
|
|
4036
|
+
[
|
|
4037
|
+
{
|
|
4038
4038
|
"alignItems": "center",
|
|
4039
4039
|
"backgroundColor": "#ffffff",
|
|
4040
4040
|
"borderRadius": 4,
|
|
@@ -4048,8 +4048,8 @@ Array [
|
|
|
4048
4048
|
>
|
|
4049
4049
|
<View
|
|
4050
4050
|
style={
|
|
4051
|
-
|
|
4052
|
-
|
|
4051
|
+
[
|
|
4052
|
+
{
|
|
4053
4053
|
"flex": 1,
|
|
4054
4054
|
},
|
|
4055
4055
|
undefined,
|
|
@@ -4059,8 +4059,8 @@ Array [
|
|
|
4059
4059
|
<Text
|
|
4060
4060
|
allowFontScaling={false}
|
|
4061
4061
|
style={
|
|
4062
|
-
|
|
4063
|
-
|
|
4062
|
+
[
|
|
4063
|
+
{
|
|
4064
4064
|
"color": "#001f23",
|
|
4065
4065
|
"fontFamily": "BeVietnamPro-Regular",
|
|
4066
4066
|
"fontSize": 16,
|
|
@@ -4081,16 +4081,16 @@ Array [
|
|
|
4081
4081
|
<View
|
|
4082
4082
|
highlighted={false}
|
|
4083
4083
|
leadingItem={
|
|
4084
|
-
|
|
4084
|
+
{
|
|
4085
4085
|
"text": "A1",
|
|
4086
4086
|
"value": "a1",
|
|
4087
4087
|
}
|
|
4088
4088
|
}
|
|
4089
4089
|
section={
|
|
4090
|
-
|
|
4090
|
+
{
|
|
4091
4091
|
"category": "A",
|
|
4092
|
-
"data":
|
|
4093
|
-
|
|
4092
|
+
"data": [
|
|
4093
|
+
{
|
|
4094
4094
|
"text": "A1",
|
|
4095
4095
|
"value": "a1",
|
|
4096
4096
|
},
|
|
@@ -4098,22 +4098,22 @@ Array [
|
|
|
4098
4098
|
}
|
|
4099
4099
|
}
|
|
4100
4100
|
style={
|
|
4101
|
-
|
|
4102
|
-
|
|
4101
|
+
[
|
|
4102
|
+
{
|
|
4103
4103
|
"marginTop": 12,
|
|
4104
4104
|
},
|
|
4105
4105
|
undefined,
|
|
4106
4106
|
]
|
|
4107
4107
|
}
|
|
4108
4108
|
trailingSection={
|
|
4109
|
-
|
|
4109
|
+
{
|
|
4110
4110
|
"category": "B",
|
|
4111
|
-
"data":
|
|
4112
|
-
|
|
4111
|
+
"data": [
|
|
4112
|
+
{
|
|
4113
4113
|
"text": "B1",
|
|
4114
4114
|
"value": "b1",
|
|
4115
4115
|
},
|
|
4116
|
-
|
|
4116
|
+
{
|
|
4117
4117
|
"text": "B2",
|
|
4118
4118
|
"value": "b2",
|
|
4119
4119
|
},
|
|
@@ -4133,8 +4133,8 @@ Array [
|
|
|
4133
4133
|
>
|
|
4134
4134
|
<View
|
|
4135
4135
|
style={
|
|
4136
|
-
|
|
4137
|
-
|
|
4136
|
+
[
|
|
4137
|
+
{
|
|
4138
4138
|
"alignContent": "center",
|
|
4139
4139
|
"backgroundColor": "#f6f6f7",
|
|
4140
4140
|
"display": "flex",
|
|
@@ -4144,7 +4144,7 @@ Array [
|
|
|
4144
4144
|
"paddingHorizontal": 16,
|
|
4145
4145
|
"paddingVertical": 8,
|
|
4146
4146
|
},
|
|
4147
|
-
|
|
4147
|
+
{
|
|
4148
4148
|
"marginBottom": 0,
|
|
4149
4149
|
},
|
|
4150
4150
|
]
|
|
@@ -4152,8 +4152,8 @@ Array [
|
|
|
4152
4152
|
>
|
|
4153
4153
|
<View
|
|
4154
4154
|
style={
|
|
4155
|
-
|
|
4156
|
-
|
|
4155
|
+
[
|
|
4156
|
+
{
|
|
4157
4157
|
"display": "flex",
|
|
4158
4158
|
"flexDirection": "row",
|
|
4159
4159
|
},
|
|
@@ -4163,8 +4163,8 @@ Array [
|
|
|
4163
4163
|
>
|
|
4164
4164
|
<View
|
|
4165
4165
|
style={
|
|
4166
|
-
|
|
4167
|
-
|
|
4166
|
+
[
|
|
4167
|
+
{
|
|
4168
4168
|
"marginRight": 8,
|
|
4169
4169
|
},
|
|
4170
4170
|
undefined,
|
|
@@ -4174,8 +4174,8 @@ Array [
|
|
|
4174
4174
|
<Text
|
|
4175
4175
|
allowFontScaling={false}
|
|
4176
4176
|
style={
|
|
4177
|
-
|
|
4178
|
-
|
|
4177
|
+
[
|
|
4178
|
+
{
|
|
4179
4179
|
"color": "#001f23",
|
|
4180
4180
|
"fontFamily": "BeVietnamPro-Regular",
|
|
4181
4181
|
"fontSize": 16,
|
|
@@ -4203,10 +4203,10 @@ Array [
|
|
|
4203
4203
|
<View
|
|
4204
4204
|
highlighted={false}
|
|
4205
4205
|
leadingSection={
|
|
4206
|
-
|
|
4206
|
+
{
|
|
4207
4207
|
"category": "A",
|
|
4208
|
-
"data":
|
|
4209
|
-
|
|
4208
|
+
"data": [
|
|
4209
|
+
{
|
|
4210
4210
|
"text": "A1",
|
|
4211
4211
|
"value": "a1",
|
|
4212
4212
|
},
|
|
@@ -4214,14 +4214,14 @@ Array [
|
|
|
4214
4214
|
}
|
|
4215
4215
|
}
|
|
4216
4216
|
section={
|
|
4217
|
-
|
|
4217
|
+
{
|
|
4218
4218
|
"category": "B",
|
|
4219
|
-
"data":
|
|
4220
|
-
|
|
4219
|
+
"data": [
|
|
4220
|
+
{
|
|
4221
4221
|
"text": "B1",
|
|
4222
4222
|
"value": "b1",
|
|
4223
4223
|
},
|
|
4224
|
-
|
|
4224
|
+
{
|
|
4225
4225
|
"text": "B2",
|
|
4226
4226
|
"value": "b2",
|
|
4227
4227
|
},
|
|
@@ -4229,15 +4229,15 @@ Array [
|
|
|
4229
4229
|
}
|
|
4230
4230
|
}
|
|
4231
4231
|
style={
|
|
4232
|
-
|
|
4233
|
-
|
|
4232
|
+
[
|
|
4233
|
+
{
|
|
4234
4234
|
"marginTop": 12,
|
|
4235
4235
|
},
|
|
4236
4236
|
undefined,
|
|
4237
4237
|
]
|
|
4238
4238
|
}
|
|
4239
4239
|
trailingItem={
|
|
4240
|
-
|
|
4240
|
+
{
|
|
4241
4241
|
"text": "B1",
|
|
4242
4242
|
"value": "b1",
|
|
4243
4243
|
}
|
|
@@ -4245,7 +4245,7 @@ Array [
|
|
|
4245
4245
|
/>
|
|
4246
4246
|
<View
|
|
4247
4247
|
accessibilityState={
|
|
4248
|
-
|
|
4248
|
+
{
|
|
4249
4249
|
"disabled": false,
|
|
4250
4250
|
}
|
|
4251
4251
|
}
|
|
@@ -4259,8 +4259,8 @@ Array [
|
|
|
4259
4259
|
onResponderTerminationRequest={[Function]}
|
|
4260
4260
|
onStartShouldSetResponder={[Function]}
|
|
4261
4261
|
style={
|
|
4262
|
-
|
|
4263
|
-
|
|
4262
|
+
[
|
|
4263
|
+
{
|
|
4264
4264
|
"alignItems": "center",
|
|
4265
4265
|
"backgroundColor": "#ece8ef",
|
|
4266
4266
|
"borderRadius": 4,
|
|
@@ -4274,8 +4274,8 @@ Array [
|
|
|
4274
4274
|
>
|
|
4275
4275
|
<View
|
|
4276
4276
|
style={
|
|
4277
|
-
|
|
4278
|
-
|
|
4277
|
+
[
|
|
4278
|
+
{
|
|
4279
4279
|
"flex": 1,
|
|
4280
4280
|
},
|
|
4281
4281
|
undefined,
|
|
@@ -4285,8 +4285,8 @@ Array [
|
|
|
4285
4285
|
<Text
|
|
4286
4286
|
allowFontScaling={false}
|
|
4287
4287
|
style={
|
|
4288
|
-
|
|
4289
|
-
|
|
4288
|
+
[
|
|
4289
|
+
{
|
|
4290
4290
|
"color": "#001f23",
|
|
4291
4291
|
"fontFamily": "BeVietnamPro-Regular",
|
|
4292
4292
|
"fontSize": 16,
|
|
@@ -4305,8 +4305,8 @@ Array [
|
|
|
4305
4305
|
</View>
|
|
4306
4306
|
<View
|
|
4307
4307
|
style={
|
|
4308
|
-
|
|
4309
|
-
|
|
4308
|
+
[
|
|
4309
|
+
{
|
|
4310
4310
|
"marginLeft": 8,
|
|
4311
4311
|
},
|
|
4312
4312
|
undefined,
|
|
@@ -4316,12 +4316,12 @@ Array [
|
|
|
4316
4316
|
<HeroIcon
|
|
4317
4317
|
name="checkmark"
|
|
4318
4318
|
style={
|
|
4319
|
-
|
|
4320
|
-
|
|
4319
|
+
[
|
|
4320
|
+
{
|
|
4321
4321
|
"color": "#401960",
|
|
4322
4322
|
"fontSize": 20,
|
|
4323
4323
|
},
|
|
4324
|
-
|
|
4324
|
+
{
|
|
4325
4325
|
"marginRight": 12,
|
|
4326
4326
|
},
|
|
4327
4327
|
]
|
|
@@ -4335,16 +4335,16 @@ Array [
|
|
|
4335
4335
|
<View
|
|
4336
4336
|
highlighted={false}
|
|
4337
4337
|
leadingItem={
|
|
4338
|
-
|
|
4338
|
+
{
|
|
4339
4339
|
"text": "B1",
|
|
4340
4340
|
"value": "b1",
|
|
4341
4341
|
}
|
|
4342
4342
|
}
|
|
4343
4343
|
leadingSection={
|
|
4344
|
-
|
|
4344
|
+
{
|
|
4345
4345
|
"category": "A",
|
|
4346
|
-
"data":
|
|
4347
|
-
|
|
4346
|
+
"data": [
|
|
4347
|
+
{
|
|
4348
4348
|
"text": "A1",
|
|
4349
4349
|
"value": "a1",
|
|
4350
4350
|
},
|
|
@@ -4352,14 +4352,14 @@ Array [
|
|
|
4352
4352
|
}
|
|
4353
4353
|
}
|
|
4354
4354
|
section={
|
|
4355
|
-
|
|
4355
|
+
{
|
|
4356
4356
|
"category": "B",
|
|
4357
|
-
"data":
|
|
4358
|
-
|
|
4357
|
+
"data": [
|
|
4358
|
+
{
|
|
4359
4359
|
"text": "B1",
|
|
4360
4360
|
"value": "b1",
|
|
4361
4361
|
},
|
|
4362
|
-
|
|
4362
|
+
{
|
|
4363
4363
|
"text": "B2",
|
|
4364
4364
|
"value": "b2",
|
|
4365
4365
|
},
|
|
@@ -4367,15 +4367,15 @@ Array [
|
|
|
4367
4367
|
}
|
|
4368
4368
|
}
|
|
4369
4369
|
style={
|
|
4370
|
-
|
|
4371
|
-
|
|
4370
|
+
[
|
|
4371
|
+
{
|
|
4372
4372
|
"marginTop": 4,
|
|
4373
4373
|
},
|
|
4374
4374
|
undefined,
|
|
4375
4375
|
]
|
|
4376
4376
|
}
|
|
4377
4377
|
trailingItem={
|
|
4378
|
-
|
|
4378
|
+
{
|
|
4379
4379
|
"text": "B2",
|
|
4380
4380
|
"value": "b2",
|
|
4381
4381
|
}
|
|
@@ -4390,7 +4390,7 @@ Array [
|
|
|
4390
4390
|
<View>
|
|
4391
4391
|
<View
|
|
4392
4392
|
accessibilityState={
|
|
4393
|
-
|
|
4393
|
+
{
|
|
4394
4394
|
"disabled": false,
|
|
4395
4395
|
}
|
|
4396
4396
|
}
|
|
@@ -4404,8 +4404,8 @@ Array [
|
|
|
4404
4404
|
onResponderTerminationRequest={[Function]}
|
|
4405
4405
|
onStartShouldSetResponder={[Function]}
|
|
4406
4406
|
style={
|
|
4407
|
-
|
|
4408
|
-
|
|
4407
|
+
[
|
|
4408
|
+
{
|
|
4409
4409
|
"alignItems": "center",
|
|
4410
4410
|
"backgroundColor": "#ece8ef",
|
|
4411
4411
|
"borderRadius": 4,
|
|
@@ -4419,8 +4419,8 @@ Array [
|
|
|
4419
4419
|
>
|
|
4420
4420
|
<View
|
|
4421
4421
|
style={
|
|
4422
|
-
|
|
4423
|
-
|
|
4422
|
+
[
|
|
4423
|
+
{
|
|
4424
4424
|
"flex": 1,
|
|
4425
4425
|
},
|
|
4426
4426
|
undefined,
|
|
@@ -4430,8 +4430,8 @@ Array [
|
|
|
4430
4430
|
<Text
|
|
4431
4431
|
allowFontScaling={false}
|
|
4432
4432
|
style={
|
|
4433
|
-
|
|
4434
|
-
|
|
4433
|
+
[
|
|
4434
|
+
{
|
|
4435
4435
|
"color": "#001f23",
|
|
4436
4436
|
"fontFamily": "BeVietnamPro-Regular",
|
|
4437
4437
|
"fontSize": 16,
|
|
@@ -4450,8 +4450,8 @@ Array [
|
|
|
4450
4450
|
</View>
|
|
4451
4451
|
<View
|
|
4452
4452
|
style={
|
|
4453
|
-
|
|
4454
|
-
|
|
4453
|
+
[
|
|
4454
|
+
{
|
|
4455
4455
|
"marginLeft": 8,
|
|
4456
4456
|
},
|
|
4457
4457
|
undefined,
|
|
@@ -4461,12 +4461,12 @@ Array [
|
|
|
4461
4461
|
<HeroIcon
|
|
4462
4462
|
name="checkmark"
|
|
4463
4463
|
style={
|
|
4464
|
-
|
|
4465
|
-
|
|
4464
|
+
[
|
|
4465
|
+
{
|
|
4466
4466
|
"color": "#401960",
|
|
4467
4467
|
"fontSize": 20,
|
|
4468
4468
|
},
|
|
4469
|
-
|
|
4469
|
+
{
|
|
4470
4470
|
"marginRight": 12,
|
|
4471
4471
|
},
|
|
4472
4472
|
]
|
|
@@ -4480,16 +4480,16 @@ Array [
|
|
|
4480
4480
|
<View
|
|
4481
4481
|
highlighted={false}
|
|
4482
4482
|
leadingItem={
|
|
4483
|
-
|
|
4483
|
+
{
|
|
4484
4484
|
"text": "B2",
|
|
4485
4485
|
"value": "b2",
|
|
4486
4486
|
}
|
|
4487
4487
|
}
|
|
4488
4488
|
leadingSection={
|
|
4489
|
-
|
|
4489
|
+
{
|
|
4490
4490
|
"category": "A",
|
|
4491
|
-
"data":
|
|
4492
|
-
|
|
4491
|
+
"data": [
|
|
4492
|
+
{
|
|
4493
4493
|
"text": "A1",
|
|
4494
4494
|
"value": "a1",
|
|
4495
4495
|
},
|
|
@@ -4497,14 +4497,14 @@ Array [
|
|
|
4497
4497
|
}
|
|
4498
4498
|
}
|
|
4499
4499
|
section={
|
|
4500
|
-
|
|
4500
|
+
{
|
|
4501
4501
|
"category": "B",
|
|
4502
|
-
"data":
|
|
4503
|
-
|
|
4502
|
+
"data": [
|
|
4503
|
+
{
|
|
4504
4504
|
"text": "B1",
|
|
4505
4505
|
"value": "b1",
|
|
4506
4506
|
},
|
|
4507
|
-
|
|
4507
|
+
{
|
|
4508
4508
|
"text": "B2",
|
|
4509
4509
|
"value": "b2",
|
|
4510
4510
|
},
|
|
@@ -4512,8 +4512,8 @@ Array [
|
|
|
4512
4512
|
}
|
|
4513
4513
|
}
|
|
4514
4514
|
style={
|
|
4515
|
-
|
|
4516
|
-
|
|
4515
|
+
[
|
|
4516
|
+
{
|
|
4517
4517
|
"marginTop": 12,
|
|
4518
4518
|
},
|
|
4519
4519
|
undefined,
|
|
@@ -4531,8 +4531,8 @@ Array [
|
|
|
4531
4531
|
<View>
|
|
4532
4532
|
<View
|
|
4533
4533
|
style={
|
|
4534
|
-
|
|
4535
|
-
|
|
4534
|
+
[
|
|
4535
|
+
{
|
|
4536
4536
|
"alignItems": "center",
|
|
4537
4537
|
"flexDirection": "row",
|
|
4538
4538
|
"justifyContent": "flex-end",
|
|
@@ -4545,7 +4545,7 @@ Array [
|
|
|
4545
4545
|
>
|
|
4546
4546
|
<View
|
|
4547
4547
|
accessibilityState={
|
|
4548
|
-
|
|
4548
|
+
{
|
|
4549
4549
|
"disabled": false,
|
|
4550
4550
|
}
|
|
4551
4551
|
}
|
|
@@ -4559,8 +4559,8 @@ Array [
|
|
|
4559
4559
|
onResponderTerminationRequest={[Function]}
|
|
4560
4560
|
onStartShouldSetResponder={[Function]}
|
|
4561
4561
|
style={
|
|
4562
|
-
|
|
4563
|
-
|
|
4562
|
+
[
|
|
4563
|
+
{
|
|
4564
4564
|
"alignItems": "center",
|
|
4565
4565
|
"backgroundColor": "transparent",
|
|
4566
4566
|
"borderRadius": 4,
|
|
@@ -4579,16 +4579,16 @@ Array [
|
|
|
4579
4579
|
ellipsizeMode="tail"
|
|
4580
4580
|
numberOfLines={1}
|
|
4581
4581
|
style={
|
|
4582
|
-
|
|
4583
|
-
|
|
4582
|
+
[
|
|
4583
|
+
{
|
|
4584
4584
|
"color": "#001f23",
|
|
4585
4585
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
4586
4586
|
"fontSize": 16,
|
|
4587
4587
|
"letterSpacing": 0.24,
|
|
4588
4588
|
"lineHeight": 24,
|
|
4589
4589
|
},
|
|
4590
|
-
|
|
4591
|
-
|
|
4590
|
+
[
|
|
4591
|
+
{
|
|
4592
4592
|
"color": "#401960",
|
|
4593
4593
|
"flexShrink": 1,
|
|
4594
4594
|
"lineHeight": 22,
|
|
@@ -4616,7 +4616,7 @@ Array [
|
|
|
4616
4616
|
`;
|
|
4617
4617
|
|
|
4618
4618
|
exports[`rendering renders correctly when receives sections 2`] = `
|
|
4619
|
-
|
|
4619
|
+
[
|
|
4620
4620
|
<View
|
|
4621
4621
|
pointerEvents="auto"
|
|
4622
4622
|
>
|
|
@@ -4632,7 +4632,7 @@ Array [
|
|
|
4632
4632
|
onResponderTerminationRequest={[Function]}
|
|
4633
4633
|
onStartShouldSetResponder={[Function]}
|
|
4634
4634
|
style={
|
|
4635
|
-
|
|
4635
|
+
{
|
|
4636
4636
|
"opacity": 1,
|
|
4637
4637
|
}
|
|
4638
4638
|
}
|
|
@@ -4643,8 +4643,8 @@ Array [
|
|
|
4643
4643
|
<View
|
|
4644
4644
|
pointerEvents="auto"
|
|
4645
4645
|
style={
|
|
4646
|
-
|
|
4647
|
-
|
|
4646
|
+
[
|
|
4647
|
+
{
|
|
4648
4648
|
"marginTop": 8,
|
|
4649
4649
|
"width": "100%",
|
|
4650
4650
|
},
|
|
@@ -4654,8 +4654,8 @@ Array [
|
|
|
4654
4654
|
>
|
|
4655
4655
|
<View
|
|
4656
4656
|
style={
|
|
4657
|
-
|
|
4658
|
-
|
|
4657
|
+
[
|
|
4658
|
+
{
|
|
4659
4659
|
"alignItems": "center",
|
|
4660
4660
|
"backgroundColor": "#ffffff",
|
|
4661
4661
|
"borderRadius": 8,
|
|
@@ -4668,8 +4668,8 @@ Array [
|
|
|
4668
4668
|
>
|
|
4669
4669
|
<View
|
|
4670
4670
|
style={
|
|
4671
|
-
|
|
4672
|
-
|
|
4671
|
+
[
|
|
4672
|
+
{
|
|
4673
4673
|
"borderColor": "#001f23",
|
|
4674
4674
|
"borderRadius": 8,
|
|
4675
4675
|
"borderWidth": 1,
|
|
@@ -4679,8 +4679,8 @@ Array [
|
|
|
4679
4679
|
"right": 0,
|
|
4680
4680
|
"top": 0,
|
|
4681
4681
|
},
|
|
4682
|
-
|
|
4683
|
-
|
|
4682
|
+
[
|
|
4683
|
+
{
|
|
4684
4684
|
"backgroundColor": "#ffffff",
|
|
4685
4685
|
},
|
|
4686
4686
|
undefined,
|
|
@@ -4694,8 +4694,8 @@ Array [
|
|
|
4694
4694
|
<View
|
|
4695
4695
|
pointerEvents="none"
|
|
4696
4696
|
style={
|
|
4697
|
-
|
|
4698
|
-
|
|
4697
|
+
[
|
|
4698
|
+
{
|
|
4699
4699
|
"backgroundColor": "#ffffff",
|
|
4700
4700
|
"flexDirection": "row",
|
|
4701
4701
|
"left": 16,
|
|
@@ -4704,7 +4704,7 @@ Array [
|
|
|
4704
4704
|
"top": -4,
|
|
4705
4705
|
"zIndex": 1,
|
|
4706
4706
|
},
|
|
4707
|
-
|
|
4707
|
+
{
|
|
4708
4708
|
"backgroundColor": "#ffffff",
|
|
4709
4709
|
},
|
|
4710
4710
|
]
|
|
@@ -4714,20 +4714,20 @@ Array [
|
|
|
4714
4714
|
<Text
|
|
4715
4715
|
allowFontScaling={false}
|
|
4716
4716
|
style={
|
|
4717
|
-
|
|
4718
|
-
|
|
4717
|
+
[
|
|
4718
|
+
{
|
|
4719
4719
|
"color": "#001f23",
|
|
4720
4720
|
"fontFamily": "BeVietnamPro-Regular",
|
|
4721
4721
|
"fontSize": 12,
|
|
4722
4722
|
"letterSpacing": 0.48,
|
|
4723
4723
|
"lineHeight": 16,
|
|
4724
4724
|
},
|
|
4725
|
-
|
|
4726
|
-
|
|
4725
|
+
[
|
|
4726
|
+
{
|
|
4727
4727
|
"color": "#001f23",
|
|
4728
4728
|
"lineHeight": 12,
|
|
4729
4729
|
},
|
|
4730
|
-
|
|
4730
|
+
{
|
|
4731
4731
|
"backgroundColor": "#ffffff",
|
|
4732
4732
|
},
|
|
4733
4733
|
],
|
|
@@ -4743,8 +4743,8 @@ Array [
|
|
|
4743
4743
|
</View>
|
|
4744
4744
|
<View
|
|
4745
4745
|
style={
|
|
4746
|
-
|
|
4747
|
-
|
|
4746
|
+
[
|
|
4747
|
+
{
|
|
4748
4748
|
"alignItems": "center",
|
|
4749
4749
|
"alignSelf": "stretch",
|
|
4750
4750
|
"flexDirection": "row",
|
|
@@ -4757,7 +4757,7 @@ Array [
|
|
|
4757
4757
|
>
|
|
4758
4758
|
<TextInput
|
|
4759
4759
|
accessibilityState={
|
|
4760
|
-
|
|
4760
|
+
{
|
|
4761
4761
|
"disabled": false,
|
|
4762
4762
|
}
|
|
4763
4763
|
}
|
|
@@ -4770,8 +4770,8 @@ Array [
|
|
|
4770
4770
|
placeholder=" "
|
|
4771
4771
|
pointerEvents="none"
|
|
4772
4772
|
style={
|
|
4773
|
-
|
|
4774
|
-
|
|
4773
|
+
[
|
|
4774
|
+
{
|
|
4775
4775
|
"alignSelf": "stretch",
|
|
4776
4776
|
"flexGrow": 2,
|
|
4777
4777
|
"fontFamily": "BeVietnamPro-Regular",
|
|
@@ -4782,7 +4782,7 @@ Array [
|
|
|
4782
4782
|
"paddingVertical": 0,
|
|
4783
4783
|
"textAlignVertical": "center",
|
|
4784
4784
|
},
|
|
4785
|
-
|
|
4785
|
+
{
|
|
4786
4786
|
"backgroundColor": "#ffffff",
|
|
4787
4787
|
"color": "#001f23",
|
|
4788
4788
|
},
|
|
@@ -4796,8 +4796,8 @@ Array [
|
|
|
4796
4796
|
<HeroIcon
|
|
4797
4797
|
name="arrow-down"
|
|
4798
4798
|
style={
|
|
4799
|
-
|
|
4800
|
-
|
|
4799
|
+
[
|
|
4800
|
+
{
|
|
4801
4801
|
"color": "#001f23",
|
|
4802
4802
|
"fontSize": 24,
|
|
4803
4803
|
},
|
|
@@ -4811,8 +4811,8 @@ Array [
|
|
|
4811
4811
|
</View>
|
|
4812
4812
|
<View
|
|
4813
4813
|
style={
|
|
4814
|
-
|
|
4815
|
-
|
|
4814
|
+
[
|
|
4815
|
+
{
|
|
4816
4816
|
"minHeight": 16,
|
|
4817
4817
|
"paddingLeft": 16,
|
|
4818
4818
|
"paddingTop": 2,
|
|
@@ -4823,8 +4823,8 @@ Array [
|
|
|
4823
4823
|
>
|
|
4824
4824
|
<View
|
|
4825
4825
|
style={
|
|
4826
|
-
|
|
4827
|
-
|
|
4826
|
+
[
|
|
4827
|
+
{
|
|
4828
4828
|
"flexDirection": "row",
|
|
4829
4829
|
"justifyContent": "space-between",
|
|
4830
4830
|
},
|
|
@@ -4846,8 +4846,8 @@ Array [
|
|
|
4846
4846
|
<View
|
|
4847
4847
|
pointerEvents="box-none"
|
|
4848
4848
|
style={
|
|
4849
|
-
|
|
4850
|
-
|
|
4849
|
+
[
|
|
4850
|
+
{
|
|
4851
4851
|
"bottom": 0,
|
|
4852
4852
|
"flexDirection": "column-reverse",
|
|
4853
4853
|
"left": 0,
|
|
@@ -4862,15 +4862,15 @@ Array [
|
|
|
4862
4862
|
<View
|
|
4863
4863
|
onLayout={[Function]}
|
|
4864
4864
|
style={
|
|
4865
|
-
|
|
4866
|
-
|
|
4867
|
-
|
|
4865
|
+
[
|
|
4866
|
+
[
|
|
4867
|
+
{
|
|
4868
4868
|
"flex": 1,
|
|
4869
4869
|
"flexDirection": "column-reverse",
|
|
4870
4870
|
},
|
|
4871
4871
|
undefined,
|
|
4872
4872
|
],
|
|
4873
|
-
|
|
4873
|
+
{
|
|
4874
4874
|
"paddingBottom": 0,
|
|
4875
4875
|
},
|
|
4876
4876
|
]
|
|
@@ -4890,7 +4890,7 @@ Array [
|
|
|
4890
4890
|
onResponderTerminationRequest={[Function]}
|
|
4891
4891
|
onStartShouldSetResponder={[Function]}
|
|
4892
4892
|
style={
|
|
4893
|
-
|
|
4893
|
+
{
|
|
4894
4894
|
"backgroundColor": "#000000",
|
|
4895
4895
|
"bottom": 0,
|
|
4896
4896
|
"left": 0,
|
|
@@ -4905,7 +4905,7 @@ Array [
|
|
|
4905
4905
|
collapsable={false}
|
|
4906
4906
|
emulateUnlessSupported={true}
|
|
4907
4907
|
style={
|
|
4908
|
-
|
|
4908
|
+
{
|
|
4909
4909
|
"backgroundColor": "#ffffff",
|
|
4910
4910
|
"borderTopLeftRadius": 16,
|
|
4911
4911
|
"borderTopRightRadius": 16,
|
|
@@ -4913,17 +4913,17 @@ Array [
|
|
|
4913
4913
|
"maxHeight": "94%",
|
|
4914
4914
|
"paddingBottom": 0,
|
|
4915
4915
|
"shadowColor": "#001f23",
|
|
4916
|
-
"shadowOffset":
|
|
4916
|
+
"shadowOffset": {
|
|
4917
4917
|
"height": 3,
|
|
4918
4918
|
"width": 0,
|
|
4919
4919
|
},
|
|
4920
4920
|
"shadowOpacity": 0.4,
|
|
4921
4921
|
"shadowRadius": 16,
|
|
4922
|
-
"transform":
|
|
4923
|
-
|
|
4922
|
+
"transform": [
|
|
4923
|
+
{
|
|
4924
4924
|
"scaleY": 1,
|
|
4925
4925
|
},
|
|
4926
|
-
|
|
4926
|
+
{
|
|
4927
4927
|
"translateY": 0,
|
|
4928
4928
|
},
|
|
4929
4929
|
],
|
|
@@ -4933,8 +4933,8 @@ Array [
|
|
|
4933
4933
|
>
|
|
4934
4934
|
<View
|
|
4935
4935
|
style={
|
|
4936
|
-
|
|
4937
|
-
|
|
4936
|
+
[
|
|
4937
|
+
{
|
|
4938
4938
|
"flexDirection": "row",
|
|
4939
4939
|
"paddingHorizontal": 16,
|
|
4940
4940
|
"paddingVertical": 8,
|
|
@@ -4945,8 +4945,8 @@ Array [
|
|
|
4945
4945
|
>
|
|
4946
4946
|
<View
|
|
4947
4947
|
style={
|
|
4948
|
-
|
|
4949
|
-
|
|
4948
|
+
[
|
|
4949
|
+
{
|
|
4950
4950
|
"flex": 1,
|
|
4951
4951
|
"justifyContent": "center",
|
|
4952
4952
|
},
|
|
@@ -4957,8 +4957,8 @@ Array [
|
|
|
4957
4957
|
<Text
|
|
4958
4958
|
allowFontScaling={false}
|
|
4959
4959
|
style={
|
|
4960
|
-
|
|
4961
|
-
|
|
4960
|
+
[
|
|
4961
|
+
{
|
|
4962
4962
|
"color": "#001f23",
|
|
4963
4963
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
4964
4964
|
"fontSize": 16,
|
|
@@ -4977,8 +4977,8 @@ Array [
|
|
|
4977
4977
|
</View>
|
|
4978
4978
|
<View
|
|
4979
4979
|
style={
|
|
4980
|
-
|
|
4981
|
-
|
|
4980
|
+
[
|
|
4981
|
+
{
|
|
4982
4982
|
"alignItems": "center",
|
|
4983
4983
|
"height": 48,
|
|
4984
4984
|
"justifyContent": "center",
|
|
@@ -5001,7 +5001,7 @@ Array [
|
|
|
5001
5001
|
onResponderTerminationRequest={[Function]}
|
|
5002
5002
|
onStartShouldSetResponder={[Function]}
|
|
5003
5003
|
style={
|
|
5004
|
-
|
|
5004
|
+
{
|
|
5005
5005
|
"opacity": 1,
|
|
5006
5006
|
}
|
|
5007
5007
|
}
|
|
@@ -5010,8 +5010,8 @@ Array [
|
|
|
5010
5010
|
<HeroIcon
|
|
5011
5011
|
name="cancel"
|
|
5012
5012
|
style={
|
|
5013
|
-
|
|
5014
|
-
|
|
5013
|
+
[
|
|
5014
|
+
{
|
|
5015
5015
|
"color": "#001f23",
|
|
5016
5016
|
"fontSize": 16,
|
|
5017
5017
|
},
|
|
@@ -5027,24 +5027,24 @@ Array [
|
|
|
5027
5027
|
<RCTScrollView
|
|
5028
5028
|
ListFooterComponent={null}
|
|
5029
5029
|
data={
|
|
5030
|
-
|
|
5031
|
-
|
|
5030
|
+
[
|
|
5031
|
+
{
|
|
5032
5032
|
"category": "A",
|
|
5033
|
-
"data":
|
|
5034
|
-
|
|
5033
|
+
"data": [
|
|
5034
|
+
{
|
|
5035
5035
|
"text": "A1",
|
|
5036
5036
|
"value": "a1",
|
|
5037
5037
|
},
|
|
5038
5038
|
],
|
|
5039
5039
|
},
|
|
5040
|
-
|
|
5040
|
+
{
|
|
5041
5041
|
"category": "B",
|
|
5042
|
-
"data":
|
|
5043
|
-
|
|
5042
|
+
"data": [
|
|
5043
|
+
{
|
|
5044
5044
|
"text": "B1",
|
|
5045
5045
|
"value": "b1",
|
|
5046
5046
|
},
|
|
5047
|
-
|
|
5047
|
+
{
|
|
5048
5048
|
"text": "B2",
|
|
5049
5049
|
"value": "b2",
|
|
5050
5050
|
},
|
|
@@ -5068,17 +5068,17 @@ Array [
|
|
|
5068
5068
|
renderItem={[Function]}
|
|
5069
5069
|
scrollEventThrottle={50}
|
|
5070
5070
|
stickyHeaderIndices={
|
|
5071
|
-
|
|
5071
|
+
[
|
|
5072
5072
|
0,
|
|
5073
5073
|
3,
|
|
5074
5074
|
]
|
|
5075
5075
|
}
|
|
5076
5076
|
style={
|
|
5077
|
-
|
|
5078
|
-
|
|
5077
|
+
[
|
|
5078
|
+
{
|
|
5079
5079
|
"paddingHorizontal": 12,
|
|
5080
5080
|
},
|
|
5081
|
-
|
|
5081
|
+
{},
|
|
5082
5082
|
]
|
|
5083
5083
|
}
|
|
5084
5084
|
>
|
|
@@ -5089,8 +5089,8 @@ Array [
|
|
|
5089
5089
|
>
|
|
5090
5090
|
<View
|
|
5091
5091
|
style={
|
|
5092
|
-
|
|
5093
|
-
|
|
5092
|
+
[
|
|
5093
|
+
{
|
|
5094
5094
|
"alignContent": "center",
|
|
5095
5095
|
"backgroundColor": "#f6f6f7",
|
|
5096
5096
|
"display": "flex",
|
|
@@ -5100,7 +5100,7 @@ Array [
|
|
|
5100
5100
|
"paddingHorizontal": 16,
|
|
5101
5101
|
"paddingVertical": 8,
|
|
5102
5102
|
},
|
|
5103
|
-
|
|
5103
|
+
{
|
|
5104
5104
|
"marginBottom": 0,
|
|
5105
5105
|
},
|
|
5106
5106
|
]
|
|
@@ -5108,8 +5108,8 @@ Array [
|
|
|
5108
5108
|
>
|
|
5109
5109
|
<View
|
|
5110
5110
|
style={
|
|
5111
|
-
|
|
5112
|
-
|
|
5111
|
+
[
|
|
5112
|
+
{
|
|
5113
5113
|
"display": "flex",
|
|
5114
5114
|
"flexDirection": "row",
|
|
5115
5115
|
},
|
|
@@ -5119,8 +5119,8 @@ Array [
|
|
|
5119
5119
|
>
|
|
5120
5120
|
<View
|
|
5121
5121
|
style={
|
|
5122
|
-
|
|
5123
|
-
|
|
5122
|
+
[
|
|
5123
|
+
{
|
|
5124
5124
|
"marginRight": 8,
|
|
5125
5125
|
},
|
|
5126
5126
|
undefined,
|
|
@@ -5130,8 +5130,8 @@ Array [
|
|
|
5130
5130
|
<Text
|
|
5131
5131
|
allowFontScaling={false}
|
|
5132
5132
|
style={
|
|
5133
|
-
|
|
5134
|
-
|
|
5133
|
+
[
|
|
5134
|
+
{
|
|
5135
5135
|
"color": "#001f23",
|
|
5136
5136
|
"fontFamily": "BeVietnamPro-Regular",
|
|
5137
5137
|
"fontSize": 16,
|
|
@@ -5159,10 +5159,10 @@ Array [
|
|
|
5159
5159
|
<View
|
|
5160
5160
|
highlighted={false}
|
|
5161
5161
|
section={
|
|
5162
|
-
|
|
5162
|
+
{
|
|
5163
5163
|
"category": "A",
|
|
5164
|
-
"data":
|
|
5165
|
-
|
|
5164
|
+
"data": [
|
|
5165
|
+
{
|
|
5166
5166
|
"text": "A1",
|
|
5167
5167
|
"value": "a1",
|
|
5168
5168
|
},
|
|
@@ -5170,28 +5170,28 @@ Array [
|
|
|
5170
5170
|
}
|
|
5171
5171
|
}
|
|
5172
5172
|
style={
|
|
5173
|
-
|
|
5174
|
-
|
|
5173
|
+
[
|
|
5174
|
+
{
|
|
5175
5175
|
"marginTop": 12,
|
|
5176
5176
|
},
|
|
5177
5177
|
undefined,
|
|
5178
5178
|
]
|
|
5179
5179
|
}
|
|
5180
5180
|
trailingItem={
|
|
5181
|
-
|
|
5181
|
+
{
|
|
5182
5182
|
"text": "A1",
|
|
5183
5183
|
"value": "a1",
|
|
5184
5184
|
}
|
|
5185
5185
|
}
|
|
5186
5186
|
trailingSection={
|
|
5187
|
-
|
|
5187
|
+
{
|
|
5188
5188
|
"category": "B",
|
|
5189
|
-
"data":
|
|
5190
|
-
|
|
5189
|
+
"data": [
|
|
5190
|
+
{
|
|
5191
5191
|
"text": "B1",
|
|
5192
5192
|
"value": "b1",
|
|
5193
5193
|
},
|
|
5194
|
-
|
|
5194
|
+
{
|
|
5195
5195
|
"text": "B2",
|
|
5196
5196
|
"value": "b2",
|
|
5197
5197
|
},
|
|
@@ -5201,7 +5201,7 @@ Array [
|
|
|
5201
5201
|
/>
|
|
5202
5202
|
<View
|
|
5203
5203
|
accessibilityState={
|
|
5204
|
-
|
|
5204
|
+
{
|
|
5205
5205
|
"disabled": false,
|
|
5206
5206
|
}
|
|
5207
5207
|
}
|
|
@@ -5215,8 +5215,8 @@ Array [
|
|
|
5215
5215
|
onResponderTerminationRequest={[Function]}
|
|
5216
5216
|
onStartShouldSetResponder={[Function]}
|
|
5217
5217
|
style={
|
|
5218
|
-
|
|
5219
|
-
|
|
5218
|
+
[
|
|
5219
|
+
{
|
|
5220
5220
|
"alignItems": "center",
|
|
5221
5221
|
"backgroundColor": "#ece8ef",
|
|
5222
5222
|
"borderRadius": 4,
|
|
@@ -5230,8 +5230,8 @@ Array [
|
|
|
5230
5230
|
>
|
|
5231
5231
|
<View
|
|
5232
5232
|
style={
|
|
5233
|
-
|
|
5234
|
-
|
|
5233
|
+
[
|
|
5234
|
+
{
|
|
5235
5235
|
"flex": 1,
|
|
5236
5236
|
},
|
|
5237
5237
|
undefined,
|
|
@@ -5241,8 +5241,8 @@ Array [
|
|
|
5241
5241
|
<Text
|
|
5242
5242
|
allowFontScaling={false}
|
|
5243
5243
|
style={
|
|
5244
|
-
|
|
5245
|
-
|
|
5244
|
+
[
|
|
5245
|
+
{
|
|
5246
5246
|
"color": "#001f23",
|
|
5247
5247
|
"fontFamily": "BeVietnamPro-Regular",
|
|
5248
5248
|
"fontSize": 16,
|
|
@@ -5261,8 +5261,8 @@ Array [
|
|
|
5261
5261
|
</View>
|
|
5262
5262
|
<View
|
|
5263
5263
|
style={
|
|
5264
|
-
|
|
5265
|
-
|
|
5264
|
+
[
|
|
5265
|
+
{
|
|
5266
5266
|
"marginLeft": 8,
|
|
5267
5267
|
},
|
|
5268
5268
|
undefined,
|
|
@@ -5272,12 +5272,12 @@ Array [
|
|
|
5272
5272
|
<HeroIcon
|
|
5273
5273
|
name="checkmark"
|
|
5274
5274
|
style={
|
|
5275
|
-
|
|
5276
|
-
|
|
5275
|
+
[
|
|
5276
|
+
{
|
|
5277
5277
|
"color": "#401960",
|
|
5278
5278
|
"fontSize": 20,
|
|
5279
5279
|
},
|
|
5280
|
-
|
|
5280
|
+
{
|
|
5281
5281
|
"marginRight": 12,
|
|
5282
5282
|
},
|
|
5283
5283
|
]
|
|
@@ -5291,16 +5291,16 @@ Array [
|
|
|
5291
5291
|
<View
|
|
5292
5292
|
highlighted={false}
|
|
5293
5293
|
leadingItem={
|
|
5294
|
-
|
|
5294
|
+
{
|
|
5295
5295
|
"text": "A1",
|
|
5296
5296
|
"value": "a1",
|
|
5297
5297
|
}
|
|
5298
5298
|
}
|
|
5299
5299
|
section={
|
|
5300
|
-
|
|
5300
|
+
{
|
|
5301
5301
|
"category": "A",
|
|
5302
|
-
"data":
|
|
5303
|
-
|
|
5302
|
+
"data": [
|
|
5303
|
+
{
|
|
5304
5304
|
"text": "A1",
|
|
5305
5305
|
"value": "a1",
|
|
5306
5306
|
},
|
|
@@ -5308,22 +5308,22 @@ Array [
|
|
|
5308
5308
|
}
|
|
5309
5309
|
}
|
|
5310
5310
|
style={
|
|
5311
|
-
|
|
5312
|
-
|
|
5311
|
+
[
|
|
5312
|
+
{
|
|
5313
5313
|
"marginTop": 12,
|
|
5314
5314
|
},
|
|
5315
5315
|
undefined,
|
|
5316
5316
|
]
|
|
5317
5317
|
}
|
|
5318
5318
|
trailingSection={
|
|
5319
|
-
|
|
5319
|
+
{
|
|
5320
5320
|
"category": "B",
|
|
5321
|
-
"data":
|
|
5322
|
-
|
|
5321
|
+
"data": [
|
|
5322
|
+
{
|
|
5323
5323
|
"text": "B1",
|
|
5324
5324
|
"value": "b1",
|
|
5325
5325
|
},
|
|
5326
|
-
|
|
5326
|
+
{
|
|
5327
5327
|
"text": "B2",
|
|
5328
5328
|
"value": "b2",
|
|
5329
5329
|
},
|
|
@@ -5343,8 +5343,8 @@ Array [
|
|
|
5343
5343
|
>
|
|
5344
5344
|
<View
|
|
5345
5345
|
style={
|
|
5346
|
-
|
|
5347
|
-
|
|
5346
|
+
[
|
|
5347
|
+
{
|
|
5348
5348
|
"alignContent": "center",
|
|
5349
5349
|
"backgroundColor": "#f6f6f7",
|
|
5350
5350
|
"display": "flex",
|
|
@@ -5354,7 +5354,7 @@ Array [
|
|
|
5354
5354
|
"paddingHorizontal": 16,
|
|
5355
5355
|
"paddingVertical": 8,
|
|
5356
5356
|
},
|
|
5357
|
-
|
|
5357
|
+
{
|
|
5358
5358
|
"marginBottom": 0,
|
|
5359
5359
|
},
|
|
5360
5360
|
]
|
|
@@ -5362,8 +5362,8 @@ Array [
|
|
|
5362
5362
|
>
|
|
5363
5363
|
<View
|
|
5364
5364
|
style={
|
|
5365
|
-
|
|
5366
|
-
|
|
5365
|
+
[
|
|
5366
|
+
{
|
|
5367
5367
|
"display": "flex",
|
|
5368
5368
|
"flexDirection": "row",
|
|
5369
5369
|
},
|
|
@@ -5373,8 +5373,8 @@ Array [
|
|
|
5373
5373
|
>
|
|
5374
5374
|
<View
|
|
5375
5375
|
style={
|
|
5376
|
-
|
|
5377
|
-
|
|
5376
|
+
[
|
|
5377
|
+
{
|
|
5378
5378
|
"marginRight": 8,
|
|
5379
5379
|
},
|
|
5380
5380
|
undefined,
|
|
@@ -5384,8 +5384,8 @@ Array [
|
|
|
5384
5384
|
<Text
|
|
5385
5385
|
allowFontScaling={false}
|
|
5386
5386
|
style={
|
|
5387
|
-
|
|
5388
|
-
|
|
5387
|
+
[
|
|
5388
|
+
{
|
|
5389
5389
|
"color": "#001f23",
|
|
5390
5390
|
"fontFamily": "BeVietnamPro-Regular",
|
|
5391
5391
|
"fontSize": 16,
|
|
@@ -5413,10 +5413,10 @@ Array [
|
|
|
5413
5413
|
<View
|
|
5414
5414
|
highlighted={false}
|
|
5415
5415
|
leadingSection={
|
|
5416
|
-
|
|
5416
|
+
{
|
|
5417
5417
|
"category": "A",
|
|
5418
|
-
"data":
|
|
5419
|
-
|
|
5418
|
+
"data": [
|
|
5419
|
+
{
|
|
5420
5420
|
"text": "A1",
|
|
5421
5421
|
"value": "a1",
|
|
5422
5422
|
},
|
|
@@ -5424,14 +5424,14 @@ Array [
|
|
|
5424
5424
|
}
|
|
5425
5425
|
}
|
|
5426
5426
|
section={
|
|
5427
|
-
|
|
5427
|
+
{
|
|
5428
5428
|
"category": "B",
|
|
5429
|
-
"data":
|
|
5430
|
-
|
|
5429
|
+
"data": [
|
|
5430
|
+
{
|
|
5431
5431
|
"text": "B1",
|
|
5432
5432
|
"value": "b1",
|
|
5433
5433
|
},
|
|
5434
|
-
|
|
5434
|
+
{
|
|
5435
5435
|
"text": "B2",
|
|
5436
5436
|
"value": "b2",
|
|
5437
5437
|
},
|
|
@@ -5439,15 +5439,15 @@ Array [
|
|
|
5439
5439
|
}
|
|
5440
5440
|
}
|
|
5441
5441
|
style={
|
|
5442
|
-
|
|
5443
|
-
|
|
5442
|
+
[
|
|
5443
|
+
{
|
|
5444
5444
|
"marginTop": 12,
|
|
5445
5445
|
},
|
|
5446
5446
|
undefined,
|
|
5447
5447
|
]
|
|
5448
5448
|
}
|
|
5449
5449
|
trailingItem={
|
|
5450
|
-
|
|
5450
|
+
{
|
|
5451
5451
|
"text": "B1",
|
|
5452
5452
|
"value": "b1",
|
|
5453
5453
|
}
|
|
@@ -5455,7 +5455,7 @@ Array [
|
|
|
5455
5455
|
/>
|
|
5456
5456
|
<View
|
|
5457
5457
|
accessibilityState={
|
|
5458
|
-
|
|
5458
|
+
{
|
|
5459
5459
|
"disabled": false,
|
|
5460
5460
|
}
|
|
5461
5461
|
}
|
|
@@ -5469,8 +5469,8 @@ Array [
|
|
|
5469
5469
|
onResponderTerminationRequest={[Function]}
|
|
5470
5470
|
onStartShouldSetResponder={[Function]}
|
|
5471
5471
|
style={
|
|
5472
|
-
|
|
5473
|
-
|
|
5472
|
+
[
|
|
5473
|
+
{
|
|
5474
5474
|
"alignItems": "center",
|
|
5475
5475
|
"backgroundColor": "#ffffff",
|
|
5476
5476
|
"borderRadius": 4,
|
|
@@ -5484,8 +5484,8 @@ Array [
|
|
|
5484
5484
|
>
|
|
5485
5485
|
<View
|
|
5486
5486
|
style={
|
|
5487
|
-
|
|
5488
|
-
|
|
5487
|
+
[
|
|
5488
|
+
{
|
|
5489
5489
|
"flex": 1,
|
|
5490
5490
|
},
|
|
5491
5491
|
undefined,
|
|
@@ -5495,8 +5495,8 @@ Array [
|
|
|
5495
5495
|
<Text
|
|
5496
5496
|
allowFontScaling={false}
|
|
5497
5497
|
style={
|
|
5498
|
-
|
|
5499
|
-
|
|
5498
|
+
[
|
|
5499
|
+
{
|
|
5500
5500
|
"color": "#001f23",
|
|
5501
5501
|
"fontFamily": "BeVietnamPro-Regular",
|
|
5502
5502
|
"fontSize": 16,
|
|
@@ -5517,16 +5517,16 @@ Array [
|
|
|
5517
5517
|
<View
|
|
5518
5518
|
highlighted={false}
|
|
5519
5519
|
leadingItem={
|
|
5520
|
-
|
|
5520
|
+
{
|
|
5521
5521
|
"text": "B1",
|
|
5522
5522
|
"value": "b1",
|
|
5523
5523
|
}
|
|
5524
5524
|
}
|
|
5525
5525
|
leadingSection={
|
|
5526
|
-
|
|
5526
|
+
{
|
|
5527
5527
|
"category": "A",
|
|
5528
|
-
"data":
|
|
5529
|
-
|
|
5528
|
+
"data": [
|
|
5529
|
+
{
|
|
5530
5530
|
"text": "A1",
|
|
5531
5531
|
"value": "a1",
|
|
5532
5532
|
},
|
|
@@ -5534,14 +5534,14 @@ Array [
|
|
|
5534
5534
|
}
|
|
5535
5535
|
}
|
|
5536
5536
|
section={
|
|
5537
|
-
|
|
5537
|
+
{
|
|
5538
5538
|
"category": "B",
|
|
5539
|
-
"data":
|
|
5540
|
-
|
|
5539
|
+
"data": [
|
|
5540
|
+
{
|
|
5541
5541
|
"text": "B1",
|
|
5542
5542
|
"value": "b1",
|
|
5543
5543
|
},
|
|
5544
|
-
|
|
5544
|
+
{
|
|
5545
5545
|
"text": "B2",
|
|
5546
5546
|
"value": "b2",
|
|
5547
5547
|
},
|
|
@@ -5549,15 +5549,15 @@ Array [
|
|
|
5549
5549
|
}
|
|
5550
5550
|
}
|
|
5551
5551
|
style={
|
|
5552
|
-
|
|
5553
|
-
|
|
5552
|
+
[
|
|
5553
|
+
{
|
|
5554
5554
|
"marginTop": 4,
|
|
5555
5555
|
},
|
|
5556
5556
|
undefined,
|
|
5557
5557
|
]
|
|
5558
5558
|
}
|
|
5559
5559
|
trailingItem={
|
|
5560
|
-
|
|
5560
|
+
{
|
|
5561
5561
|
"text": "B2",
|
|
5562
5562
|
"value": "b2",
|
|
5563
5563
|
}
|
|
@@ -5572,7 +5572,7 @@ Array [
|
|
|
5572
5572
|
<View>
|
|
5573
5573
|
<View
|
|
5574
5574
|
accessibilityState={
|
|
5575
|
-
|
|
5575
|
+
{
|
|
5576
5576
|
"disabled": false,
|
|
5577
5577
|
}
|
|
5578
5578
|
}
|
|
@@ -5586,8 +5586,8 @@ Array [
|
|
|
5586
5586
|
onResponderTerminationRequest={[Function]}
|
|
5587
5587
|
onStartShouldSetResponder={[Function]}
|
|
5588
5588
|
style={
|
|
5589
|
-
|
|
5590
|
-
|
|
5589
|
+
[
|
|
5590
|
+
{
|
|
5591
5591
|
"alignItems": "center",
|
|
5592
5592
|
"backgroundColor": "#ffffff",
|
|
5593
5593
|
"borderRadius": 4,
|
|
@@ -5601,8 +5601,8 @@ Array [
|
|
|
5601
5601
|
>
|
|
5602
5602
|
<View
|
|
5603
5603
|
style={
|
|
5604
|
-
|
|
5605
|
-
|
|
5604
|
+
[
|
|
5605
|
+
{
|
|
5606
5606
|
"flex": 1,
|
|
5607
5607
|
},
|
|
5608
5608
|
undefined,
|
|
@@ -5612,8 +5612,8 @@ Array [
|
|
|
5612
5612
|
<Text
|
|
5613
5613
|
allowFontScaling={false}
|
|
5614
5614
|
style={
|
|
5615
|
-
|
|
5616
|
-
|
|
5615
|
+
[
|
|
5616
|
+
{
|
|
5617
5617
|
"color": "#001f23",
|
|
5618
5618
|
"fontFamily": "BeVietnamPro-Regular",
|
|
5619
5619
|
"fontSize": 16,
|
|
@@ -5634,16 +5634,16 @@ Array [
|
|
|
5634
5634
|
<View
|
|
5635
5635
|
highlighted={false}
|
|
5636
5636
|
leadingItem={
|
|
5637
|
-
|
|
5637
|
+
{
|
|
5638
5638
|
"text": "B2",
|
|
5639
5639
|
"value": "b2",
|
|
5640
5640
|
}
|
|
5641
5641
|
}
|
|
5642
5642
|
leadingSection={
|
|
5643
|
-
|
|
5643
|
+
{
|
|
5644
5644
|
"category": "A",
|
|
5645
|
-
"data":
|
|
5646
|
-
|
|
5645
|
+
"data": [
|
|
5646
|
+
{
|
|
5647
5647
|
"text": "A1",
|
|
5648
5648
|
"value": "a1",
|
|
5649
5649
|
},
|
|
@@ -5651,14 +5651,14 @@ Array [
|
|
|
5651
5651
|
}
|
|
5652
5652
|
}
|
|
5653
5653
|
section={
|
|
5654
|
-
|
|
5654
|
+
{
|
|
5655
5655
|
"category": "B",
|
|
5656
|
-
"data":
|
|
5657
|
-
|
|
5656
|
+
"data": [
|
|
5657
|
+
{
|
|
5658
5658
|
"text": "B1",
|
|
5659
5659
|
"value": "b1",
|
|
5660
5660
|
},
|
|
5661
|
-
|
|
5661
|
+
{
|
|
5662
5662
|
"text": "B2",
|
|
5663
5663
|
"value": "b2",
|
|
5664
5664
|
},
|
|
@@ -5666,8 +5666,8 @@ Array [
|
|
|
5666
5666
|
}
|
|
5667
5667
|
}
|
|
5668
5668
|
style={
|
|
5669
|
-
|
|
5670
|
-
|
|
5669
|
+
[
|
|
5670
|
+
{
|
|
5671
5671
|
"marginTop": 12,
|
|
5672
5672
|
},
|
|
5673
5673
|
undefined,
|
|
@@ -5685,8 +5685,8 @@ Array [
|
|
|
5685
5685
|
<View>
|
|
5686
5686
|
<View
|
|
5687
5687
|
style={
|
|
5688
|
-
|
|
5689
|
-
|
|
5688
|
+
[
|
|
5689
|
+
{
|
|
5690
5690
|
"alignItems": "center",
|
|
5691
5691
|
"flexDirection": "row",
|
|
5692
5692
|
"justifyContent": "flex-end",
|
|
@@ -5699,7 +5699,7 @@ Array [
|
|
|
5699
5699
|
>
|
|
5700
5700
|
<View
|
|
5701
5701
|
accessibilityState={
|
|
5702
|
-
|
|
5702
|
+
{
|
|
5703
5703
|
"disabled": false,
|
|
5704
5704
|
}
|
|
5705
5705
|
}
|
|
@@ -5713,8 +5713,8 @@ Array [
|
|
|
5713
5713
|
onResponderTerminationRequest={[Function]}
|
|
5714
5714
|
onStartShouldSetResponder={[Function]}
|
|
5715
5715
|
style={
|
|
5716
|
-
|
|
5717
|
-
|
|
5716
|
+
[
|
|
5717
|
+
{
|
|
5718
5718
|
"alignItems": "center",
|
|
5719
5719
|
"backgroundColor": "transparent",
|
|
5720
5720
|
"borderRadius": 4,
|
|
@@ -5733,16 +5733,16 @@ Array [
|
|
|
5733
5733
|
ellipsizeMode="tail"
|
|
5734
5734
|
numberOfLines={1}
|
|
5735
5735
|
style={
|
|
5736
|
-
|
|
5737
|
-
|
|
5736
|
+
[
|
|
5737
|
+
{
|
|
5738
5738
|
"color": "#001f23",
|
|
5739
5739
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
5740
5740
|
"fontSize": 16,
|
|
5741
5741
|
"letterSpacing": 0.24,
|
|
5742
5742
|
"lineHeight": 24,
|
|
5743
5743
|
},
|
|
5744
|
-
|
|
5745
|
-
|
|
5744
|
+
[
|
|
5745
|
+
{
|
|
5746
5746
|
"color": "#401960",
|
|
5747
5747
|
"flexShrink": 1,
|
|
5748
5748
|
"lineHeight": 22,
|