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