@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.
Files changed (139) hide show
  1. package/.turbo/turbo-build.log +1 -1
  2. package/assets/fonts/hero-icons-mobile.ttf +0 -0
  3. package/es/index.js +201 -196
  4. package/lib/assets/fonts/hero-icons-mobile.ttf +0 -0
  5. package/lib/index.js +201 -196
  6. package/package.json +13 -12
  7. package/src/components/Accordion/__tests__/__snapshots__/AccordionItem.spec.tsx.snap +64 -64
  8. package/src/components/Accordion/__tests__/__snapshots__/StyledAccordion.spec.tsx.snap +4 -4
  9. package/src/components/Accordion/__tests__/__snapshots__/index.spec.tsx.snap +104 -104
  10. package/src/components/Alert/__tests__/__snapshots__/index.spec.tsx.snap +107 -107
  11. package/src/components/Attachment/__tests__/__snapshots__/index.spec.tsx.snap +17 -17
  12. package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/StyledAvatarStack.spec.tsx.snap +10 -10
  13. package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/index.spec.tsx.snap +76 -76
  14. package/src/components/Avatar/__tests__/__snapshots__/StyledAvatar.spec.tsx.snap +8 -8
  15. package/src/components/Avatar/__tests__/__snapshots__/index.spec.tsx.snap +24 -24
  16. package/src/components/Badge/__tests__/__snapshots__/Badge.spec.tsx.snap +42 -42
  17. package/src/components/Badge/__tests__/__snapshots__/Status.spec.tsx.snap +10 -10
  18. package/src/components/BottomNavigation/__tests__/__snapshots__/index.spec.tsx.snap +46 -46
  19. package/src/components/BottomNavigation/index.tsx +4 -0
  20. package/src/components/BottomSheet/__tests__/__snapshots__/index.spec.tsx.snap +30 -30
  21. package/src/components/Box/__tests__/__snapshots__/index.spec.tsx.snap +42 -42
  22. package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/StyledLoadingIndicator.spec.tsx.snap +20 -20
  23. package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/index.spec.tsx.snap +210 -210
  24. package/src/components/Button/UtilityButton/__tests__/__snapshots__/index.spec.tsx.snap +18 -18
  25. package/src/components/Button/__tests__/__snapshots__/Button.spec.tsx.snap +214 -214
  26. package/src/components/Button/__tests__/__snapshots__/IconButton.spec.tsx.snap +4 -4
  27. package/src/components/Button/__tests__/__snapshots__/StyledButton.spec.tsx.snap +105 -105
  28. package/src/components/Calendar/__tests__/__snapshots__/CalendarRowItem.spec.tsx.snap +35 -35
  29. package/src/components/Card/DataCard/__tests__/__snapshots__/StyledDataCard.spec.tsx.snap +14 -14
  30. package/src/components/Card/DataCard/__tests__/__snapshots__/index.spec.tsx.snap +20 -20
  31. package/src/components/Card/__tests__/__snapshots__/StyledCard.spec.tsx.snap +2 -2
  32. package/src/components/Card/__tests__/__snapshots__/index.spec.tsx.snap +24 -24
  33. package/src/components/Carousel/CardCarousel.tsx +1 -1
  34. package/src/components/Carousel/__tests__/__snapshots__/CardCarousel.spec.tsx.snap +88 -88
  35. package/src/components/Carousel/__tests__/__snapshots__/StyledCardCarousel.spec.tsx.snap +15 -15
  36. package/src/components/Carousel/__tests__/__snapshots__/StyledCarousel.spec.tsx.snap +2 -2
  37. package/src/components/Carousel/__tests__/__snapshots__/index.spec.tsx.snap +342 -342
  38. package/src/components/Checkbox/__tests__/__snapshots__/StyledCheckbox.spec.tsx.snap +12 -12
  39. package/src/components/Checkbox/__tests__/__snapshots__/index.spec.tsx.snap +56 -56
  40. package/src/components/Collapse/__tests__/__snapshots__/StyledCollapse.spec.tsx.snap +3 -3
  41. package/src/components/Collapse/__tests__/__snapshots__/index.spec.tsx.snap +10 -10
  42. package/src/components/ContentNavigator/__tests__/__snapshots__/StyledContentNavigator.spec.tsx.snap +2 -2
  43. package/src/components/ContentNavigator/__tests__/__snapshots__/index.spec.tsx.snap +39 -39
  44. package/src/components/DatePicker/__tests__/__snapshots__/DatePicker.spec.tsx.snap +90 -90
  45. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerAndroid.spec.tsx.snap +30 -30
  46. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerCalendar.spec.tsx.snap +30 -30
  47. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +71 -71
  48. package/src/components/Divider/__tests__/__snapshots__/StyledDivider.spec.tsx.snap +24 -24
  49. package/src/components/Drawer/DragableDrawer/__tests__/__snapshots__/index.spec.tsx.snap +11 -11
  50. package/src/components/Drawer/__tests__/__snapshots__/index.spec.tsx.snap +21 -21
  51. package/src/components/Empty/__tests__/__snapshots__/index.spec.tsx.snap +23 -23
  52. package/src/components/Error/__tests__/__snapshots__/index.spec.tsx.snap +69 -69
  53. package/src/components/FAB/ActionGroup/__tests__/__snapshots__/index.spec.tsx.snap +157 -157
  54. package/src/components/FAB/__tests__/__snapshots__/AnimatedFABIcon.spec.tsx.snap +16 -16
  55. package/src/components/FAB/__tests__/__snapshots__/StyledFAB.spec.tsx.snap +14 -14
  56. package/src/components/FAB/__tests__/__snapshots__/index.spec.tsx.snap +46 -46
  57. package/src/components/HeroDesignProvider/__tests__/__snapshots__/index.spec.tsx.snap +5 -5
  58. package/src/components/Icon/HeroIcon/glyphMap.json +1 -1
  59. package/src/components/Icon/IconList.ts +2 -0
  60. package/src/components/Icon/__tests__/__snapshots__/index.spec.tsx.snap +11 -11
  61. package/src/components/Image/__tests__/__snapshots__/index.spec.tsx.snap +12 -12
  62. package/src/components/List/__tests__/__snapshots__/BasicListItem.spec.tsx.snap +34 -34
  63. package/src/components/List/__tests__/__snapshots__/ListItem.spec.tsx.snap +98 -98
  64. package/src/components/List/__tests__/__snapshots__/StyledBasicListItem.spec.tsx.snap +16 -16
  65. package/src/components/List/__tests__/__snapshots__/StyledListItem.spec.tsx.snap +28 -28
  66. package/src/components/PageControl/__tests__/__snapshots__/index.spec.tsx.snap +5 -5
  67. package/src/components/PinInput/__tests__/__snapshots__/PinCell.spec.tsx.snap +30 -30
  68. package/src/components/PinInput/__tests__/__snapshots__/StyledPinInput.spec.tsx.snap +6 -6
  69. package/src/components/PinInput/__tests__/__snapshots__/index.spec.tsx.snap +138 -138
  70. package/src/components/Progress/__tests__/__snapshots__/index.spec.js.snap +136 -136
  71. package/src/components/Radio/__tests__/__snapshots__/Radio.spec.tsx.snap +24 -24
  72. package/src/components/Radio/__tests__/__snapshots__/RadioGroup.spec.tsx.snap +39 -39
  73. package/src/components/Rate/__tests__/__snapshots__/index.spec.tsx.snap +78 -78
  74. package/src/components/RefreshControl/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
  75. package/src/components/RichTextEditor/__tests__/__snapshots__/EditorToolbar.spec.tsx.snap +27 -27
  76. package/src/components/RichTextEditor/__tests__/__snapshots__/MentionList.spec.tsx.snap +4 -4
  77. package/src/components/RichTextEditor/__tests__/__snapshots__/RichTextEditor.spec.tsx.snap +72 -72
  78. package/src/components/SectionHeading/__tests__/__snapshots__/StyledHeading.spec.tsx.snap +6 -6
  79. package/src/components/SectionHeading/__tests__/__snapshots__/index.spec.tsx.snap +38 -38
  80. package/src/components/Select/MultiSelect/__tests__/__snapshots__/Option.spec.tsx.snap +12 -12
  81. package/src/components/Select/MultiSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +460 -460
  82. package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +838 -838
  83. package/src/components/Select/SingleSelect/__tests__/__snapshots__/Option.spec.tsx.snap +7 -7
  84. package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +443 -443
  85. package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +628 -628
  86. package/src/components/Skeleton/__tests__/__snapshots__/index.spec.tsx.snap +98 -98
  87. package/src/components/Spinner/__tests__/__snapshots__/AnimatedSpinner.spec.tsx.snap +21 -21
  88. package/src/components/Spinner/__tests__/__snapshots__/StyledSpinner.spec.tsx.snap +132 -132
  89. package/src/components/Spinner/__tests__/__snapshots__/index.spec.tsx.snap +25 -25
  90. package/src/components/Success/__tests__/__snapshots__/index.spec.tsx.snap +69 -69
  91. package/src/components/Swipeable/__tests__/__snapshots__/SwipeableAction.spec.tsx.snap +9 -9
  92. package/src/components/Swipeable/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
  93. package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/Option.spec.tsx.snap +26 -26
  94. package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/index.spec.tsx.snap +19 -19
  95. package/src/components/Switch/__tests__/__snapshots__/StyledSwitch.spec.tsx.snap +9 -9
  96. package/src/components/Switch/__tests__/__snapshots__/index.spec.tsx.snap +8 -8
  97. package/src/components/Tabs/SceneView.tsx +5 -2
  98. package/src/components/Tabs/ScrollableTabs.tsx +1 -1
  99. package/src/components/Tabs/__tests__/__snapshots__/SceneView.spec.tsx.snap +23 -23
  100. package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +336 -336
  101. package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabsHeader.spec.tsx.snap +80 -80
  102. package/src/components/Tabs/__tests__/__snapshots__/TabWithBadge.spec.tsx.snap +13 -13
  103. package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +225 -225
  104. package/src/components/Tag/__tests__/__snapshots__/Tag.spec.tsx.snap +58 -58
  105. package/src/components/TextInput/__tests__/__snapshots__/StyledTextInput.spec.tsx.snap +106 -106
  106. package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +561 -561
  107. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerAndroid.spec.tsx.snap +60 -60
  108. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +101 -101
  109. package/src/components/Toast/__tests__/__snapshots__/Toast.spec.tsx.snap +108 -108
  110. package/src/components/Toast/__tests__/__snapshots__/ToastContainer.spec.tsx.snap +8 -8
  111. package/src/components/Toolbar/__tests__/__snapshots__/ToolbarGroup.spec.tsx.snap +66 -66
  112. package/src/components/Toolbar/__tests__/__snapshots__/ToolbarItem.spec.tsx.snap +52 -52
  113. package/src/components/Typography/Body/__tests__/__snapshots__/StyledBody.tsx.snap +32 -32
  114. package/src/components/Typography/Body/__tests__/__snapshots__/index.spec.tsx.snap +38 -38
  115. package/src/components/Typography/Caption/__tests__/__snapshots__/StyledCaption.spec.tsx.snap +20 -20
  116. package/src/components/Typography/Caption/__tests__/__snapshots__/index.spec.tsx.snap +26 -26
  117. package/src/components/Typography/Label/__tests__/__snapshots__/StyledLabel.tsx.snap +16 -16
  118. package/src/components/Typography/Label/__tests__/__snapshots__/index.spec.tsx.snap +22 -22
  119. package/src/components/Typography/Text/__tests__/__snapshots__/StyledText.spec.tsx.snap +40 -40
  120. package/src/components/Typography/Title/__tests__/__snapshots__/StyledTitle.tsx.snap +40 -40
  121. package/src/components/Typography/Title/__tests__/__snapshots__/index.spec.tsx.snap +46 -46
  122. package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +302 -302
  123. package/src/theme/global/colors/__tests__/__snapshots__/eBens.spec.ts.snap +1 -1
  124. package/src/theme/global/colors/__tests__/__snapshots__/global.spec.ts.snap +1 -1
  125. package/src/theme/global/colors/__tests__/__snapshots__/globalDark.spec.ts.snap +1 -1
  126. package/src/theme/global/colors/__tests__/__snapshots__/jobs.spec.ts.snap +1 -1
  127. package/src/theme/global/colors/__tests__/__snapshots__/swag.spec.ts.snap +1 -1
  128. package/src/theme/global/colors/__tests__/__snapshots__/swagDark.spec.ts.snap +1 -1
  129. package/src/theme/global/colors/__tests__/__snapshots__/wallet.spec.ts.snap +1 -1
  130. package/src/theme/global/colors/__tests__/__snapshots__/work.spec.ts.snap +1 -1
  131. package/types/components/Icon/IconList.d.ts +1 -1
  132. package/types/components/Icon/index.d.ts +1 -1
  133. package/types/components/Icon/utils.d.ts +1 -1
  134. package/types/components/RichTextEditor/EditorEvent.d.ts +1 -0
  135. package/src/components/Modal/__tests__/ModalContentWrapper.spec.tsx +0 -25
  136. package/src/components/Modal/__tests__/ModalPresenter.spec.tsx +0 -57
  137. package/src/components/Modal/__tests__/__snapshots__/ModalContentWrapper.spec.tsx.snap +0 -35
  138. package/src/components/Modal/__tests__/__snapshots__/ModalPresenter.spec.tsx.snap +0 -55
  139. 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
- Array [
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
- Object {
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
- Array [
32
- Object {
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
- Array [
43
- Object {
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
- Array [
57
- Object {
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
- Array [
68
- Object {
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
- Array [
82
- Object {
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
- Array [
97
- Object {
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
- Array [
116
- Object {
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
- Array [
124
- Object {
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
- Object {
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
- Array [
160
- Object {
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
- Object {
171
+ {
172
172
  "backgroundColor": "#ffffff",
173
173
  "color": "#001f23",
174
174
  },
@@ -181,8 +181,8 @@ Array [
181
181
  <HeroIcon
182
182
  name="arrow-down"
183
183
  style={
184
- Array [
185
- Object {
184
+ [
185
+ {
186
186
  "color": "#001f23",
187
187
  "fontSize": 24,
188
188
  },
@@ -196,8 +196,8 @@ Array [
196
196
  </View>
197
197
  <View
198
198
  style={
199
- Array [
200
- Object {
199
+ [
200
+ {
201
201
  "minHeight": 16,
202
202
  "paddingLeft": 16,
203
203
  "paddingTop": 2,
@@ -208,8 +208,8 @@ Array [
208
208
  >
209
209
  <View
210
210
  style={
211
- Array [
212
- Object {
211
+ [
212
+ {
213
213
  "flexDirection": "row",
214
214
  "justifyContent": "space-between",
215
215
  },
@@ -231,8 +231,8 @@ Array [
231
231
  <View
232
232
  pointerEvents="box-none"
233
233
  style={
234
- Array [
235
- Object {
234
+ [
235
+ {
236
236
  "bottom": 0,
237
237
  "flexDirection": "column-reverse",
238
238
  "left": 0,
@@ -247,15 +247,15 @@ Array [
247
247
  <View
248
248
  onLayout={[Function]}
249
249
  style={
250
- Array [
251
- Array [
252
- Object {
250
+ [
251
+ [
252
+ {
253
253
  "flex": 1,
254
254
  "flexDirection": "column-reverse",
255
255
  },
256
256
  undefined,
257
257
  ],
258
- Object {
258
+ {
259
259
  "paddingBottom": 0,
260
260
  },
261
261
  ]
@@ -275,7 +275,7 @@ Array [
275
275
  onResponderTerminationRequest={[Function]}
276
276
  onStartShouldSetResponder={[Function]}
277
277
  style={
278
- Object {
278
+ {
279
279
  "backgroundColor": "#000000",
280
280
  "bottom": 0,
281
281
  "left": 0,
@@ -290,7 +290,7 @@ Array [
290
290
  collapsable={false}
291
291
  emulateUnlessSupported={true}
292
292
  style={
293
- Object {
293
+ {
294
294
  "backgroundColor": "#ffffff",
295
295
  "borderTopLeftRadius": 16,
296
296
  "borderTopRightRadius": 16,
@@ -298,17 +298,17 @@ Array [
298
298
  "maxHeight": "94%",
299
299
  "paddingBottom": 0,
300
300
  "shadowColor": "#001f23",
301
- "shadowOffset": Object {
301
+ "shadowOffset": {
302
302
  "height": 3,
303
303
  "width": 0,
304
304
  },
305
305
  "shadowOpacity": 0.4,
306
306
  "shadowRadius": 16,
307
- "transform": Array [
308
- Object {
307
+ "transform": [
308
+ {
309
309
  "scaleY": 1,
310
310
  },
311
- Object {
311
+ {
312
312
  "translateY": 0,
313
313
  },
314
314
  ],
@@ -318,8 +318,8 @@ Array [
318
318
  >
319
319
  <View
320
320
  style={
321
- Array [
322
- Object {
321
+ [
322
+ {
323
323
  "flexDirection": "row",
324
324
  "paddingHorizontal": 16,
325
325
  "paddingVertical": 8,
@@ -330,8 +330,8 @@ Array [
330
330
  >
331
331
  <View
332
332
  style={
333
- Array [
334
- Object {
333
+ [
334
+ {
335
335
  "flex": 1,
336
336
  "justifyContent": "center",
337
337
  },
@@ -342,8 +342,8 @@ Array [
342
342
  <Text
343
343
  allowFontScaling={false}
344
344
  style={
345
- Array [
346
- Object {
345
+ [
346
+ {
347
347
  "color": "#001f23",
348
348
  "fontFamily": "BeVietnamPro-SemiBold",
349
349
  "fontSize": 16,
@@ -362,8 +362,8 @@ Array [
362
362
  </View>
363
363
  <View
364
364
  style={
365
- Array [
366
- Object {
365
+ [
366
+ {
367
367
  "alignItems": "center",
368
368
  "height": 48,
369
369
  "justifyContent": "center",
@@ -386,7 +386,7 @@ Array [
386
386
  onResponderTerminationRequest={[Function]}
387
387
  onStartShouldSetResponder={[Function]}
388
388
  style={
389
- Object {
389
+ {
390
390
  "opacity": 1,
391
391
  }
392
392
  }
@@ -395,8 +395,8 @@ Array [
395
395
  <HeroIcon
396
396
  name="cancel"
397
397
  style={
398
- Array [
399
- Object {
398
+ [
399
+ {
400
400
  "color": "#001f23",
401
401
  "fontSize": 16,
402
402
  },
@@ -412,31 +412,31 @@ Array [
412
412
  <RCTScrollView
413
413
  ListFooterComponent={null}
414
414
  data={
415
- Array [
416
- Object {
415
+ [
416
+ {
417
417
  "category": "D",
418
- "data": Array [
419
- Object {
418
+ "data": [
419
+ {
420
420
  "role": "Senior Developer",
421
421
  "text": "Daniel",
422
422
  "value": "daniel",
423
423
  },
424
- Object {
424
+ {
425
425
  "role": "Manager",
426
426
  "text": "Daemon",
427
427
  "value": "daemon",
428
428
  },
429
429
  ],
430
430
  },
431
- Object {
431
+ {
432
432
  "category": "J",
433
- "data": Array [
434
- Object {
433
+ "data": [
434
+ {
435
435
  "role": "UX Designer",
436
436
  "text": "Jennifer",
437
437
  "value": "jennifer",
438
438
  },
439
- Object {
439
+ {
440
440
  "role": "Junior Developer",
441
441
  "text": "Josh ",
442
442
  "value": "josh",
@@ -461,21 +461,21 @@ Array [
461
461
  renderItem={[Function]}
462
462
  scrollEventThrottle={50}
463
463
  stickyHeaderIndices={
464
- Array [
464
+ [
465
465
  0,
466
466
  4,
467
467
  ]
468
468
  }
469
469
  style={
470
- Array [
471
- Object {
470
+ [
471
+ {
472
472
  "paddingHorizontal": 12,
473
473
  },
474
- Array [
475
- Object {
474
+ [
475
+ {
476
476
  "paddingBottom": 16,
477
477
  },
478
- Object {},
478
+ {},
479
479
  ],
480
480
  ]
481
481
  }
@@ -487,8 +487,8 @@ Array [
487
487
  >
488
488
  <View
489
489
  style={
490
- Array [
491
- Object {
490
+ [
491
+ {
492
492
  "alignContent": "center",
493
493
  "backgroundColor": "#f6f6f7",
494
494
  "display": "flex",
@@ -498,7 +498,7 @@ Array [
498
498
  "paddingHorizontal": 16,
499
499
  "paddingVertical": 8,
500
500
  },
501
- Object {
501
+ {
502
502
  "marginBottom": 0,
503
503
  },
504
504
  ]
@@ -506,8 +506,8 @@ Array [
506
506
  >
507
507
  <View
508
508
  style={
509
- Array [
510
- Object {
509
+ [
510
+ {
511
511
  "display": "flex",
512
512
  "flexDirection": "row",
513
513
  },
@@ -517,8 +517,8 @@ Array [
517
517
  >
518
518
  <View
519
519
  style={
520
- Array [
521
- Object {
520
+ [
521
+ {
522
522
  "marginRight": 8,
523
523
  },
524
524
  undefined,
@@ -528,8 +528,8 @@ Array [
528
528
  <Text
529
529
  allowFontScaling={false}
530
530
  style={
531
- Array [
532
- Object {
531
+ [
532
+ {
533
533
  "color": "#001f23",
534
534
  "fontFamily": "BeVietnamPro-Regular",
535
535
  "fontSize": 16,
@@ -557,15 +557,15 @@ Array [
557
557
  <View
558
558
  highlighted={false}
559
559
  section={
560
- Object {
560
+ {
561
561
  "category": "D",
562
- "data": Array [
563
- Object {
562
+ "data": [
563
+ {
564
564
  "role": "Senior Developer",
565
565
  "text": "Daniel",
566
566
  "value": "daniel",
567
567
  },
568
- Object {
568
+ {
569
569
  "role": "Manager",
570
570
  "text": "Daemon",
571
571
  "value": "daemon",
@@ -574,30 +574,30 @@ Array [
574
574
  }
575
575
  }
576
576
  style={
577
- Array [
578
- Object {
577
+ [
578
+ {
579
579
  "marginTop": 12,
580
580
  },
581
581
  undefined,
582
582
  ]
583
583
  }
584
584
  trailingItem={
585
- Object {
585
+ {
586
586
  "role": "Senior Developer",
587
587
  "text": "Daniel",
588
588
  "value": "daniel",
589
589
  }
590
590
  }
591
591
  trailingSection={
592
- Object {
592
+ {
593
593
  "category": "J",
594
- "data": Array [
595
- Object {
594
+ "data": [
595
+ {
596
596
  "role": "UX Designer",
597
597
  "text": "Jennifer",
598
598
  "value": "jennifer",
599
599
  },
600
- Object {
600
+ {
601
601
  "role": "Junior Developer",
602
602
  "text": "Josh ",
603
603
  "value": "josh",
@@ -608,7 +608,7 @@ Array [
608
608
  />
609
609
  <View
610
610
  accessibilityState={
611
- Object {
611
+ {
612
612
  "disabled": false,
613
613
  }
614
614
  }
@@ -622,8 +622,8 @@ Array [
622
622
  onResponderTerminationRequest={[Function]}
623
623
  onStartShouldSetResponder={[Function]}
624
624
  style={
625
- Array [
626
- Object {
625
+ [
626
+ {
627
627
  "alignItems": "center",
628
628
  "backgroundColor": "#ffffff",
629
629
  "borderRadius": 4,
@@ -637,8 +637,8 @@ Array [
637
637
  >
638
638
  <View
639
639
  style={
640
- Array [
641
- Object {
640
+ [
641
+ {
642
642
  "flex": 1,
643
643
  },
644
644
  undefined,
@@ -648,8 +648,8 @@ Array [
648
648
  <Text
649
649
  allowFontScaling={false}
650
650
  style={
651
- Array [
652
- Object {
651
+ [
652
+ {
653
653
  "color": "#001f23",
654
654
  "fontFamily": "BeVietnamPro-SemiBold",
655
655
  "fontSize": 16,
@@ -668,8 +668,8 @@ Array [
668
668
  <Text
669
669
  allowFontScaling={false}
670
670
  style={
671
- Array [
672
- Object {
671
+ [
672
+ {
673
673
  "color": "#4d6265",
674
674
  "fontFamily": "BeVietnamPro-Regular",
675
675
  "fontSize": 16,
@@ -690,22 +690,22 @@ Array [
690
690
  <View
691
691
  highlighted={false}
692
692
  leadingItem={
693
- Object {
693
+ {
694
694
  "role": "Senior Developer",
695
695
  "text": "Daniel",
696
696
  "value": "daniel",
697
697
  }
698
698
  }
699
699
  section={
700
- Object {
700
+ {
701
701
  "category": "D",
702
- "data": Array [
703
- Object {
702
+ "data": [
703
+ {
704
704
  "role": "Senior Developer",
705
705
  "text": "Daniel",
706
706
  "value": "daniel",
707
707
  },
708
- Object {
708
+ {
709
709
  "role": "Manager",
710
710
  "text": "Daemon",
711
711
  "value": "daemon",
@@ -714,30 +714,30 @@ Array [
714
714
  }
715
715
  }
716
716
  style={
717
- Array [
718
- Object {
717
+ [
718
+ {
719
719
  "marginTop": 4,
720
720
  },
721
721
  undefined,
722
722
  ]
723
723
  }
724
724
  trailingItem={
725
- Object {
725
+ {
726
726
  "role": "Manager",
727
727
  "text": "Daemon",
728
728
  "value": "daemon",
729
729
  }
730
730
  }
731
731
  trailingSection={
732
- Object {
732
+ {
733
733
  "category": "J",
734
- "data": Array [
735
- Object {
734
+ "data": [
735
+ {
736
736
  "role": "UX Designer",
737
737
  "text": "Jennifer",
738
738
  "value": "jennifer",
739
739
  },
740
- Object {
740
+ {
741
741
  "role": "Junior Developer",
742
742
  "text": "Josh ",
743
743
  "value": "josh",
@@ -755,7 +755,7 @@ Array [
755
755
  <View>
756
756
  <View
757
757
  accessibilityState={
758
- Object {
758
+ {
759
759
  "disabled": false,
760
760
  }
761
761
  }
@@ -769,8 +769,8 @@ Array [
769
769
  onResponderTerminationRequest={[Function]}
770
770
  onStartShouldSetResponder={[Function]}
771
771
  style={
772
- Array [
773
- Object {
772
+ [
773
+ {
774
774
  "alignItems": "center",
775
775
  "backgroundColor": "#ffffff",
776
776
  "borderRadius": 4,
@@ -784,8 +784,8 @@ Array [
784
784
  >
785
785
  <View
786
786
  style={
787
- Array [
788
- Object {
787
+ [
788
+ {
789
789
  "flex": 1,
790
790
  },
791
791
  undefined,
@@ -795,8 +795,8 @@ Array [
795
795
  <Text
796
796
  allowFontScaling={false}
797
797
  style={
798
- Array [
799
- Object {
798
+ [
799
+ {
800
800
  "color": "#001f23",
801
801
  "fontFamily": "BeVietnamPro-SemiBold",
802
802
  "fontSize": 16,
@@ -815,8 +815,8 @@ Array [
815
815
  <Text
816
816
  allowFontScaling={false}
817
817
  style={
818
- Array [
819
- Object {
818
+ [
819
+ {
820
820
  "color": "#4d6265",
821
821
  "fontFamily": "BeVietnamPro-Regular",
822
822
  "fontSize": 16,
@@ -837,22 +837,22 @@ Array [
837
837
  <View
838
838
  highlighted={false}
839
839
  leadingItem={
840
- Object {
840
+ {
841
841
  "role": "Manager",
842
842
  "text": "Daemon",
843
843
  "value": "daemon",
844
844
  }
845
845
  }
846
846
  section={
847
- Object {
847
+ {
848
848
  "category": "D",
849
- "data": Array [
850
- Object {
849
+ "data": [
850
+ {
851
851
  "role": "Senior Developer",
852
852
  "text": "Daniel",
853
853
  "value": "daniel",
854
854
  },
855
- Object {
855
+ {
856
856
  "role": "Manager",
857
857
  "text": "Daemon",
858
858
  "value": "daemon",
@@ -861,23 +861,23 @@ Array [
861
861
  }
862
862
  }
863
863
  style={
864
- Array [
865
- Object {
864
+ [
865
+ {
866
866
  "marginTop": 12,
867
867
  },
868
868
  undefined,
869
869
  ]
870
870
  }
871
871
  trailingSection={
872
- Object {
872
+ {
873
873
  "category": "J",
874
- "data": Array [
875
- Object {
874
+ "data": [
875
+ {
876
876
  "role": "UX Designer",
877
877
  "text": "Jennifer",
878
878
  "value": "jennifer",
879
879
  },
880
- Object {
880
+ {
881
881
  "role": "Junior Developer",
882
882
  "text": "Josh ",
883
883
  "value": "josh",
@@ -898,8 +898,8 @@ Array [
898
898
  >
899
899
  <View
900
900
  style={
901
- Array [
902
- Object {
901
+ [
902
+ {
903
903
  "alignContent": "center",
904
904
  "backgroundColor": "#f6f6f7",
905
905
  "display": "flex",
@@ -909,7 +909,7 @@ Array [
909
909
  "paddingHorizontal": 16,
910
910
  "paddingVertical": 8,
911
911
  },
912
- Object {
912
+ {
913
913
  "marginBottom": 0,
914
914
  },
915
915
  ]
@@ -917,8 +917,8 @@ Array [
917
917
  >
918
918
  <View
919
919
  style={
920
- Array [
921
- Object {
920
+ [
921
+ {
922
922
  "display": "flex",
923
923
  "flexDirection": "row",
924
924
  },
@@ -928,8 +928,8 @@ Array [
928
928
  >
929
929
  <View
930
930
  style={
931
- Array [
932
- Object {
931
+ [
932
+ {
933
933
  "marginRight": 8,
934
934
  },
935
935
  undefined,
@@ -939,8 +939,8 @@ Array [
939
939
  <Text
940
940
  allowFontScaling={false}
941
941
  style={
942
- Array [
943
- Object {
942
+ [
943
+ {
944
944
  "color": "#001f23",
945
945
  "fontFamily": "BeVietnamPro-Regular",
946
946
  "fontSize": 16,
@@ -968,15 +968,15 @@ Array [
968
968
  <View
969
969
  highlighted={false}
970
970
  leadingSection={
971
- Object {
971
+ {
972
972
  "category": "D",
973
- "data": Array [
974
- Object {
973
+ "data": [
974
+ {
975
975
  "role": "Senior Developer",
976
976
  "text": "Daniel",
977
977
  "value": "daniel",
978
978
  },
979
- Object {
979
+ {
980
980
  "role": "Manager",
981
981
  "text": "Daemon",
982
982
  "value": "daemon",
@@ -985,15 +985,15 @@ Array [
985
985
  }
986
986
  }
987
987
  section={
988
- Object {
988
+ {
989
989
  "category": "J",
990
- "data": Array [
991
- Object {
990
+ "data": [
991
+ {
992
992
  "role": "UX Designer",
993
993
  "text": "Jennifer",
994
994
  "value": "jennifer",
995
995
  },
996
- Object {
996
+ {
997
997
  "role": "Junior Developer",
998
998
  "text": "Josh ",
999
999
  "value": "josh",
@@ -1002,15 +1002,15 @@ Array [
1002
1002
  }
1003
1003
  }
1004
1004
  style={
1005
- Array [
1006
- Object {
1005
+ [
1006
+ {
1007
1007
  "marginTop": 12,
1008
1008
  },
1009
1009
  undefined,
1010
1010
  ]
1011
1011
  }
1012
1012
  trailingItem={
1013
- Object {
1013
+ {
1014
1014
  "role": "UX Designer",
1015
1015
  "text": "Jennifer",
1016
1016
  "value": "jennifer",
@@ -1019,7 +1019,7 @@ Array [
1019
1019
  />
1020
1020
  <View
1021
1021
  accessibilityState={
1022
- Object {
1022
+ {
1023
1023
  "disabled": false,
1024
1024
  }
1025
1025
  }
@@ -1033,8 +1033,8 @@ Array [
1033
1033
  onResponderTerminationRequest={[Function]}
1034
1034
  onStartShouldSetResponder={[Function]}
1035
1035
  style={
1036
- Array [
1037
- Object {
1036
+ [
1037
+ {
1038
1038
  "alignItems": "center",
1039
1039
  "backgroundColor": "#ffffff",
1040
1040
  "borderRadius": 4,
@@ -1048,8 +1048,8 @@ Array [
1048
1048
  >
1049
1049
  <View
1050
1050
  style={
1051
- Array [
1052
- Object {
1051
+ [
1052
+ {
1053
1053
  "flex": 1,
1054
1054
  },
1055
1055
  undefined,
@@ -1059,8 +1059,8 @@ Array [
1059
1059
  <Text
1060
1060
  allowFontScaling={false}
1061
1061
  style={
1062
- Array [
1063
- Object {
1062
+ [
1063
+ {
1064
1064
  "color": "#001f23",
1065
1065
  "fontFamily": "BeVietnamPro-SemiBold",
1066
1066
  "fontSize": 16,
@@ -1079,8 +1079,8 @@ Array [
1079
1079
  <Text
1080
1080
  allowFontScaling={false}
1081
1081
  style={
1082
- Array [
1083
- Object {
1082
+ [
1083
+ {
1084
1084
  "color": "#4d6265",
1085
1085
  "fontFamily": "BeVietnamPro-Regular",
1086
1086
  "fontSize": 16,
@@ -1101,22 +1101,22 @@ Array [
1101
1101
  <View
1102
1102
  highlighted={false}
1103
1103
  leadingItem={
1104
- Object {
1104
+ {
1105
1105
  "role": "UX Designer",
1106
1106
  "text": "Jennifer",
1107
1107
  "value": "jennifer",
1108
1108
  }
1109
1109
  }
1110
1110
  leadingSection={
1111
- Object {
1111
+ {
1112
1112
  "category": "D",
1113
- "data": Array [
1114
- Object {
1113
+ "data": [
1114
+ {
1115
1115
  "role": "Senior Developer",
1116
1116
  "text": "Daniel",
1117
1117
  "value": "daniel",
1118
1118
  },
1119
- Object {
1119
+ {
1120
1120
  "role": "Manager",
1121
1121
  "text": "Daemon",
1122
1122
  "value": "daemon",
@@ -1125,15 +1125,15 @@ Array [
1125
1125
  }
1126
1126
  }
1127
1127
  section={
1128
- Object {
1128
+ {
1129
1129
  "category": "J",
1130
- "data": Array [
1131
- Object {
1130
+ "data": [
1131
+ {
1132
1132
  "role": "UX Designer",
1133
1133
  "text": "Jennifer",
1134
1134
  "value": "jennifer",
1135
1135
  },
1136
- Object {
1136
+ {
1137
1137
  "role": "Junior Developer",
1138
1138
  "text": "Josh ",
1139
1139
  "value": "josh",
@@ -1142,15 +1142,15 @@ Array [
1142
1142
  }
1143
1143
  }
1144
1144
  style={
1145
- Array [
1146
- Object {
1145
+ [
1146
+ {
1147
1147
  "marginTop": 4,
1148
1148
  },
1149
1149
  undefined,
1150
1150
  ]
1151
1151
  }
1152
1152
  trailingItem={
1153
- Object {
1153
+ {
1154
1154
  "role": "Junior Developer",
1155
1155
  "text": "Josh ",
1156
1156
  "value": "josh",
@@ -1166,7 +1166,7 @@ Array [
1166
1166
  <View>
1167
1167
  <View
1168
1168
  accessibilityState={
1169
- Object {
1169
+ {
1170
1170
  "disabled": false,
1171
1171
  }
1172
1172
  }
@@ -1180,8 +1180,8 @@ Array [
1180
1180
  onResponderTerminationRequest={[Function]}
1181
1181
  onStartShouldSetResponder={[Function]}
1182
1182
  style={
1183
- Array [
1184
- Object {
1183
+ [
1184
+ {
1185
1185
  "alignItems": "center",
1186
1186
  "backgroundColor": "#ffffff",
1187
1187
  "borderRadius": 4,
@@ -1195,8 +1195,8 @@ Array [
1195
1195
  >
1196
1196
  <View
1197
1197
  style={
1198
- Array [
1199
- Object {
1198
+ [
1199
+ {
1200
1200
  "flex": 1,
1201
1201
  },
1202
1202
  undefined,
@@ -1206,8 +1206,8 @@ Array [
1206
1206
  <Text
1207
1207
  allowFontScaling={false}
1208
1208
  style={
1209
- Array [
1210
- Object {
1209
+ [
1210
+ {
1211
1211
  "color": "#001f23",
1212
1212
  "fontFamily": "BeVietnamPro-SemiBold",
1213
1213
  "fontSize": 16,
@@ -1226,8 +1226,8 @@ Array [
1226
1226
  <Text
1227
1227
  allowFontScaling={false}
1228
1228
  style={
1229
- Array [
1230
- Object {
1229
+ [
1230
+ {
1231
1231
  "color": "#4d6265",
1232
1232
  "fontFamily": "BeVietnamPro-Regular",
1233
1233
  "fontSize": 16,
@@ -1248,22 +1248,22 @@ Array [
1248
1248
  <View
1249
1249
  highlighted={false}
1250
1250
  leadingItem={
1251
- Object {
1251
+ {
1252
1252
  "role": "Junior Developer",
1253
1253
  "text": "Josh ",
1254
1254
  "value": "josh",
1255
1255
  }
1256
1256
  }
1257
1257
  leadingSection={
1258
- Object {
1258
+ {
1259
1259
  "category": "D",
1260
- "data": Array [
1261
- Object {
1260
+ "data": [
1261
+ {
1262
1262
  "role": "Senior Developer",
1263
1263
  "text": "Daniel",
1264
1264
  "value": "daniel",
1265
1265
  },
1266
- Object {
1266
+ {
1267
1267
  "role": "Manager",
1268
1268
  "text": "Daemon",
1269
1269
  "value": "daemon",
@@ -1272,15 +1272,15 @@ Array [
1272
1272
  }
1273
1273
  }
1274
1274
  section={
1275
- Object {
1275
+ {
1276
1276
  "category": "J",
1277
- "data": Array [
1278
- Object {
1277
+ "data": [
1278
+ {
1279
1279
  "role": "UX Designer",
1280
1280
  "text": "Jennifer",
1281
1281
  "value": "jennifer",
1282
1282
  },
1283
- Object {
1283
+ {
1284
1284
  "role": "Junior Developer",
1285
1285
  "text": "Josh ",
1286
1286
  "value": "josh",
@@ -1289,8 +1289,8 @@ Array [
1289
1289
  }
1290
1290
  }
1291
1291
  style={
1292
- Array [
1293
- Object {
1292
+ [
1293
+ {
1294
1294
  "marginTop": 12,
1295
1295
  },
1296
1296
  undefined,
@@ -1313,7 +1313,7 @@ Array [
1313
1313
  `;
1314
1314
 
1315
1315
  exports[`rendering renders correctly when bottom sheet is NOT visible 1`] = `
1316
- Array [
1316
+ [
1317
1317
  <View
1318
1318
  pointerEvents="auto"
1319
1319
  >
@@ -1329,7 +1329,7 @@ Array [
1329
1329
  onResponderTerminationRequest={[Function]}
1330
1330
  onStartShouldSetResponder={[Function]}
1331
1331
  style={
1332
- Object {
1332
+ {
1333
1333
  "opacity": 1,
1334
1334
  }
1335
1335
  }
@@ -1340,8 +1340,8 @@ Array [
1340
1340
  <View
1341
1341
  pointerEvents="auto"
1342
1342
  style={
1343
- Array [
1344
- Object {
1343
+ [
1344
+ {
1345
1345
  "marginTop": 8,
1346
1346
  "width": "100%",
1347
1347
  },
@@ -1351,8 +1351,8 @@ Array [
1351
1351
  >
1352
1352
  <View
1353
1353
  style={
1354
- Array [
1355
- Object {
1354
+ [
1355
+ {
1356
1356
  "alignItems": "center",
1357
1357
  "backgroundColor": "#ffffff",
1358
1358
  "borderRadius": 8,
@@ -1365,8 +1365,8 @@ Array [
1365
1365
  >
1366
1366
  <View
1367
1367
  style={
1368
- Array [
1369
- Object {
1368
+ [
1369
+ {
1370
1370
  "borderColor": "#001f23",
1371
1371
  "borderRadius": 8,
1372
1372
  "borderWidth": 1,
@@ -1376,8 +1376,8 @@ Array [
1376
1376
  "right": 0,
1377
1377
  "top": 0,
1378
1378
  },
1379
- Array [
1380
- Object {
1379
+ [
1380
+ {
1381
1381
  "backgroundColor": "#ffffff",
1382
1382
  },
1383
1383
  undefined,
@@ -1391,8 +1391,8 @@ Array [
1391
1391
  <View
1392
1392
  pointerEvents="none"
1393
1393
  style={
1394
- Array [
1395
- Object {
1394
+ [
1395
+ {
1396
1396
  "backgroundColor": "#ffffff",
1397
1397
  "flexDirection": "row",
1398
1398
  "left": 16,
@@ -1401,7 +1401,7 @@ Array [
1401
1401
  "top": -4,
1402
1402
  "zIndex": 1,
1403
1403
  },
1404
- Object {
1404
+ {
1405
1405
  "backgroundColor": "#ffffff",
1406
1406
  },
1407
1407
  ]
@@ -1411,20 +1411,20 @@ Array [
1411
1411
  <Text
1412
1412
  allowFontScaling={false}
1413
1413
  style={
1414
- Array [
1415
- Object {
1414
+ [
1415
+ {
1416
1416
  "color": "#001f23",
1417
1417
  "fontFamily": "BeVietnamPro-Regular",
1418
1418
  "fontSize": 12,
1419
1419
  "letterSpacing": 0.48,
1420
1420
  "lineHeight": 16,
1421
1421
  },
1422
- Array [
1423
- Object {
1422
+ [
1423
+ {
1424
1424
  "color": "#001f23",
1425
1425
  "lineHeight": 12,
1426
1426
  },
1427
- Object {
1427
+ {
1428
1428
  "backgroundColor": "#ffffff",
1429
1429
  },
1430
1430
  ],
@@ -1440,8 +1440,8 @@ Array [
1440
1440
  </View>
1441
1441
  <View
1442
1442
  style={
1443
- Array [
1444
- Object {
1443
+ [
1444
+ {
1445
1445
  "alignItems": "center",
1446
1446
  "alignSelf": "stretch",
1447
1447
  "flexDirection": "row",
@@ -1454,7 +1454,7 @@ Array [
1454
1454
  >
1455
1455
  <TextInput
1456
1456
  accessibilityState={
1457
- Object {
1457
+ {
1458
1458
  "disabled": false,
1459
1459
  }
1460
1460
  }
@@ -1467,8 +1467,8 @@ Array [
1467
1467
  placeholder=" "
1468
1468
  pointerEvents="none"
1469
1469
  style={
1470
- Array [
1471
- Object {
1470
+ [
1471
+ {
1472
1472
  "alignSelf": "stretch",
1473
1473
  "flexGrow": 2,
1474
1474
  "fontFamily": "BeVietnamPro-Regular",
@@ -1479,7 +1479,7 @@ Array [
1479
1479
  "paddingVertical": 0,
1480
1480
  "textAlignVertical": "center",
1481
1481
  },
1482
- Object {
1482
+ {
1483
1483
  "backgroundColor": "#ffffff",
1484
1484
  "color": "#001f23",
1485
1485
  },
@@ -1493,8 +1493,8 @@ Array [
1493
1493
  <HeroIcon
1494
1494
  name="arrow-down"
1495
1495
  style={
1496
- Array [
1497
- Object {
1496
+ [
1497
+ {
1498
1498
  "color": "#001f23",
1499
1499
  "fontSize": 24,
1500
1500
  },
@@ -1508,8 +1508,8 @@ Array [
1508
1508
  </View>
1509
1509
  <View
1510
1510
  style={
1511
- Array [
1512
- Object {
1511
+ [
1512
+ {
1513
1513
  "minHeight": 16,
1514
1514
  "paddingLeft": 16,
1515
1515
  "paddingTop": 2,
@@ -1520,8 +1520,8 @@ Array [
1520
1520
  >
1521
1521
  <View
1522
1522
  style={
1523
- Array [
1524
- Object {
1523
+ [
1524
+ {
1525
1525
  "flexDirection": "row",
1526
1526
  "justifyContent": "space-between",
1527
1527
  },
@@ -1544,7 +1544,7 @@ Array [
1544
1544
  `;
1545
1545
 
1546
1546
  exports[`rendering renders correctly when bottom sheet is visible 1`] = `
1547
- Array [
1547
+ [
1548
1548
  <View
1549
1549
  pointerEvents="auto"
1550
1550
  >
@@ -1560,7 +1560,7 @@ Array [
1560
1560
  onResponderTerminationRequest={[Function]}
1561
1561
  onStartShouldSetResponder={[Function]}
1562
1562
  style={
1563
- Object {
1563
+ {
1564
1564
  "opacity": 1,
1565
1565
  }
1566
1566
  }
@@ -1571,8 +1571,8 @@ Array [
1571
1571
  <View
1572
1572
  pointerEvents="auto"
1573
1573
  style={
1574
- Array [
1575
- Object {
1574
+ [
1575
+ {
1576
1576
  "marginTop": 8,
1577
1577
  "width": "100%",
1578
1578
  },
@@ -1582,8 +1582,8 @@ Array [
1582
1582
  >
1583
1583
  <View
1584
1584
  style={
1585
- Array [
1586
- Object {
1585
+ [
1586
+ {
1587
1587
  "alignItems": "center",
1588
1588
  "backgroundColor": "#ffffff",
1589
1589
  "borderRadius": 8,
@@ -1596,8 +1596,8 @@ Array [
1596
1596
  >
1597
1597
  <View
1598
1598
  style={
1599
- Array [
1600
- Object {
1599
+ [
1600
+ {
1601
1601
  "borderColor": "#001f23",
1602
1602
  "borderRadius": 8,
1603
1603
  "borderWidth": 1,
@@ -1607,8 +1607,8 @@ Array [
1607
1607
  "right": 0,
1608
1608
  "top": 0,
1609
1609
  },
1610
- Array [
1611
- Object {
1610
+ [
1611
+ {
1612
1612
  "backgroundColor": "#ffffff",
1613
1613
  },
1614
1614
  undefined,
@@ -1622,8 +1622,8 @@ Array [
1622
1622
  <View
1623
1623
  pointerEvents="none"
1624
1624
  style={
1625
- Array [
1626
- Object {
1625
+ [
1626
+ {
1627
1627
  "backgroundColor": "#ffffff",
1628
1628
  "flexDirection": "row",
1629
1629
  "left": 16,
@@ -1632,7 +1632,7 @@ Array [
1632
1632
  "top": -4,
1633
1633
  "zIndex": 1,
1634
1634
  },
1635
- Object {
1635
+ {
1636
1636
  "backgroundColor": "#ffffff",
1637
1637
  },
1638
1638
  ]
@@ -1642,20 +1642,20 @@ Array [
1642
1642
  <Text
1643
1643
  allowFontScaling={false}
1644
1644
  style={
1645
- Array [
1646
- Object {
1645
+ [
1646
+ {
1647
1647
  "color": "#001f23",
1648
1648
  "fontFamily": "BeVietnamPro-Regular",
1649
1649
  "fontSize": 12,
1650
1650
  "letterSpacing": 0.48,
1651
1651
  "lineHeight": 16,
1652
1652
  },
1653
- Array [
1654
- Object {
1653
+ [
1654
+ {
1655
1655
  "color": "#001f23",
1656
1656
  "lineHeight": 12,
1657
1657
  },
1658
- Object {
1658
+ {
1659
1659
  "backgroundColor": "#ffffff",
1660
1660
  },
1661
1661
  ],
@@ -1671,8 +1671,8 @@ Array [
1671
1671
  </View>
1672
1672
  <View
1673
1673
  style={
1674
- Array [
1675
- Object {
1674
+ [
1675
+ {
1676
1676
  "alignItems": "center",
1677
1677
  "alignSelf": "stretch",
1678
1678
  "flexDirection": "row",
@@ -1685,7 +1685,7 @@ Array [
1685
1685
  >
1686
1686
  <TextInput
1687
1687
  accessibilityState={
1688
- Object {
1688
+ {
1689
1689
  "disabled": false,
1690
1690
  }
1691
1691
  }
@@ -1698,8 +1698,8 @@ Array [
1698
1698
  placeholder=" "
1699
1699
  pointerEvents="none"
1700
1700
  style={
1701
- Array [
1702
- Object {
1701
+ [
1702
+ {
1703
1703
  "alignSelf": "stretch",
1704
1704
  "flexGrow": 2,
1705
1705
  "fontFamily": "BeVietnamPro-Regular",
@@ -1710,7 +1710,7 @@ Array [
1710
1710
  "paddingVertical": 0,
1711
1711
  "textAlignVertical": "center",
1712
1712
  },
1713
- Object {
1713
+ {
1714
1714
  "backgroundColor": "#ffffff",
1715
1715
  "color": "#001f23",
1716
1716
  },
@@ -1724,8 +1724,8 @@ Array [
1724
1724
  <HeroIcon
1725
1725
  name="arrow-down"
1726
1726
  style={
1727
- Array [
1728
- Object {
1727
+ [
1728
+ {
1729
1729
  "color": "#001f23",
1730
1730
  "fontSize": 24,
1731
1731
  },
@@ -1739,8 +1739,8 @@ Array [
1739
1739
  </View>
1740
1740
  <View
1741
1741
  style={
1742
- Array [
1743
- Object {
1742
+ [
1743
+ {
1744
1744
  "minHeight": 16,
1745
1745
  "paddingLeft": 16,
1746
1746
  "paddingTop": 2,
@@ -1751,8 +1751,8 @@ Array [
1751
1751
  >
1752
1752
  <View
1753
1753
  style={
1754
- Array [
1755
- Object {
1754
+ [
1755
+ {
1756
1756
  "flexDirection": "row",
1757
1757
  "justifyContent": "space-between",
1758
1758
  },
@@ -1774,8 +1774,8 @@ Array [
1774
1774
  <View
1775
1775
  pointerEvents="box-none"
1776
1776
  style={
1777
- Array [
1778
- Object {
1777
+ [
1778
+ {
1779
1779
  "bottom": 0,
1780
1780
  "flexDirection": "column-reverse",
1781
1781
  "left": 0,
@@ -1790,15 +1790,15 @@ Array [
1790
1790
  <View
1791
1791
  onLayout={[Function]}
1792
1792
  style={
1793
- Array [
1794
- Array [
1795
- Object {
1793
+ [
1794
+ [
1795
+ {
1796
1796
  "flex": 1,
1797
1797
  "flexDirection": "column-reverse",
1798
1798
  },
1799
1799
  undefined,
1800
1800
  ],
1801
- Object {
1801
+ {
1802
1802
  "paddingBottom": 0,
1803
1803
  },
1804
1804
  ]
@@ -1818,7 +1818,7 @@ Array [
1818
1818
  onResponderTerminationRequest={[Function]}
1819
1819
  onStartShouldSetResponder={[Function]}
1820
1820
  style={
1821
- Object {
1821
+ {
1822
1822
  "backgroundColor": "#000000",
1823
1823
  "bottom": 0,
1824
1824
  "left": 0,
@@ -1833,7 +1833,7 @@ Array [
1833
1833
  collapsable={false}
1834
1834
  emulateUnlessSupported={true}
1835
1835
  style={
1836
- Object {
1836
+ {
1837
1837
  "backgroundColor": "#ffffff",
1838
1838
  "borderTopLeftRadius": 16,
1839
1839
  "borderTopRightRadius": 16,
@@ -1841,17 +1841,17 @@ Array [
1841
1841
  "maxHeight": "94%",
1842
1842
  "paddingBottom": 0,
1843
1843
  "shadowColor": "#001f23",
1844
- "shadowOffset": Object {
1844
+ "shadowOffset": {
1845
1845
  "height": 3,
1846
1846
  "width": 0,
1847
1847
  },
1848
1848
  "shadowOpacity": 0.4,
1849
1849
  "shadowRadius": 16,
1850
- "transform": Array [
1851
- Object {
1850
+ "transform": [
1851
+ {
1852
1852
  "scaleY": 1,
1853
1853
  },
1854
- Object {
1854
+ {
1855
1855
  "translateY": 0,
1856
1856
  },
1857
1857
  ],
@@ -1861,8 +1861,8 @@ Array [
1861
1861
  >
1862
1862
  <View
1863
1863
  style={
1864
- Array [
1865
- Object {
1864
+ [
1865
+ {
1866
1866
  "flexDirection": "row",
1867
1867
  "paddingHorizontal": 16,
1868
1868
  "paddingVertical": 8,
@@ -1873,8 +1873,8 @@ Array [
1873
1873
  >
1874
1874
  <View
1875
1875
  style={
1876
- Array [
1877
- Object {
1876
+ [
1877
+ {
1878
1878
  "flex": 1,
1879
1879
  "justifyContent": "center",
1880
1880
  },
@@ -1885,8 +1885,8 @@ Array [
1885
1885
  <Text
1886
1886
  allowFontScaling={false}
1887
1887
  style={
1888
- Array [
1889
- Object {
1888
+ [
1889
+ {
1890
1890
  "color": "#001f23",
1891
1891
  "fontFamily": "BeVietnamPro-SemiBold",
1892
1892
  "fontSize": 16,
@@ -1905,8 +1905,8 @@ Array [
1905
1905
  </View>
1906
1906
  <View
1907
1907
  style={
1908
- Array [
1909
- Object {
1908
+ [
1909
+ {
1910
1910
  "alignItems": "center",
1911
1911
  "height": 48,
1912
1912
  "justifyContent": "center",
@@ -1929,7 +1929,7 @@ Array [
1929
1929
  onResponderTerminationRequest={[Function]}
1930
1930
  onStartShouldSetResponder={[Function]}
1931
1931
  style={
1932
- Object {
1932
+ {
1933
1933
  "opacity": 1,
1934
1934
  }
1935
1935
  }
@@ -1938,8 +1938,8 @@ Array [
1938
1938
  <HeroIcon
1939
1939
  name="cancel"
1940
1940
  style={
1941
- Array [
1942
- Object {
1941
+ [
1942
+ {
1943
1943
  "color": "#001f23",
1944
1944
  "fontSize": 16,
1945
1945
  },
@@ -1955,35 +1955,35 @@ Array [
1955
1955
  <RCTScrollView
1956
1956
  ListFooterComponent={null}
1957
1957
  data={
1958
- Array [
1959
- Object {
1958
+ [
1959
+ {
1960
1960
  "category": "",
1961
- "data": Array [
1962
- Object {
1961
+ "data": [
1962
+ {
1963
1963
  "text": "Monday",
1964
1964
  "value": "mon",
1965
1965
  },
1966
- Object {
1966
+ {
1967
1967
  "text": "Tuesday",
1968
1968
  "value": "tue",
1969
1969
  },
1970
- Object {
1970
+ {
1971
1971
  "text": "Wednesday",
1972
1972
  "value": "wed",
1973
1973
  },
1974
- Object {
1974
+ {
1975
1975
  "text": "Thursday",
1976
1976
  "value": "thu",
1977
1977
  },
1978
- Object {
1978
+ {
1979
1979
  "text": "Friday",
1980
1980
  "value": "fri",
1981
1981
  },
1982
- Object {
1982
+ {
1983
1983
  "text": "Saturday",
1984
1984
  "value": "sat",
1985
1985
  },
1986
- Object {
1986
+ {
1987
1987
  "disabled": true,
1988
1988
  "text": "Sunday",
1989
1989
  "value": "sun",
@@ -2008,20 +2008,20 @@ Array [
2008
2008
  renderItem={[Function]}
2009
2009
  scrollEventThrottle={50}
2010
2010
  stickyHeaderIndices={
2011
- Array [
2011
+ [
2012
2012
  0,
2013
2013
  ]
2014
2014
  }
2015
2015
  style={
2016
- Array [
2017
- Object {
2016
+ [
2017
+ {
2018
2018
  "paddingHorizontal": 12,
2019
2019
  },
2020
- Array [
2021
- Object {
2020
+ [
2021
+ {
2022
2022
  "paddingBottom": 16,
2023
2023
  },
2024
- Object {},
2024
+ {},
2025
2025
  ],
2026
2026
  ]
2027
2027
  }
@@ -2039,34 +2039,34 @@ Array [
2039
2039
  <View
2040
2040
  highlighted={false}
2041
2041
  section={
2042
- Object {
2042
+ {
2043
2043
  "category": "",
2044
- "data": Array [
2045
- Object {
2044
+ "data": [
2045
+ {
2046
2046
  "text": "Monday",
2047
2047
  "value": "mon",
2048
2048
  },
2049
- Object {
2049
+ {
2050
2050
  "text": "Tuesday",
2051
2051
  "value": "tue",
2052
2052
  },
2053
- Object {
2053
+ {
2054
2054
  "text": "Wednesday",
2055
2055
  "value": "wed",
2056
2056
  },
2057
- Object {
2057
+ {
2058
2058
  "text": "Thursday",
2059
2059
  "value": "thu",
2060
2060
  },
2061
- Object {
2061
+ {
2062
2062
  "text": "Friday",
2063
2063
  "value": "fri",
2064
2064
  },
2065
- Object {
2065
+ {
2066
2066
  "text": "Saturday",
2067
2067
  "value": "sat",
2068
2068
  },
2069
- Object {
2069
+ {
2070
2070
  "disabled": true,
2071
2071
  "text": "Sunday",
2072
2072
  "value": "sun",
@@ -2075,15 +2075,15 @@ Array [
2075
2075
  }
2076
2076
  }
2077
2077
  style={
2078
- Array [
2079
- Object {
2078
+ [
2079
+ {
2080
2080
  "marginTop": 12,
2081
2081
  },
2082
2082
  undefined,
2083
2083
  ]
2084
2084
  }
2085
2085
  trailingItem={
2086
- Object {
2086
+ {
2087
2087
  "text": "Monday",
2088
2088
  "value": "mon",
2089
2089
  }
@@ -2091,7 +2091,7 @@ Array [
2091
2091
  />
2092
2092
  <View
2093
2093
  accessibilityState={
2094
- Object {
2094
+ {
2095
2095
  "disabled": false,
2096
2096
  }
2097
2097
  }
@@ -2105,8 +2105,8 @@ Array [
2105
2105
  onResponderTerminationRequest={[Function]}
2106
2106
  onStartShouldSetResponder={[Function]}
2107
2107
  style={
2108
- Array [
2109
- Object {
2108
+ [
2109
+ {
2110
2110
  "alignItems": "center",
2111
2111
  "backgroundColor": "#ece8ef",
2112
2112
  "borderRadius": 4,
@@ -2120,8 +2120,8 @@ Array [
2120
2120
  >
2121
2121
  <View
2122
2122
  style={
2123
- Array [
2124
- Object {
2123
+ [
2124
+ {
2125
2125
  "flex": 1,
2126
2126
  },
2127
2127
  undefined,
@@ -2131,8 +2131,8 @@ Array [
2131
2131
  <Text
2132
2132
  allowFontScaling={false}
2133
2133
  style={
2134
- Array [
2135
- Object {
2134
+ [
2135
+ {
2136
2136
  "color": "#001f23",
2137
2137
  "fontFamily": "BeVietnamPro-Regular",
2138
2138
  "fontSize": 16,
@@ -2153,40 +2153,40 @@ Array [
2153
2153
  <View
2154
2154
  highlighted={false}
2155
2155
  leadingItem={
2156
- Object {
2156
+ {
2157
2157
  "text": "Monday",
2158
2158
  "value": "mon",
2159
2159
  }
2160
2160
  }
2161
2161
  section={
2162
- Object {
2162
+ {
2163
2163
  "category": "",
2164
- "data": Array [
2165
- Object {
2164
+ "data": [
2165
+ {
2166
2166
  "text": "Monday",
2167
2167
  "value": "mon",
2168
2168
  },
2169
- Object {
2169
+ {
2170
2170
  "text": "Tuesday",
2171
2171
  "value": "tue",
2172
2172
  },
2173
- Object {
2173
+ {
2174
2174
  "text": "Wednesday",
2175
2175
  "value": "wed",
2176
2176
  },
2177
- Object {
2177
+ {
2178
2178
  "text": "Thursday",
2179
2179
  "value": "thu",
2180
2180
  },
2181
- Object {
2181
+ {
2182
2182
  "text": "Friday",
2183
2183
  "value": "fri",
2184
2184
  },
2185
- Object {
2185
+ {
2186
2186
  "text": "Saturday",
2187
2187
  "value": "sat",
2188
2188
  },
2189
- Object {
2189
+ {
2190
2190
  "disabled": true,
2191
2191
  "text": "Sunday",
2192
2192
  "value": "sun",
@@ -2195,15 +2195,15 @@ Array [
2195
2195
  }
2196
2196
  }
2197
2197
  style={
2198
- Array [
2199
- Object {
2198
+ [
2199
+ {
2200
2200
  "marginTop": 4,
2201
2201
  },
2202
2202
  undefined,
2203
2203
  ]
2204
2204
  }
2205
2205
  trailingItem={
2206
- Object {
2206
+ {
2207
2207
  "text": "Tuesday",
2208
2208
  "value": "tue",
2209
2209
  }
@@ -2218,7 +2218,7 @@ Array [
2218
2218
  <View>
2219
2219
  <View
2220
2220
  accessibilityState={
2221
- Object {
2221
+ {
2222
2222
  "disabled": false,
2223
2223
  }
2224
2224
  }
@@ -2232,8 +2232,8 @@ Array [
2232
2232
  onResponderTerminationRequest={[Function]}
2233
2233
  onStartShouldSetResponder={[Function]}
2234
2234
  style={
2235
- Array [
2236
- Object {
2235
+ [
2236
+ {
2237
2237
  "alignItems": "center",
2238
2238
  "backgroundColor": "#ffffff",
2239
2239
  "borderRadius": 4,
@@ -2247,8 +2247,8 @@ Array [
2247
2247
  >
2248
2248
  <View
2249
2249
  style={
2250
- Array [
2251
- Object {
2250
+ [
2251
+ {
2252
2252
  "flex": 1,
2253
2253
  },
2254
2254
  undefined,
@@ -2258,8 +2258,8 @@ Array [
2258
2258
  <Text
2259
2259
  allowFontScaling={false}
2260
2260
  style={
2261
- Array [
2262
- Object {
2261
+ [
2262
+ {
2263
2263
  "color": "#001f23",
2264
2264
  "fontFamily": "BeVietnamPro-Regular",
2265
2265
  "fontSize": 16,
@@ -2280,40 +2280,40 @@ Array [
2280
2280
  <View
2281
2281
  highlighted={false}
2282
2282
  leadingItem={
2283
- Object {
2283
+ {
2284
2284
  "text": "Tuesday",
2285
2285
  "value": "tue",
2286
2286
  }
2287
2287
  }
2288
2288
  section={
2289
- Object {
2289
+ {
2290
2290
  "category": "",
2291
- "data": Array [
2292
- Object {
2291
+ "data": [
2292
+ {
2293
2293
  "text": "Monday",
2294
2294
  "value": "mon",
2295
2295
  },
2296
- Object {
2296
+ {
2297
2297
  "text": "Tuesday",
2298
2298
  "value": "tue",
2299
2299
  },
2300
- Object {
2300
+ {
2301
2301
  "text": "Wednesday",
2302
2302
  "value": "wed",
2303
2303
  },
2304
- Object {
2304
+ {
2305
2305
  "text": "Thursday",
2306
2306
  "value": "thu",
2307
2307
  },
2308
- Object {
2308
+ {
2309
2309
  "text": "Friday",
2310
2310
  "value": "fri",
2311
2311
  },
2312
- Object {
2312
+ {
2313
2313
  "text": "Saturday",
2314
2314
  "value": "sat",
2315
2315
  },
2316
- Object {
2316
+ {
2317
2317
  "disabled": true,
2318
2318
  "text": "Sunday",
2319
2319
  "value": "sun",
@@ -2322,15 +2322,15 @@ Array [
2322
2322
  }
2323
2323
  }
2324
2324
  style={
2325
- Array [
2326
- Object {
2325
+ [
2326
+ {
2327
2327
  "marginTop": 4,
2328
2328
  },
2329
2329
  undefined,
2330
2330
  ]
2331
2331
  }
2332
2332
  trailingItem={
2333
- Object {
2333
+ {
2334
2334
  "text": "Wednesday",
2335
2335
  "value": "wed",
2336
2336
  }
@@ -2345,7 +2345,7 @@ Array [
2345
2345
  <View>
2346
2346
  <View
2347
2347
  accessibilityState={
2348
- Object {
2348
+ {
2349
2349
  "disabled": false,
2350
2350
  }
2351
2351
  }
@@ -2359,8 +2359,8 @@ Array [
2359
2359
  onResponderTerminationRequest={[Function]}
2360
2360
  onStartShouldSetResponder={[Function]}
2361
2361
  style={
2362
- Array [
2363
- Object {
2362
+ [
2363
+ {
2364
2364
  "alignItems": "center",
2365
2365
  "backgroundColor": "#ffffff",
2366
2366
  "borderRadius": 4,
@@ -2374,8 +2374,8 @@ Array [
2374
2374
  >
2375
2375
  <View
2376
2376
  style={
2377
- Array [
2378
- Object {
2377
+ [
2378
+ {
2379
2379
  "flex": 1,
2380
2380
  },
2381
2381
  undefined,
@@ -2385,8 +2385,8 @@ Array [
2385
2385
  <Text
2386
2386
  allowFontScaling={false}
2387
2387
  style={
2388
- Array [
2389
- Object {
2388
+ [
2389
+ {
2390
2390
  "color": "#001f23",
2391
2391
  "fontFamily": "BeVietnamPro-Regular",
2392
2392
  "fontSize": 16,
@@ -2407,40 +2407,40 @@ Array [
2407
2407
  <View
2408
2408
  highlighted={false}
2409
2409
  leadingItem={
2410
- Object {
2410
+ {
2411
2411
  "text": "Wednesday",
2412
2412
  "value": "wed",
2413
2413
  }
2414
2414
  }
2415
2415
  section={
2416
- Object {
2416
+ {
2417
2417
  "category": "",
2418
- "data": Array [
2419
- Object {
2418
+ "data": [
2419
+ {
2420
2420
  "text": "Monday",
2421
2421
  "value": "mon",
2422
2422
  },
2423
- Object {
2423
+ {
2424
2424
  "text": "Tuesday",
2425
2425
  "value": "tue",
2426
2426
  },
2427
- Object {
2427
+ {
2428
2428
  "text": "Wednesday",
2429
2429
  "value": "wed",
2430
2430
  },
2431
- Object {
2431
+ {
2432
2432
  "text": "Thursday",
2433
2433
  "value": "thu",
2434
2434
  },
2435
- Object {
2435
+ {
2436
2436
  "text": "Friday",
2437
2437
  "value": "fri",
2438
2438
  },
2439
- Object {
2439
+ {
2440
2440
  "text": "Saturday",
2441
2441
  "value": "sat",
2442
2442
  },
2443
- Object {
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
- Array [
2453
- Object {
2452
+ [
2453
+ {
2454
2454
  "marginTop": 4,
2455
2455
  },
2456
2456
  undefined,
2457
2457
  ]
2458
2458
  }
2459
2459
  trailingItem={
2460
- Object {
2460
+ {
2461
2461
  "text": "Thursday",
2462
2462
  "value": "thu",
2463
2463
  }
@@ -2472,7 +2472,7 @@ Array [
2472
2472
  <View>
2473
2473
  <View
2474
2474
  accessibilityState={
2475
- Object {
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
- Array [
2490
- Object {
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
- Array [
2505
- Object {
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
- Array [
2516
- Object {
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
- Object {
2537
+ {
2538
2538
  "text": "Thursday",
2539
2539
  "value": "thu",
2540
2540
  }
2541
2541
  }
2542
2542
  section={
2543
- Object {
2543
+ {
2544
2544
  "category": "",
2545
- "data": Array [
2546
- Object {
2545
+ "data": [
2546
+ {
2547
2547
  "text": "Monday",
2548
2548
  "value": "mon",
2549
2549
  },
2550
- Object {
2550
+ {
2551
2551
  "text": "Tuesday",
2552
2552
  "value": "tue",
2553
2553
  },
2554
- Object {
2554
+ {
2555
2555
  "text": "Wednesday",
2556
2556
  "value": "wed",
2557
2557
  },
2558
- Object {
2558
+ {
2559
2559
  "text": "Thursday",
2560
2560
  "value": "thu",
2561
2561
  },
2562
- Object {
2562
+ {
2563
2563
  "text": "Friday",
2564
2564
  "value": "fri",
2565
2565
  },
2566
- Object {
2566
+ {
2567
2567
  "text": "Saturday",
2568
2568
  "value": "sat",
2569
2569
  },
2570
- Object {
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
- Array [
2580
- Object {
2579
+ [
2580
+ {
2581
2581
  "marginTop": 4,
2582
2582
  },
2583
2583
  undefined,
2584
2584
  ]
2585
2585
  }
2586
2586
  trailingItem={
2587
- Object {
2587
+ {
2588
2588
  "text": "Friday",
2589
2589
  "value": "fri",
2590
2590
  }
@@ -2599,7 +2599,7 @@ Array [
2599
2599
  <View>
2600
2600
  <View
2601
2601
  accessibilityState={
2602
- Object {
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
- Array [
2617
- Object {
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
- Array [
2632
- Object {
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
- Array [
2643
- Object {
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
- Object {
2664
+ {
2665
2665
  "text": "Friday",
2666
2666
  "value": "fri",
2667
2667
  }
2668
2668
  }
2669
2669
  section={
2670
- Object {
2670
+ {
2671
2671
  "category": "",
2672
- "data": Array [
2673
- Object {
2672
+ "data": [
2673
+ {
2674
2674
  "text": "Monday",
2675
2675
  "value": "mon",
2676
2676
  },
2677
- Object {
2677
+ {
2678
2678
  "text": "Tuesday",
2679
2679
  "value": "tue",
2680
2680
  },
2681
- Object {
2681
+ {
2682
2682
  "text": "Wednesday",
2683
2683
  "value": "wed",
2684
2684
  },
2685
- Object {
2685
+ {
2686
2686
  "text": "Thursday",
2687
2687
  "value": "thu",
2688
2688
  },
2689
- Object {
2689
+ {
2690
2690
  "text": "Friday",
2691
2691
  "value": "fri",
2692
2692
  },
2693
- Object {
2693
+ {
2694
2694
  "text": "Saturday",
2695
2695
  "value": "sat",
2696
2696
  },
2697
- Object {
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
- Array [
2707
- Object {
2706
+ [
2707
+ {
2708
2708
  "marginTop": 4,
2709
2709
  },
2710
2710
  undefined,
2711
2711
  ]
2712
2712
  }
2713
2713
  trailingItem={
2714
- Object {
2714
+ {
2715
2715
  "text": "Saturday",
2716
2716
  "value": "sat",
2717
2717
  }
@@ -2726,7 +2726,7 @@ Array [
2726
2726
  <View>
2727
2727
  <View
2728
2728
  accessibilityState={
2729
- Object {
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
- Array [
2744
- Object {
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
- Array [
2759
- Object {
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
- Array [
2770
- Object {
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
- Object {
2791
+ {
2792
2792
  "text": "Saturday",
2793
2793
  "value": "sat",
2794
2794
  }
2795
2795
  }
2796
2796
  section={
2797
- Object {
2797
+ {
2798
2798
  "category": "",
2799
- "data": Array [
2800
- Object {
2799
+ "data": [
2800
+ {
2801
2801
  "text": "Monday",
2802
2802
  "value": "mon",
2803
2803
  },
2804
- Object {
2804
+ {
2805
2805
  "text": "Tuesday",
2806
2806
  "value": "tue",
2807
2807
  },
2808
- Object {
2808
+ {
2809
2809
  "text": "Wednesday",
2810
2810
  "value": "wed",
2811
2811
  },
2812
- Object {
2812
+ {
2813
2813
  "text": "Thursday",
2814
2814
  "value": "thu",
2815
2815
  },
2816
- Object {
2816
+ {
2817
2817
  "text": "Friday",
2818
2818
  "value": "fri",
2819
2819
  },
2820
- Object {
2820
+ {
2821
2821
  "text": "Saturday",
2822
2822
  "value": "sat",
2823
2823
  },
2824
- Object {
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
- Array [
2834
- Object {
2833
+ [
2834
+ {
2835
2835
  "marginTop": 4,
2836
2836
  },
2837
2837
  undefined,
2838
2838
  ]
2839
2839
  }
2840
2840
  trailingItem={
2841
- Object {
2841
+ {
2842
2842
  "disabled": true,
2843
2843
  "text": "Sunday",
2844
2844
  "value": "sun",
@@ -2854,7 +2854,7 @@ Array [
2854
2854
  <View>
2855
2855
  <View
2856
2856
  accessibilityState={
2857
- Object {
2857
+ {
2858
2858
  "disabled": true,
2859
2859
  }
2860
2860
  }
@@ -2868,8 +2868,8 @@ Array [
2868
2868
  onResponderTerminationRequest={[Function]}
2869
2869
  onStartShouldSetResponder={[Function]}
2870
2870
  style={
2871
- Array [
2872
- Object {
2871
+ [
2872
+ {
2873
2873
  "alignItems": "center",
2874
2874
  "backgroundColor": "#ffffff",
2875
2875
  "borderRadius": 4,
@@ -2883,8 +2883,8 @@ Array [
2883
2883
  >
2884
2884
  <View
2885
2885
  style={
2886
- Array [
2887
- Object {
2886
+ [
2887
+ {
2888
2888
  "flex": 1,
2889
2889
  },
2890
2890
  undefined,
@@ -2894,8 +2894,8 @@ Array [
2894
2894
  <Text
2895
2895
  allowFontScaling={false}
2896
2896
  style={
2897
- Array [
2898
- Object {
2897
+ [
2898
+ {
2899
2899
  "color": "#001f23",
2900
2900
  "fontFamily": "BeVietnamPro-Regular",
2901
2901
  "fontSize": 16,
@@ -2916,41 +2916,41 @@ Array [
2916
2916
  <View
2917
2917
  highlighted={false}
2918
2918
  leadingItem={
2919
- Object {
2919
+ {
2920
2920
  "disabled": true,
2921
2921
  "text": "Sunday",
2922
2922
  "value": "sun",
2923
2923
  }
2924
2924
  }
2925
2925
  section={
2926
- Object {
2926
+ {
2927
2927
  "category": "",
2928
- "data": Array [
2929
- Object {
2928
+ "data": [
2929
+ {
2930
2930
  "text": "Monday",
2931
2931
  "value": "mon",
2932
2932
  },
2933
- Object {
2933
+ {
2934
2934
  "text": "Tuesday",
2935
2935
  "value": "tue",
2936
2936
  },
2937
- Object {
2937
+ {
2938
2938
  "text": "Wednesday",
2939
2939
  "value": "wed",
2940
2940
  },
2941
- Object {
2941
+ {
2942
2942
  "text": "Thursday",
2943
2943
  "value": "thu",
2944
2944
  },
2945
- Object {
2945
+ {
2946
2946
  "text": "Friday",
2947
2947
  "value": "fri",
2948
2948
  },
2949
- Object {
2949
+ {
2950
2950
  "text": "Saturday",
2951
2951
  "value": "sat",
2952
2952
  },
2953
- Object {
2953
+ {
2954
2954
  "disabled": true,
2955
2955
  "text": "Sunday",
2956
2956
  "value": "sun",
@@ -2959,8 +2959,8 @@ Array [
2959
2959
  }
2960
2960
  }
2961
2961
  style={
2962
- Array [
2963
- Object {
2962
+ [
2963
+ {
2964
2964
  "marginTop": 12,
2965
2965
  },
2966
2966
  undefined,
@@ -2983,7 +2983,7 @@ Array [
2983
2983
  `;
2984
2984
 
2985
2985
  exports[`rendering renders correctly when input is loading 1`] = `
2986
- Array [
2986
+ [
2987
2987
  <View
2988
2988
  pointerEvents="none"
2989
2989
  >
@@ -2999,7 +2999,7 @@ Array [
2999
2999
  onResponderTerminationRequest={[Function]}
3000
3000
  onStartShouldSetResponder={[Function]}
3001
3001
  style={
3002
- Object {
3002
+ {
3003
3003
  "opacity": 1,
3004
3004
  }
3005
3005
  }
@@ -3010,8 +3010,8 @@ Array [
3010
3010
  <View
3011
3011
  pointerEvents="none"
3012
3012
  style={
3013
- Array [
3014
- Object {
3013
+ [
3014
+ {
3015
3015
  "marginTop": 8,
3016
3016
  "width": "100%",
3017
3017
  },
@@ -3021,8 +3021,8 @@ Array [
3021
3021
  >
3022
3022
  <View
3023
3023
  style={
3024
- Array [
3025
- Object {
3024
+ [
3025
+ {
3026
3026
  "alignItems": "center",
3027
3027
  "backgroundColor": "#ffffff",
3028
3028
  "borderRadius": 8,
@@ -3035,8 +3035,8 @@ Array [
3035
3035
  >
3036
3036
  <View
3037
3037
  style={
3038
- Array [
3039
- Object {
3038
+ [
3039
+ {
3040
3040
  "borderColor": "#808f91",
3041
3041
  "borderRadius": 8,
3042
3042
  "borderWidth": 1,
@@ -3046,8 +3046,8 @@ Array [
3046
3046
  "right": 0,
3047
3047
  "top": 0,
3048
3048
  },
3049
- Array [
3050
- Object {
3049
+ [
3050
+ {
3051
3051
  "backgroundColor": "#ffffff",
3052
3052
  },
3053
3053
  undefined,
@@ -3061,8 +3061,8 @@ Array [
3061
3061
  <View
3062
3062
  pointerEvents="none"
3063
3063
  style={
3064
- Array [
3065
- Object {
3064
+ [
3065
+ {
3066
3066
  "backgroundColor": "#ffffff",
3067
3067
  "flexDirection": "row",
3068
3068
  "left": 16,
@@ -3071,7 +3071,7 @@ Array [
3071
3071
  "top": -4,
3072
3072
  "zIndex": 1,
3073
3073
  },
3074
- Object {
3074
+ {
3075
3075
  "backgroundColor": "#ffffff",
3076
3076
  },
3077
3077
  ]
@@ -3081,20 +3081,20 @@ Array [
3081
3081
  <Text
3082
3082
  allowFontScaling={false}
3083
3083
  style={
3084
- Array [
3085
- Object {
3084
+ [
3085
+ {
3086
3086
  "color": "#001f23",
3087
3087
  "fontFamily": "BeVietnamPro-Regular",
3088
3088
  "fontSize": 12,
3089
3089
  "letterSpacing": 0.48,
3090
3090
  "lineHeight": 16,
3091
3091
  },
3092
- Array [
3093
- Object {
3092
+ [
3093
+ {
3094
3094
  "color": "#808f91",
3095
3095
  "lineHeight": 12,
3096
3096
  },
3097
- Object {
3097
+ {
3098
3098
  "backgroundColor": "#ffffff",
3099
3099
  },
3100
3100
  ],
@@ -3110,8 +3110,8 @@ Array [
3110
3110
  </View>
3111
3111
  <View
3112
3112
  style={
3113
- Array [
3114
- Object {
3113
+ [
3114
+ {
3115
3115
  "alignItems": "center",
3116
3116
  "alignSelf": "stretch",
3117
3117
  "flexDirection": "row",
@@ -3124,7 +3124,7 @@ Array [
3124
3124
  >
3125
3125
  <TextInput
3126
3126
  accessibilityState={
3127
- Object {
3127
+ {
3128
3128
  "disabled": true,
3129
3129
  }
3130
3130
  }
@@ -3137,8 +3137,8 @@ Array [
3137
3137
  placeholder=" "
3138
3138
  pointerEvents="none"
3139
3139
  style={
3140
- Array [
3141
- Object {
3140
+ [
3141
+ {
3142
3142
  "alignSelf": "stretch",
3143
3143
  "flexGrow": 2,
3144
3144
  "fontFamily": "BeVietnamPro-Regular",
@@ -3149,7 +3149,7 @@ Array [
3149
3149
  "paddingVertical": 0,
3150
3150
  "textAlignVertical": "center",
3151
3151
  },
3152
- Object {
3152
+ {
3153
3153
  "backgroundColor": "#ffffff",
3154
3154
  "color": "#001f23",
3155
3155
  },
@@ -3163,9 +3163,9 @@ Array [
3163
3163
  <View
3164
3164
  collapsable={false}
3165
3165
  style={
3166
- Object {
3167
- "transform": Array [
3168
- Object {
3166
+ {
3167
+ "transform": [
3168
+ {
3169
3169
  "rotate": "0deg",
3170
3170
  },
3171
3171
  ],
@@ -3175,8 +3175,8 @@ Array [
3175
3175
  <HeroIcon
3176
3176
  name="loading"
3177
3177
  style={
3178
- Array [
3179
- Object {
3178
+ [
3179
+ {
3180
3180
  "color": "#001f23",
3181
3181
  "fontSize": 24,
3182
3182
  },
@@ -3191,8 +3191,8 @@ Array [
3191
3191
  </View>
3192
3192
  <View
3193
3193
  style={
3194
- Array [
3195
- Object {
3194
+ [
3195
+ {
3196
3196
  "minHeight": 16,
3197
3197
  "paddingLeft": 16,
3198
3198
  "paddingTop": 2,
@@ -3203,8 +3203,8 @@ Array [
3203
3203
  >
3204
3204
  <View
3205
3205
  style={
3206
- Array [
3207
- Object {
3206
+ [
3207
+ {
3208
3208
  "flexDirection": "row",
3209
3209
  "justifyContent": "space-between",
3210
3210
  },
@@ -3227,7 +3227,7 @@ Array [
3227
3227
  `;
3228
3228
 
3229
3229
  exports[`rendering renders correctly when receives sections 1`] = `
3230
- Array [
3230
+ [
3231
3231
  <View
3232
3232
  pointerEvents="auto"
3233
3233
  >
@@ -3243,7 +3243,7 @@ Array [
3243
3243
  onResponderTerminationRequest={[Function]}
3244
3244
  onStartShouldSetResponder={[Function]}
3245
3245
  style={
3246
- Object {
3246
+ {
3247
3247
  "opacity": 1,
3248
3248
  }
3249
3249
  }
@@ -3254,8 +3254,8 @@ Array [
3254
3254
  <View
3255
3255
  pointerEvents="auto"
3256
3256
  style={
3257
- Array [
3258
- Object {
3257
+ [
3258
+ {
3259
3259
  "marginTop": 8,
3260
3260
  "width": "100%",
3261
3261
  },
@@ -3265,8 +3265,8 @@ Array [
3265
3265
  >
3266
3266
  <View
3267
3267
  style={
3268
- Array [
3269
- Object {
3268
+ [
3269
+ {
3270
3270
  "alignItems": "center",
3271
3271
  "backgroundColor": "#ffffff",
3272
3272
  "borderRadius": 8,
@@ -3279,8 +3279,8 @@ Array [
3279
3279
  >
3280
3280
  <View
3281
3281
  style={
3282
- Array [
3283
- Object {
3282
+ [
3283
+ {
3284
3284
  "borderColor": "#001f23",
3285
3285
  "borderRadius": 8,
3286
3286
  "borderWidth": 1,
@@ -3290,8 +3290,8 @@ Array [
3290
3290
  "right": 0,
3291
3291
  "top": 0,
3292
3292
  },
3293
- Array [
3294
- Object {
3293
+ [
3294
+ {
3295
3295
  "backgroundColor": "#ffffff",
3296
3296
  },
3297
3297
  undefined,
@@ -3305,8 +3305,8 @@ Array [
3305
3305
  <View
3306
3306
  pointerEvents="none"
3307
3307
  style={
3308
- Array [
3309
- Object {
3308
+ [
3309
+ {
3310
3310
  "backgroundColor": "#ffffff",
3311
3311
  "flexDirection": "row",
3312
3312
  "left": 16,
@@ -3315,7 +3315,7 @@ Array [
3315
3315
  "top": -4,
3316
3316
  "zIndex": 1,
3317
3317
  },
3318
- Object {
3318
+ {
3319
3319
  "backgroundColor": "#ffffff",
3320
3320
  },
3321
3321
  ]
@@ -3325,20 +3325,20 @@ Array [
3325
3325
  <Text
3326
3326
  allowFontScaling={false}
3327
3327
  style={
3328
- Array [
3329
- Object {
3328
+ [
3329
+ {
3330
3330
  "color": "#001f23",
3331
3331
  "fontFamily": "BeVietnamPro-Regular",
3332
3332
  "fontSize": 12,
3333
3333
  "letterSpacing": 0.48,
3334
3334
  "lineHeight": 16,
3335
3335
  },
3336
- Array [
3337
- Object {
3336
+ [
3337
+ {
3338
3338
  "color": "#001f23",
3339
3339
  "lineHeight": 12,
3340
3340
  },
3341
- Object {
3341
+ {
3342
3342
  "backgroundColor": "#ffffff",
3343
3343
  },
3344
3344
  ],
@@ -3354,8 +3354,8 @@ Array [
3354
3354
  </View>
3355
3355
  <View
3356
3356
  style={
3357
- Array [
3358
- Object {
3357
+ [
3358
+ {
3359
3359
  "alignItems": "center",
3360
3360
  "alignSelf": "stretch",
3361
3361
  "flexDirection": "row",
@@ -3368,7 +3368,7 @@ Array [
3368
3368
  >
3369
3369
  <TextInput
3370
3370
  accessibilityState={
3371
- Object {
3371
+ {
3372
3372
  "disabled": false,
3373
3373
  }
3374
3374
  }
@@ -3381,8 +3381,8 @@ Array [
3381
3381
  placeholder=" "
3382
3382
  pointerEvents="none"
3383
3383
  style={
3384
- Array [
3385
- Object {
3384
+ [
3385
+ {
3386
3386
  "alignSelf": "stretch",
3387
3387
  "flexGrow": 2,
3388
3388
  "fontFamily": "BeVietnamPro-Regular",
@@ -3393,7 +3393,7 @@ Array [
3393
3393
  "paddingVertical": 0,
3394
3394
  "textAlignVertical": "center",
3395
3395
  },
3396
- Object {
3396
+ {
3397
3397
  "backgroundColor": "#ffffff",
3398
3398
  "color": "#001f23",
3399
3399
  },
@@ -3407,8 +3407,8 @@ Array [
3407
3407
  <HeroIcon
3408
3408
  name="arrow-down"
3409
3409
  style={
3410
- Array [
3411
- Object {
3410
+ [
3411
+ {
3412
3412
  "color": "#001f23",
3413
3413
  "fontSize": 24,
3414
3414
  },
@@ -3422,8 +3422,8 @@ Array [
3422
3422
  </View>
3423
3423
  <View
3424
3424
  style={
3425
- Array [
3426
- Object {
3425
+ [
3426
+ {
3427
3427
  "minHeight": 16,
3428
3428
  "paddingLeft": 16,
3429
3429
  "paddingTop": 2,
@@ -3434,8 +3434,8 @@ Array [
3434
3434
  >
3435
3435
  <View
3436
3436
  style={
3437
- Array [
3438
- Object {
3437
+ [
3438
+ {
3439
3439
  "flexDirection": "row",
3440
3440
  "justifyContent": "space-between",
3441
3441
  },
@@ -3457,8 +3457,8 @@ Array [
3457
3457
  <View
3458
3458
  pointerEvents="box-none"
3459
3459
  style={
3460
- Array [
3461
- Object {
3460
+ [
3461
+ {
3462
3462
  "bottom": 0,
3463
3463
  "flexDirection": "column-reverse",
3464
3464
  "left": 0,
@@ -3473,15 +3473,15 @@ Array [
3473
3473
  <View
3474
3474
  onLayout={[Function]}
3475
3475
  style={
3476
- Array [
3477
- Array [
3478
- Object {
3476
+ [
3477
+ [
3478
+ {
3479
3479
  "flex": 1,
3480
3480
  "flexDirection": "column-reverse",
3481
3481
  },
3482
3482
  undefined,
3483
3483
  ],
3484
- Object {
3484
+ {
3485
3485
  "paddingBottom": 0,
3486
3486
  },
3487
3487
  ]
@@ -3501,7 +3501,7 @@ Array [
3501
3501
  onResponderTerminationRequest={[Function]}
3502
3502
  onStartShouldSetResponder={[Function]}
3503
3503
  style={
3504
- Object {
3504
+ {
3505
3505
  "backgroundColor": "#000000",
3506
3506
  "bottom": 0,
3507
3507
  "left": 0,
@@ -3516,7 +3516,7 @@ Array [
3516
3516
  collapsable={false}
3517
3517
  emulateUnlessSupported={true}
3518
3518
  style={
3519
- Object {
3519
+ {
3520
3520
  "backgroundColor": "#ffffff",
3521
3521
  "borderTopLeftRadius": 16,
3522
3522
  "borderTopRightRadius": 16,
@@ -3524,17 +3524,17 @@ Array [
3524
3524
  "maxHeight": "94%",
3525
3525
  "paddingBottom": 0,
3526
3526
  "shadowColor": "#001f23",
3527
- "shadowOffset": Object {
3527
+ "shadowOffset": {
3528
3528
  "height": 3,
3529
3529
  "width": 0,
3530
3530
  },
3531
3531
  "shadowOpacity": 0.4,
3532
3532
  "shadowRadius": 16,
3533
- "transform": Array [
3534
- Object {
3533
+ "transform": [
3534
+ {
3535
3535
  "scaleY": 1,
3536
3536
  },
3537
- Object {
3537
+ {
3538
3538
  "translateY": 0,
3539
3539
  },
3540
3540
  ],
@@ -3544,8 +3544,8 @@ Array [
3544
3544
  >
3545
3545
  <View
3546
3546
  style={
3547
- Array [
3548
- Object {
3547
+ [
3548
+ {
3549
3549
  "flexDirection": "row",
3550
3550
  "paddingHorizontal": 16,
3551
3551
  "paddingVertical": 8,
@@ -3556,8 +3556,8 @@ Array [
3556
3556
  >
3557
3557
  <View
3558
3558
  style={
3559
- Array [
3560
- Object {
3559
+ [
3560
+ {
3561
3561
  "flex": 1,
3562
3562
  "justifyContent": "center",
3563
3563
  },
@@ -3568,8 +3568,8 @@ Array [
3568
3568
  <Text
3569
3569
  allowFontScaling={false}
3570
3570
  style={
3571
- Array [
3572
- Object {
3571
+ [
3572
+ {
3573
3573
  "color": "#001f23",
3574
3574
  "fontFamily": "BeVietnamPro-SemiBold",
3575
3575
  "fontSize": 16,
@@ -3588,8 +3588,8 @@ Array [
3588
3588
  </View>
3589
3589
  <View
3590
3590
  style={
3591
- Array [
3592
- Object {
3591
+ [
3592
+ {
3593
3593
  "alignItems": "center",
3594
3594
  "height": 48,
3595
3595
  "justifyContent": "center",
@@ -3612,7 +3612,7 @@ Array [
3612
3612
  onResponderTerminationRequest={[Function]}
3613
3613
  onStartShouldSetResponder={[Function]}
3614
3614
  style={
3615
- Object {
3615
+ {
3616
3616
  "opacity": 1,
3617
3617
  }
3618
3618
  }
@@ -3621,8 +3621,8 @@ Array [
3621
3621
  <HeroIcon
3622
3622
  name="cancel"
3623
3623
  style={
3624
- Array [
3625
- Object {
3624
+ [
3625
+ {
3626
3626
  "color": "#001f23",
3627
3627
  "fontSize": 16,
3628
3628
  },
@@ -3638,24 +3638,24 @@ Array [
3638
3638
  <RCTScrollView
3639
3639
  ListFooterComponent={null}
3640
3640
  data={
3641
- Array [
3642
- Object {
3641
+ [
3642
+ {
3643
3643
  "category": "A",
3644
- "data": Array [
3645
- Object {
3644
+ "data": [
3645
+ {
3646
3646
  "text": "A1",
3647
3647
  "value": "a1",
3648
3648
  },
3649
3649
  ],
3650
3650
  },
3651
- Object {
3651
+ {
3652
3652
  "category": "B",
3653
- "data": Array [
3654
- Object {
3653
+ "data": [
3654
+ {
3655
3655
  "text": "B1",
3656
3656
  "value": "b1",
3657
3657
  },
3658
- Object {
3658
+ {
3659
3659
  "text": "B2",
3660
3660
  "value": "b2",
3661
3661
  },
@@ -3679,21 +3679,21 @@ Array [
3679
3679
  renderItem={[Function]}
3680
3680
  scrollEventThrottle={50}
3681
3681
  stickyHeaderIndices={
3682
- Array [
3682
+ [
3683
3683
  0,
3684
3684
  3,
3685
3685
  ]
3686
3686
  }
3687
3687
  style={
3688
- Array [
3689
- Object {
3688
+ [
3689
+ {
3690
3690
  "paddingHorizontal": 12,
3691
3691
  },
3692
- Array [
3693
- Object {
3692
+ [
3693
+ {
3694
3694
  "paddingBottom": 16,
3695
3695
  },
3696
- Object {},
3696
+ {},
3697
3697
  ],
3698
3698
  ]
3699
3699
  }
@@ -3705,8 +3705,8 @@ Array [
3705
3705
  >
3706
3706
  <View
3707
3707
  style={
3708
- Array [
3709
- Object {
3708
+ [
3709
+ {
3710
3710
  "alignContent": "center",
3711
3711
  "backgroundColor": "#f6f6f7",
3712
3712
  "display": "flex",
@@ -3716,7 +3716,7 @@ Array [
3716
3716
  "paddingHorizontal": 16,
3717
3717
  "paddingVertical": 8,
3718
3718
  },
3719
- Object {
3719
+ {
3720
3720
  "marginBottom": 0,
3721
3721
  },
3722
3722
  ]
@@ -3724,8 +3724,8 @@ Array [
3724
3724
  >
3725
3725
  <View
3726
3726
  style={
3727
- Array [
3728
- Object {
3727
+ [
3728
+ {
3729
3729
  "display": "flex",
3730
3730
  "flexDirection": "row",
3731
3731
  },
@@ -3735,8 +3735,8 @@ Array [
3735
3735
  >
3736
3736
  <View
3737
3737
  style={
3738
- Array [
3739
- Object {
3738
+ [
3739
+ {
3740
3740
  "marginRight": 8,
3741
3741
  },
3742
3742
  undefined,
@@ -3746,8 +3746,8 @@ Array [
3746
3746
  <Text
3747
3747
  allowFontScaling={false}
3748
3748
  style={
3749
- Array [
3750
- Object {
3749
+ [
3750
+ {
3751
3751
  "color": "#001f23",
3752
3752
  "fontFamily": "BeVietnamPro-Regular",
3753
3753
  "fontSize": 16,
@@ -3775,10 +3775,10 @@ Array [
3775
3775
  <View
3776
3776
  highlighted={false}
3777
3777
  section={
3778
- Object {
3778
+ {
3779
3779
  "category": "A",
3780
- "data": Array [
3781
- Object {
3780
+ "data": [
3781
+ {
3782
3782
  "text": "A1",
3783
3783
  "value": "a1",
3784
3784
  },
@@ -3786,28 +3786,28 @@ Array [
3786
3786
  }
3787
3787
  }
3788
3788
  style={
3789
- Array [
3790
- Object {
3789
+ [
3790
+ {
3791
3791
  "marginTop": 12,
3792
3792
  },
3793
3793
  undefined,
3794
3794
  ]
3795
3795
  }
3796
3796
  trailingItem={
3797
- Object {
3797
+ {
3798
3798
  "text": "A1",
3799
3799
  "value": "a1",
3800
3800
  }
3801
3801
  }
3802
3802
  trailingSection={
3803
- Object {
3803
+ {
3804
3804
  "category": "B",
3805
- "data": Array [
3806
- Object {
3805
+ "data": [
3806
+ {
3807
3807
  "text": "B1",
3808
3808
  "value": "b1",
3809
3809
  },
3810
- Object {
3810
+ {
3811
3811
  "text": "B2",
3812
3812
  "value": "b2",
3813
3813
  },
@@ -3817,7 +3817,7 @@ Array [
3817
3817
  />
3818
3818
  <View
3819
3819
  accessibilityState={
3820
- Object {
3820
+ {
3821
3821
  "disabled": false,
3822
3822
  }
3823
3823
  }
@@ -3831,8 +3831,8 @@ Array [
3831
3831
  onResponderTerminationRequest={[Function]}
3832
3832
  onStartShouldSetResponder={[Function]}
3833
3833
  style={
3834
- Array [
3835
- Object {
3834
+ [
3835
+ {
3836
3836
  "alignItems": "center",
3837
3837
  "backgroundColor": "#ece8ef",
3838
3838
  "borderRadius": 4,
@@ -3846,8 +3846,8 @@ Array [
3846
3846
  >
3847
3847
  <View
3848
3848
  style={
3849
- Array [
3850
- Object {
3849
+ [
3850
+ {
3851
3851
  "flex": 1,
3852
3852
  },
3853
3853
  undefined,
@@ -3857,8 +3857,8 @@ Array [
3857
3857
  <Text
3858
3858
  allowFontScaling={false}
3859
3859
  style={
3860
- Array [
3861
- Object {
3860
+ [
3861
+ {
3862
3862
  "color": "#001f23",
3863
3863
  "fontFamily": "BeVietnamPro-Regular",
3864
3864
  "fontSize": 16,
@@ -3879,16 +3879,16 @@ Array [
3879
3879
  <View
3880
3880
  highlighted={false}
3881
3881
  leadingItem={
3882
- Object {
3882
+ {
3883
3883
  "text": "A1",
3884
3884
  "value": "a1",
3885
3885
  }
3886
3886
  }
3887
3887
  section={
3888
- Object {
3888
+ {
3889
3889
  "category": "A",
3890
- "data": Array [
3891
- Object {
3890
+ "data": [
3891
+ {
3892
3892
  "text": "A1",
3893
3893
  "value": "a1",
3894
3894
  },
@@ -3896,22 +3896,22 @@ Array [
3896
3896
  }
3897
3897
  }
3898
3898
  style={
3899
- Array [
3900
- Object {
3899
+ [
3900
+ {
3901
3901
  "marginTop": 12,
3902
3902
  },
3903
3903
  undefined,
3904
3904
  ]
3905
3905
  }
3906
3906
  trailingSection={
3907
- Object {
3907
+ {
3908
3908
  "category": "B",
3909
- "data": Array [
3910
- Object {
3909
+ "data": [
3910
+ {
3911
3911
  "text": "B1",
3912
3912
  "value": "b1",
3913
3913
  },
3914
- Object {
3914
+ {
3915
3915
  "text": "B2",
3916
3916
  "value": "b2",
3917
3917
  },
@@ -3931,8 +3931,8 @@ Array [
3931
3931
  >
3932
3932
  <View
3933
3933
  style={
3934
- Array [
3935
- Object {
3934
+ [
3935
+ {
3936
3936
  "alignContent": "center",
3937
3937
  "backgroundColor": "#f6f6f7",
3938
3938
  "display": "flex",
@@ -3942,7 +3942,7 @@ Array [
3942
3942
  "paddingHorizontal": 16,
3943
3943
  "paddingVertical": 8,
3944
3944
  },
3945
- Object {
3945
+ {
3946
3946
  "marginBottom": 0,
3947
3947
  },
3948
3948
  ]
@@ -3950,8 +3950,8 @@ Array [
3950
3950
  >
3951
3951
  <View
3952
3952
  style={
3953
- Array [
3954
- Object {
3953
+ [
3954
+ {
3955
3955
  "display": "flex",
3956
3956
  "flexDirection": "row",
3957
3957
  },
@@ -3961,8 +3961,8 @@ Array [
3961
3961
  >
3962
3962
  <View
3963
3963
  style={
3964
- Array [
3965
- Object {
3964
+ [
3965
+ {
3966
3966
  "marginRight": 8,
3967
3967
  },
3968
3968
  undefined,
@@ -3972,8 +3972,8 @@ Array [
3972
3972
  <Text
3973
3973
  allowFontScaling={false}
3974
3974
  style={
3975
- Array [
3976
- Object {
3975
+ [
3976
+ {
3977
3977
  "color": "#001f23",
3978
3978
  "fontFamily": "BeVietnamPro-Regular",
3979
3979
  "fontSize": 16,
@@ -4001,10 +4001,10 @@ Array [
4001
4001
  <View
4002
4002
  highlighted={false}
4003
4003
  leadingSection={
4004
- Object {
4004
+ {
4005
4005
  "category": "A",
4006
- "data": Array [
4007
- Object {
4006
+ "data": [
4007
+ {
4008
4008
  "text": "A1",
4009
4009
  "value": "a1",
4010
4010
  },
@@ -4012,14 +4012,14 @@ Array [
4012
4012
  }
4013
4013
  }
4014
4014
  section={
4015
- Object {
4015
+ {
4016
4016
  "category": "B",
4017
- "data": Array [
4018
- Object {
4017
+ "data": [
4018
+ {
4019
4019
  "text": "B1",
4020
4020
  "value": "b1",
4021
4021
  },
4022
- Object {
4022
+ {
4023
4023
  "text": "B2",
4024
4024
  "value": "b2",
4025
4025
  },
@@ -4027,15 +4027,15 @@ Array [
4027
4027
  }
4028
4028
  }
4029
4029
  style={
4030
- Array [
4031
- Object {
4030
+ [
4031
+ {
4032
4032
  "marginTop": 12,
4033
4033
  },
4034
4034
  undefined,
4035
4035
  ]
4036
4036
  }
4037
4037
  trailingItem={
4038
- Object {
4038
+ {
4039
4039
  "text": "B1",
4040
4040
  "value": "b1",
4041
4041
  }
@@ -4043,7 +4043,7 @@ Array [
4043
4043
  />
4044
4044
  <View
4045
4045
  accessibilityState={
4046
- Object {
4046
+ {
4047
4047
  "disabled": false,
4048
4048
  }
4049
4049
  }
@@ -4057,8 +4057,8 @@ Array [
4057
4057
  onResponderTerminationRequest={[Function]}
4058
4058
  onStartShouldSetResponder={[Function]}
4059
4059
  style={
4060
- Array [
4061
- Object {
4060
+ [
4061
+ {
4062
4062
  "alignItems": "center",
4063
4063
  "backgroundColor": "#ffffff",
4064
4064
  "borderRadius": 4,
@@ -4072,8 +4072,8 @@ Array [
4072
4072
  >
4073
4073
  <View
4074
4074
  style={
4075
- Array [
4076
- Object {
4075
+ [
4076
+ {
4077
4077
  "flex": 1,
4078
4078
  },
4079
4079
  undefined,
@@ -4083,8 +4083,8 @@ Array [
4083
4083
  <Text
4084
4084
  allowFontScaling={false}
4085
4085
  style={
4086
- Array [
4087
- Object {
4086
+ [
4087
+ {
4088
4088
  "color": "#001f23",
4089
4089
  "fontFamily": "BeVietnamPro-Regular",
4090
4090
  "fontSize": 16,
@@ -4105,16 +4105,16 @@ Array [
4105
4105
  <View
4106
4106
  highlighted={false}
4107
4107
  leadingItem={
4108
- Object {
4108
+ {
4109
4109
  "text": "B1",
4110
4110
  "value": "b1",
4111
4111
  }
4112
4112
  }
4113
4113
  leadingSection={
4114
- Object {
4114
+ {
4115
4115
  "category": "A",
4116
- "data": Array [
4117
- Object {
4116
+ "data": [
4117
+ {
4118
4118
  "text": "A1",
4119
4119
  "value": "a1",
4120
4120
  },
@@ -4122,14 +4122,14 @@ Array [
4122
4122
  }
4123
4123
  }
4124
4124
  section={
4125
- Object {
4125
+ {
4126
4126
  "category": "B",
4127
- "data": Array [
4128
- Object {
4127
+ "data": [
4128
+ {
4129
4129
  "text": "B1",
4130
4130
  "value": "b1",
4131
4131
  },
4132
- Object {
4132
+ {
4133
4133
  "text": "B2",
4134
4134
  "value": "b2",
4135
4135
  },
@@ -4137,15 +4137,15 @@ Array [
4137
4137
  }
4138
4138
  }
4139
4139
  style={
4140
- Array [
4141
- Object {
4140
+ [
4141
+ {
4142
4142
  "marginTop": 4,
4143
4143
  },
4144
4144
  undefined,
4145
4145
  ]
4146
4146
  }
4147
4147
  trailingItem={
4148
- Object {
4148
+ {
4149
4149
  "text": "B2",
4150
4150
  "value": "b2",
4151
4151
  }
@@ -4160,7 +4160,7 @@ Array [
4160
4160
  <View>
4161
4161
  <View
4162
4162
  accessibilityState={
4163
- Object {
4163
+ {
4164
4164
  "disabled": false,
4165
4165
  }
4166
4166
  }
@@ -4174,8 +4174,8 @@ Array [
4174
4174
  onResponderTerminationRequest={[Function]}
4175
4175
  onStartShouldSetResponder={[Function]}
4176
4176
  style={
4177
- Array [
4178
- Object {
4177
+ [
4178
+ {
4179
4179
  "alignItems": "center",
4180
4180
  "backgroundColor": "#ffffff",
4181
4181
  "borderRadius": 4,
@@ -4189,8 +4189,8 @@ Array [
4189
4189
  >
4190
4190
  <View
4191
4191
  style={
4192
- Array [
4193
- Object {
4192
+ [
4193
+ {
4194
4194
  "flex": 1,
4195
4195
  },
4196
4196
  undefined,
@@ -4200,8 +4200,8 @@ Array [
4200
4200
  <Text
4201
4201
  allowFontScaling={false}
4202
4202
  style={
4203
- Array [
4204
- Object {
4203
+ [
4204
+ {
4205
4205
  "color": "#001f23",
4206
4206
  "fontFamily": "BeVietnamPro-Regular",
4207
4207
  "fontSize": 16,
@@ -4222,16 +4222,16 @@ Array [
4222
4222
  <View
4223
4223
  highlighted={false}
4224
4224
  leadingItem={
4225
- Object {
4225
+ {
4226
4226
  "text": "B2",
4227
4227
  "value": "b2",
4228
4228
  }
4229
4229
  }
4230
4230
  leadingSection={
4231
- Object {
4231
+ {
4232
4232
  "category": "A",
4233
- "data": Array [
4234
- Object {
4233
+ "data": [
4234
+ {
4235
4235
  "text": "A1",
4236
4236
  "value": "a1",
4237
4237
  },
@@ -4239,14 +4239,14 @@ Array [
4239
4239
  }
4240
4240
  }
4241
4241
  section={
4242
- Object {
4242
+ {
4243
4243
  "category": "B",
4244
- "data": Array [
4245
- Object {
4244
+ "data": [
4245
+ {
4246
4246
  "text": "B1",
4247
4247
  "value": "b1",
4248
4248
  },
4249
- Object {
4249
+ {
4250
4250
  "text": "B2",
4251
4251
  "value": "b2",
4252
4252
  },
@@ -4254,8 +4254,8 @@ Array [
4254
4254
  }
4255
4255
  }
4256
4256
  style={
4257
- Array [
4258
- Object {
4257
+ [
4258
+ {
4259
4259
  "marginTop": 12,
4260
4260
  },
4261
4261
  undefined,