@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,21 +56,21 @@ 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
- Array [
70
- Object {
69
+ [
70
+ {
71
71
  "paddingBottom": 16,
72
72
  },
73
- Object {},
73
+ {},
74
74
  ],
75
75
  ]
76
76
  }
@@ -82,8 +82,8 @@ exports[`OptionList render isLoading correctly 1`] = `
82
82
  >
83
83
  <View
84
84
  style={
85
- Array [
86
- Object {
85
+ [
86
+ {
87
87
  "alignContent": "center",
88
88
  "backgroundColor": "#f6f6f7",
89
89
  "display": "flex",
@@ -93,7 +93,7 @@ exports[`OptionList render isLoading correctly 1`] = `
93
93
  "paddingHorizontal": 16,
94
94
  "paddingVertical": 8,
95
95
  },
96
- Object {
96
+ {
97
97
  "marginBottom": 0,
98
98
  },
99
99
  ]
@@ -101,8 +101,8 @@ exports[`OptionList render isLoading correctly 1`] = `
101
101
  >
102
102
  <View
103
103
  style={
104
- Array [
105
- Object {
104
+ [
105
+ {
106
106
  "display": "flex",
107
107
  "flexDirection": "row",
108
108
  },
@@ -112,8 +112,8 @@ exports[`OptionList render isLoading correctly 1`] = `
112
112
  >
113
113
  <View
114
114
  style={
115
- Array [
116
- Object {
115
+ [
116
+ {
117
117
  "marginRight": 8,
118
118
  },
119
119
  undefined,
@@ -123,8 +123,8 @@ exports[`OptionList render isLoading correctly 1`] = `
123
123
  <Text
124
124
  allowFontScaling={false}
125
125
  style={
126
- Array [
127
- Object {
126
+ [
127
+ {
128
128
  "color": "#001f23",
129
129
  "fontFamily": "BeVietnamPro-Regular",
130
130
  "fontSize": 16,
@@ -152,10 +152,10 @@ exports[`OptionList render isLoading correctly 1`] = `
152
152
  <View
153
153
  highlighted={false}
154
154
  section={
155
- Object {
155
+ {
156
156
  "category": "A",
157
- "data": Array [
158
- Object {
157
+ "data": [
158
+ {
159
159
  "text": "A1",
160
160
  "value": "a1",
161
161
  },
@@ -163,28 +163,28 @@ exports[`OptionList render isLoading correctly 1`] = `
163
163
  }
164
164
  }
165
165
  style={
166
- Array [
167
- Object {
166
+ [
167
+ {
168
168
  "marginTop": 12,
169
169
  },
170
170
  undefined,
171
171
  ]
172
172
  }
173
173
  trailingItem={
174
- Object {
174
+ {
175
175
  "text": "A1",
176
176
  "value": "a1",
177
177
  }
178
178
  }
179
179
  trailingSection={
180
- Object {
180
+ {
181
181
  "category": "B",
182
- "data": Array [
183
- Object {
182
+ "data": [
183
+ {
184
184
  "text": "B1",
185
185
  "value": "b1",
186
186
  },
187
- Object {
187
+ {
188
188
  "text": "B2",
189
189
  "value": "b2",
190
190
  },
@@ -194,7 +194,7 @@ exports[`OptionList render isLoading correctly 1`] = `
194
194
  />
195
195
  <View
196
196
  accessibilityState={
197
- Object {
197
+ {
198
198
  "disabled": false,
199
199
  }
200
200
  }
@@ -208,8 +208,8 @@ exports[`OptionList render isLoading correctly 1`] = `
208
208
  onResponderTerminationRequest={[Function]}
209
209
  onStartShouldSetResponder={[Function]}
210
210
  style={
211
- Array [
212
- Object {
211
+ [
212
+ {
213
213
  "alignItems": "center",
214
214
  "backgroundColor": "#ece8ef",
215
215
  "borderRadius": 4,
@@ -223,8 +223,8 @@ exports[`OptionList render isLoading correctly 1`] = `
223
223
  >
224
224
  <View
225
225
  style={
226
- Array [
227
- Object {
226
+ [
227
+ {
228
228
  "flex": 1,
229
229
  },
230
230
  undefined,
@@ -234,8 +234,8 @@ exports[`OptionList render isLoading correctly 1`] = `
234
234
  <Text
235
235
  allowFontScaling={false}
236
236
  style={
237
- Array [
238
- Object {
237
+ [
238
+ {
239
239
  "color": "#001f23",
240
240
  "fontFamily": "BeVietnamPro-Regular",
241
241
  "fontSize": 16,
@@ -256,16 +256,16 @@ exports[`OptionList render isLoading correctly 1`] = `
256
256
  <View
257
257
  highlighted={false}
258
258
  leadingItem={
259
- Object {
259
+ {
260
260
  "text": "A1",
261
261
  "value": "a1",
262
262
  }
263
263
  }
264
264
  section={
265
- Object {
265
+ {
266
266
  "category": "A",
267
- "data": Array [
268
- Object {
267
+ "data": [
268
+ {
269
269
  "text": "A1",
270
270
  "value": "a1",
271
271
  },
@@ -273,22 +273,22 @@ exports[`OptionList render isLoading correctly 1`] = `
273
273
  }
274
274
  }
275
275
  style={
276
- Array [
277
- Object {
276
+ [
277
+ {
278
278
  "marginTop": 12,
279
279
  },
280
280
  undefined,
281
281
  ]
282
282
  }
283
283
  trailingSection={
284
- Object {
284
+ {
285
285
  "category": "B",
286
- "data": Array [
287
- Object {
286
+ "data": [
287
+ {
288
288
  "text": "B1",
289
289
  "value": "b1",
290
290
  },
291
- Object {
291
+ {
292
292
  "text": "B2",
293
293
  "value": "b2",
294
294
  },
@@ -308,8 +308,8 @@ exports[`OptionList render isLoading correctly 1`] = `
308
308
  >
309
309
  <View
310
310
  style={
311
- Array [
312
- Object {
311
+ [
312
+ {
313
313
  "alignContent": "center",
314
314
  "backgroundColor": "#f6f6f7",
315
315
  "display": "flex",
@@ -319,7 +319,7 @@ exports[`OptionList render isLoading correctly 1`] = `
319
319
  "paddingHorizontal": 16,
320
320
  "paddingVertical": 8,
321
321
  },
322
- Object {
322
+ {
323
323
  "marginBottom": 0,
324
324
  },
325
325
  ]
@@ -327,8 +327,8 @@ exports[`OptionList render isLoading correctly 1`] = `
327
327
  >
328
328
  <View
329
329
  style={
330
- Array [
331
- Object {
330
+ [
331
+ {
332
332
  "display": "flex",
333
333
  "flexDirection": "row",
334
334
  },
@@ -338,8 +338,8 @@ exports[`OptionList render isLoading correctly 1`] = `
338
338
  >
339
339
  <View
340
340
  style={
341
- Array [
342
- Object {
341
+ [
342
+ {
343
343
  "marginRight": 8,
344
344
  },
345
345
  undefined,
@@ -349,8 +349,8 @@ exports[`OptionList render isLoading correctly 1`] = `
349
349
  <Text
350
350
  allowFontScaling={false}
351
351
  style={
352
- Array [
353
- Object {
352
+ [
353
+ {
354
354
  "color": "#001f23",
355
355
  "fontFamily": "BeVietnamPro-Regular",
356
356
  "fontSize": 16,
@@ -378,10 +378,10 @@ exports[`OptionList render isLoading correctly 1`] = `
378
378
  <View
379
379
  highlighted={false}
380
380
  leadingSection={
381
- Object {
381
+ {
382
382
  "category": "A",
383
- "data": Array [
384
- Object {
383
+ "data": [
384
+ {
385
385
  "text": "A1",
386
386
  "value": "a1",
387
387
  },
@@ -389,14 +389,14 @@ exports[`OptionList render isLoading correctly 1`] = `
389
389
  }
390
390
  }
391
391
  section={
392
- Object {
392
+ {
393
393
  "category": "B",
394
- "data": Array [
395
- Object {
394
+ "data": [
395
+ {
396
396
  "text": "B1",
397
397
  "value": "b1",
398
398
  },
399
- Object {
399
+ {
400
400
  "text": "B2",
401
401
  "value": "b2",
402
402
  },
@@ -404,15 +404,15 @@ exports[`OptionList render isLoading correctly 1`] = `
404
404
  }
405
405
  }
406
406
  style={
407
- Array [
408
- Object {
407
+ [
408
+ {
409
409
  "marginTop": 12,
410
410
  },
411
411
  undefined,
412
412
  ]
413
413
  }
414
414
  trailingItem={
415
- Object {
415
+ {
416
416
  "text": "B1",
417
417
  "value": "b1",
418
418
  }
@@ -420,7 +420,7 @@ exports[`OptionList render isLoading correctly 1`] = `
420
420
  />
421
421
  <View
422
422
  accessibilityState={
423
- Object {
423
+ {
424
424
  "disabled": false,
425
425
  }
426
426
  }
@@ -434,8 +434,8 @@ exports[`OptionList render isLoading correctly 1`] = `
434
434
  onResponderTerminationRequest={[Function]}
435
435
  onStartShouldSetResponder={[Function]}
436
436
  style={
437
- Array [
438
- Object {
437
+ [
438
+ {
439
439
  "alignItems": "center",
440
440
  "backgroundColor": "#ffffff",
441
441
  "borderRadius": 4,
@@ -449,8 +449,8 @@ exports[`OptionList render isLoading correctly 1`] = `
449
449
  >
450
450
  <View
451
451
  style={
452
- Array [
453
- Object {
452
+ [
453
+ {
454
454
  "flex": 1,
455
455
  },
456
456
  undefined,
@@ -460,8 +460,8 @@ exports[`OptionList render isLoading correctly 1`] = `
460
460
  <Text
461
461
  allowFontScaling={false}
462
462
  style={
463
- Array [
464
- Object {
463
+ [
464
+ {
465
465
  "color": "#001f23",
466
466
  "fontFamily": "BeVietnamPro-Regular",
467
467
  "fontSize": 16,
@@ -482,16 +482,16 @@ exports[`OptionList render isLoading correctly 1`] = `
482
482
  <View
483
483
  highlighted={false}
484
484
  leadingItem={
485
- Object {
485
+ {
486
486
  "text": "B1",
487
487
  "value": "b1",
488
488
  }
489
489
  }
490
490
  leadingSection={
491
- Object {
491
+ {
492
492
  "category": "A",
493
- "data": Array [
494
- Object {
493
+ "data": [
494
+ {
495
495
  "text": "A1",
496
496
  "value": "a1",
497
497
  },
@@ -499,14 +499,14 @@ exports[`OptionList render isLoading correctly 1`] = `
499
499
  }
500
500
  }
501
501
  section={
502
- Object {
502
+ {
503
503
  "category": "B",
504
- "data": Array [
505
- Object {
504
+ "data": [
505
+ {
506
506
  "text": "B1",
507
507
  "value": "b1",
508
508
  },
509
- Object {
509
+ {
510
510
  "text": "B2",
511
511
  "value": "b2",
512
512
  },
@@ -514,15 +514,15 @@ exports[`OptionList render isLoading correctly 1`] = `
514
514
  }
515
515
  }
516
516
  style={
517
- Array [
518
- Object {
517
+ [
518
+ {
519
519
  "marginTop": 4,
520
520
  },
521
521
  undefined,
522
522
  ]
523
523
  }
524
524
  trailingItem={
525
- Object {
525
+ {
526
526
  "text": "B2",
527
527
  "value": "b2",
528
528
  }
@@ -537,7 +537,7 @@ exports[`OptionList render isLoading correctly 1`] = `
537
537
  <View>
538
538
  <View
539
539
  accessibilityState={
540
- Object {
540
+ {
541
541
  "disabled": false,
542
542
  }
543
543
  }
@@ -551,8 +551,8 @@ exports[`OptionList render isLoading correctly 1`] = `
551
551
  onResponderTerminationRequest={[Function]}
552
552
  onStartShouldSetResponder={[Function]}
553
553
  style={
554
- Array [
555
- Object {
554
+ [
555
+ {
556
556
  "alignItems": "center",
557
557
  "backgroundColor": "#ffffff",
558
558
  "borderRadius": 4,
@@ -566,8 +566,8 @@ exports[`OptionList render isLoading correctly 1`] = `
566
566
  >
567
567
  <View
568
568
  style={
569
- Array [
570
- Object {
569
+ [
570
+ {
571
571
  "flex": 1,
572
572
  },
573
573
  undefined,
@@ -577,8 +577,8 @@ exports[`OptionList render isLoading correctly 1`] = `
577
577
  <Text
578
578
  allowFontScaling={false}
579
579
  style={
580
- Array [
581
- Object {
580
+ [
581
+ {
582
582
  "color": "#001f23",
583
583
  "fontFamily": "BeVietnamPro-Regular",
584
584
  "fontSize": 16,
@@ -599,16 +599,16 @@ exports[`OptionList render isLoading correctly 1`] = `
599
599
  <View
600
600
  highlighted={false}
601
601
  leadingItem={
602
- Object {
602
+ {
603
603
  "text": "B2",
604
604
  "value": "b2",
605
605
  }
606
606
  }
607
607
  leadingSection={
608
- Object {
608
+ {
609
609
  "category": "A",
610
- "data": Array [
611
- Object {
610
+ "data": [
611
+ {
612
612
  "text": "A1",
613
613
  "value": "a1",
614
614
  },
@@ -616,14 +616,14 @@ exports[`OptionList render isLoading correctly 1`] = `
616
616
  }
617
617
  }
618
618
  section={
619
- Object {
619
+ {
620
620
  "category": "B",
621
- "data": Array [
622
- Object {
621
+ "data": [
622
+ {
623
623
  "text": "B1",
624
624
  "value": "b1",
625
625
  },
626
- Object {
626
+ {
627
627
  "text": "B2",
628
628
  "value": "b2",
629
629
  },
@@ -631,8 +631,8 @@ exports[`OptionList render isLoading correctly 1`] = `
631
631
  }
632
632
  }
633
633
  style={
634
- Array [
635
- Object {
634
+ [
635
+ {
636
636
  "marginTop": 12,
637
637
  },
638
638
  undefined,
@@ -650,7 +650,7 @@ exports[`OptionList render isLoading correctly 1`] = `
650
650
  >
651
651
  <View
652
652
  style={
653
- Object {
653
+ {
654
654
  "alignItems": "center",
655
655
  "display": "flex",
656
656
  "height": 56,
@@ -659,16 +659,16 @@ exports[`OptionList render isLoading correctly 1`] = `
659
659
  >
660
660
  <View
661
661
  style={
662
- Array [
663
- Object {},
662
+ [
663
+ {},
664
664
  undefined,
665
665
  ]
666
666
  }
667
667
  >
668
668
  <View
669
669
  style={
670
- Array [
671
- Object {
670
+ [
671
+ {
672
672
  "alignItems": "center",
673
673
  "height": "100%",
674
674
  "justifyContent": "center",
@@ -680,9 +680,9 @@ exports[`OptionList render isLoading correctly 1`] = `
680
680
  <View
681
681
  collapsable={false}
682
682
  style={
683
- Object {
684
- "transform": Array [
685
- Object {
683
+ {
684
+ "transform": [
685
+ {
686
686
  "rotate": "0deg",
687
687
  },
688
688
  ],
@@ -692,12 +692,12 @@ exports[`OptionList render isLoading correctly 1`] = `
692
692
  <View
693
693
  collapsable={false}
694
694
  style={
695
- Array [
696
- Object {
695
+ [
696
+ {
697
697
  "flexDirection": "row",
698
698
  "marginBottom": 8,
699
699
  },
700
- Object {},
700
+ {},
701
701
  ]
702
702
  }
703
703
  themePosition="top"
@@ -706,15 +706,15 @@ exports[`OptionList render isLoading correctly 1`] = `
706
706
  <View
707
707
  collapsable={false}
708
708
  style={
709
- Array [
710
- Object {
709
+ [
710
+ {
711
711
  "backgroundColor": "#401960",
712
712
  "borderRadius": 999,
713
713
  "height": 16,
714
714
  "opacity": 0.9,
715
715
  "width": 16,
716
716
  },
717
- Object {},
717
+ {},
718
718
  ]
719
719
  }
720
720
  themeIntent="primary"
@@ -724,8 +724,8 @@ exports[`OptionList render isLoading correctly 1`] = `
724
724
  <View
725
725
  collapsable={false}
726
726
  style={
727
- Array [
728
- Object {
727
+ [
728
+ {
729
729
  "backgroundColor": "#401960",
730
730
  "borderRadius": 999,
731
731
  "height": 16,
@@ -733,7 +733,7 @@ exports[`OptionList render isLoading correctly 1`] = `
733
733
  "opacity": 0.675,
734
734
  "width": 16,
735
735
  },
736
- Object {},
736
+ {},
737
737
  ]
738
738
  }
739
739
  themeIntent="primary"
@@ -744,12 +744,12 @@ exports[`OptionList render isLoading correctly 1`] = `
744
744
  <View
745
745
  collapsable={false}
746
746
  style={
747
- Array [
748
- Object {
747
+ [
748
+ {
749
749
  "flexDirection": "row",
750
750
  "marginBottom": 0,
751
751
  },
752
- Object {},
752
+ {},
753
753
  ]
754
754
  }
755
755
  themePosition="bottom"
@@ -758,15 +758,15 @@ exports[`OptionList render isLoading correctly 1`] = `
758
758
  <View
759
759
  collapsable={false}
760
760
  style={
761
- Array [
762
- Object {
761
+ [
762
+ {
763
763
  "backgroundColor": "#401960",
764
764
  "borderRadius": 999,
765
765
  "height": 16,
766
766
  "opacity": 0.45,
767
767
  "width": 16,
768
768
  },
769
- Object {},
769
+ {},
770
770
  ]
771
771
  }
772
772
  themeIntent="primary"
@@ -776,8 +776,8 @@ exports[`OptionList render isLoading correctly 1`] = `
776
776
  <View
777
777
  collapsable={false}
778
778
  style={
779
- Array [
780
- Object {
779
+ [
780
+ {
781
781
  "backgroundColor": "#401960",
782
782
  "borderRadius": 999,
783
783
  "height": 16,
@@ -785,7 +785,7 @@ exports[`OptionList render isLoading correctly 1`] = `
785
785
  "opacity": 0.225,
786
786
  "width": 16,
787
787
  },
788
- Object {},
788
+ {},
789
789
  ]
790
790
  }
791
791
  themeIntent="primary"
@@ -806,24 +806,24 @@ exports[`OptionList renders correctly 1`] = `
806
806
  <RCTScrollView
807
807
  ListFooterComponent={null}
808
808
  data={
809
- Array [
810
- Object {
809
+ [
810
+ {
811
811
  "category": "A",
812
- "data": Array [
813
- Object {
812
+ "data": [
813
+ {
814
814
  "text": "A1",
815
815
  "value": "a1",
816
816
  },
817
817
  ],
818
818
  },
819
- Object {
819
+ {
820
820
  "category": "B",
821
- "data": Array [
822
- Object {
821
+ "data": [
822
+ {
823
823
  "text": "B1",
824
824
  "value": "b1",
825
825
  },
826
- Object {
826
+ {
827
827
  "text": "B2",
828
828
  "value": "b2",
829
829
  },
@@ -846,21 +846,21 @@ exports[`OptionList renders correctly 1`] = `
846
846
  renderItem={[Function]}
847
847
  scrollEventThrottle={50}
848
848
  stickyHeaderIndices={
849
- Array [
849
+ [
850
850
  0,
851
851
  3,
852
852
  ]
853
853
  }
854
854
  style={
855
- Array [
856
- Object {
855
+ [
856
+ {
857
857
  "paddingHorizontal": 12,
858
858
  },
859
- Array [
860
- Object {
859
+ [
860
+ {
861
861
  "paddingBottom": 16,
862
862
  },
863
- Object {},
863
+ {},
864
864
  ],
865
865
  ]
866
866
  }
@@ -872,8 +872,8 @@ exports[`OptionList renders correctly 1`] = `
872
872
  >
873
873
  <View
874
874
  style={
875
- Array [
876
- Object {
875
+ [
876
+ {
877
877
  "alignContent": "center",
878
878
  "backgroundColor": "#f6f6f7",
879
879
  "display": "flex",
@@ -883,7 +883,7 @@ exports[`OptionList renders correctly 1`] = `
883
883
  "paddingHorizontal": 16,
884
884
  "paddingVertical": 8,
885
885
  },
886
- Object {
886
+ {
887
887
  "marginBottom": 0,
888
888
  },
889
889
  ]
@@ -891,8 +891,8 @@ exports[`OptionList renders correctly 1`] = `
891
891
  >
892
892
  <View
893
893
  style={
894
- Array [
895
- Object {
894
+ [
895
+ {
896
896
  "display": "flex",
897
897
  "flexDirection": "row",
898
898
  },
@@ -902,8 +902,8 @@ exports[`OptionList renders correctly 1`] = `
902
902
  >
903
903
  <View
904
904
  style={
905
- Array [
906
- Object {
905
+ [
906
+ {
907
907
  "marginRight": 8,
908
908
  },
909
909
  undefined,
@@ -913,8 +913,8 @@ exports[`OptionList renders correctly 1`] = `
913
913
  <Text
914
914
  allowFontScaling={false}
915
915
  style={
916
- Array [
917
- Object {
916
+ [
917
+ {
918
918
  "color": "#001f23",
919
919
  "fontFamily": "BeVietnamPro-Regular",
920
920
  "fontSize": 16,
@@ -942,10 +942,10 @@ exports[`OptionList renders correctly 1`] = `
942
942
  <View
943
943
  highlighted={false}
944
944
  section={
945
- Object {
945
+ {
946
946
  "category": "A",
947
- "data": Array [
948
- Object {
947
+ "data": [
948
+ {
949
949
  "text": "A1",
950
950
  "value": "a1",
951
951
  },
@@ -953,28 +953,28 @@ exports[`OptionList renders correctly 1`] = `
953
953
  }
954
954
  }
955
955
  style={
956
- Array [
957
- Object {
956
+ [
957
+ {
958
958
  "marginTop": 12,
959
959
  },
960
960
  undefined,
961
961
  ]
962
962
  }
963
963
  trailingItem={
964
- Object {
964
+ {
965
965
  "text": "A1",
966
966
  "value": "a1",
967
967
  }
968
968
  }
969
969
  trailingSection={
970
- Object {
970
+ {
971
971
  "category": "B",
972
- "data": Array [
973
- Object {
972
+ "data": [
973
+ {
974
974
  "text": "B1",
975
975
  "value": "b1",
976
976
  },
977
- Object {
977
+ {
978
978
  "text": "B2",
979
979
  "value": "b2",
980
980
  },
@@ -984,7 +984,7 @@ exports[`OptionList renders correctly 1`] = `
984
984
  />
985
985
  <View
986
986
  accessibilityState={
987
- Object {
987
+ {
988
988
  "disabled": false,
989
989
  }
990
990
  }
@@ -998,8 +998,8 @@ exports[`OptionList renders correctly 1`] = `
998
998
  onResponderTerminationRequest={[Function]}
999
999
  onStartShouldSetResponder={[Function]}
1000
1000
  style={
1001
- Array [
1002
- Object {
1001
+ [
1002
+ {
1003
1003
  "alignItems": "center",
1004
1004
  "backgroundColor": "#ece8ef",
1005
1005
  "borderRadius": 4,
@@ -1013,8 +1013,8 @@ exports[`OptionList renders correctly 1`] = `
1013
1013
  >
1014
1014
  <View
1015
1015
  style={
1016
- Array [
1017
- Object {
1016
+ [
1017
+ {
1018
1018
  "flex": 1,
1019
1019
  },
1020
1020
  undefined,
@@ -1024,8 +1024,8 @@ exports[`OptionList renders correctly 1`] = `
1024
1024
  <Text
1025
1025
  allowFontScaling={false}
1026
1026
  style={
1027
- Array [
1028
- Object {
1027
+ [
1028
+ {
1029
1029
  "color": "#001f23",
1030
1030
  "fontFamily": "BeVietnamPro-Regular",
1031
1031
  "fontSize": 16,
@@ -1046,16 +1046,16 @@ exports[`OptionList renders correctly 1`] = `
1046
1046
  <View
1047
1047
  highlighted={false}
1048
1048
  leadingItem={
1049
- Object {
1049
+ {
1050
1050
  "text": "A1",
1051
1051
  "value": "a1",
1052
1052
  }
1053
1053
  }
1054
1054
  section={
1055
- Object {
1055
+ {
1056
1056
  "category": "A",
1057
- "data": Array [
1058
- Object {
1057
+ "data": [
1058
+ {
1059
1059
  "text": "A1",
1060
1060
  "value": "a1",
1061
1061
  },
@@ -1063,22 +1063,22 @@ exports[`OptionList renders correctly 1`] = `
1063
1063
  }
1064
1064
  }
1065
1065
  style={
1066
- Array [
1067
- Object {
1066
+ [
1067
+ {
1068
1068
  "marginTop": 12,
1069
1069
  },
1070
1070
  undefined,
1071
1071
  ]
1072
1072
  }
1073
1073
  trailingSection={
1074
- Object {
1074
+ {
1075
1075
  "category": "B",
1076
- "data": Array [
1077
- Object {
1076
+ "data": [
1077
+ {
1078
1078
  "text": "B1",
1079
1079
  "value": "b1",
1080
1080
  },
1081
- Object {
1081
+ {
1082
1082
  "text": "B2",
1083
1083
  "value": "b2",
1084
1084
  },
@@ -1098,8 +1098,8 @@ exports[`OptionList renders correctly 1`] = `
1098
1098
  >
1099
1099
  <View
1100
1100
  style={
1101
- Array [
1102
- Object {
1101
+ [
1102
+ {
1103
1103
  "alignContent": "center",
1104
1104
  "backgroundColor": "#f6f6f7",
1105
1105
  "display": "flex",
@@ -1109,7 +1109,7 @@ exports[`OptionList renders correctly 1`] = `
1109
1109
  "paddingHorizontal": 16,
1110
1110
  "paddingVertical": 8,
1111
1111
  },
1112
- Object {
1112
+ {
1113
1113
  "marginBottom": 0,
1114
1114
  },
1115
1115
  ]
@@ -1117,8 +1117,8 @@ exports[`OptionList renders correctly 1`] = `
1117
1117
  >
1118
1118
  <View
1119
1119
  style={
1120
- Array [
1121
- Object {
1120
+ [
1121
+ {
1122
1122
  "display": "flex",
1123
1123
  "flexDirection": "row",
1124
1124
  },
@@ -1128,8 +1128,8 @@ exports[`OptionList renders correctly 1`] = `
1128
1128
  >
1129
1129
  <View
1130
1130
  style={
1131
- Array [
1132
- Object {
1131
+ [
1132
+ {
1133
1133
  "marginRight": 8,
1134
1134
  },
1135
1135
  undefined,
@@ -1139,8 +1139,8 @@ exports[`OptionList renders correctly 1`] = `
1139
1139
  <Text
1140
1140
  allowFontScaling={false}
1141
1141
  style={
1142
- Array [
1143
- Object {
1142
+ [
1143
+ {
1144
1144
  "color": "#001f23",
1145
1145
  "fontFamily": "BeVietnamPro-Regular",
1146
1146
  "fontSize": 16,
@@ -1168,10 +1168,10 @@ exports[`OptionList renders correctly 1`] = `
1168
1168
  <View
1169
1169
  highlighted={false}
1170
1170
  leadingSection={
1171
- Object {
1171
+ {
1172
1172
  "category": "A",
1173
- "data": Array [
1174
- Object {
1173
+ "data": [
1174
+ {
1175
1175
  "text": "A1",
1176
1176
  "value": "a1",
1177
1177
  },
@@ -1179,14 +1179,14 @@ exports[`OptionList renders correctly 1`] = `
1179
1179
  }
1180
1180
  }
1181
1181
  section={
1182
- Object {
1182
+ {
1183
1183
  "category": "B",
1184
- "data": Array [
1185
- Object {
1184
+ "data": [
1185
+ {
1186
1186
  "text": "B1",
1187
1187
  "value": "b1",
1188
1188
  },
1189
- Object {
1189
+ {
1190
1190
  "text": "B2",
1191
1191
  "value": "b2",
1192
1192
  },
@@ -1194,15 +1194,15 @@ exports[`OptionList renders correctly 1`] = `
1194
1194
  }
1195
1195
  }
1196
1196
  style={
1197
- Array [
1198
- Object {
1197
+ [
1198
+ {
1199
1199
  "marginTop": 12,
1200
1200
  },
1201
1201
  undefined,
1202
1202
  ]
1203
1203
  }
1204
1204
  trailingItem={
1205
- Object {
1205
+ {
1206
1206
  "text": "B1",
1207
1207
  "value": "b1",
1208
1208
  }
@@ -1210,7 +1210,7 @@ exports[`OptionList renders correctly 1`] = `
1210
1210
  />
1211
1211
  <View
1212
1212
  accessibilityState={
1213
- Object {
1213
+ {
1214
1214
  "disabled": false,
1215
1215
  }
1216
1216
  }
@@ -1224,8 +1224,8 @@ exports[`OptionList renders correctly 1`] = `
1224
1224
  onResponderTerminationRequest={[Function]}
1225
1225
  onStartShouldSetResponder={[Function]}
1226
1226
  style={
1227
- Array [
1228
- Object {
1227
+ [
1228
+ {
1229
1229
  "alignItems": "center",
1230
1230
  "backgroundColor": "#ffffff",
1231
1231
  "borderRadius": 4,
@@ -1239,8 +1239,8 @@ exports[`OptionList renders correctly 1`] = `
1239
1239
  >
1240
1240
  <View
1241
1241
  style={
1242
- Array [
1243
- Object {
1242
+ [
1243
+ {
1244
1244
  "flex": 1,
1245
1245
  },
1246
1246
  undefined,
@@ -1250,8 +1250,8 @@ exports[`OptionList renders correctly 1`] = `
1250
1250
  <Text
1251
1251
  allowFontScaling={false}
1252
1252
  style={
1253
- Array [
1254
- Object {
1253
+ [
1254
+ {
1255
1255
  "color": "#001f23",
1256
1256
  "fontFamily": "BeVietnamPro-Regular",
1257
1257
  "fontSize": 16,
@@ -1272,16 +1272,16 @@ exports[`OptionList renders correctly 1`] = `
1272
1272
  <View
1273
1273
  highlighted={false}
1274
1274
  leadingItem={
1275
- Object {
1275
+ {
1276
1276
  "text": "B1",
1277
1277
  "value": "b1",
1278
1278
  }
1279
1279
  }
1280
1280
  leadingSection={
1281
- Object {
1281
+ {
1282
1282
  "category": "A",
1283
- "data": Array [
1284
- Object {
1283
+ "data": [
1284
+ {
1285
1285
  "text": "A1",
1286
1286
  "value": "a1",
1287
1287
  },
@@ -1289,14 +1289,14 @@ exports[`OptionList renders correctly 1`] = `
1289
1289
  }
1290
1290
  }
1291
1291
  section={
1292
- Object {
1292
+ {
1293
1293
  "category": "B",
1294
- "data": Array [
1295
- Object {
1294
+ "data": [
1295
+ {
1296
1296
  "text": "B1",
1297
1297
  "value": "b1",
1298
1298
  },
1299
- Object {
1299
+ {
1300
1300
  "text": "B2",
1301
1301
  "value": "b2",
1302
1302
  },
@@ -1304,15 +1304,15 @@ exports[`OptionList renders correctly 1`] = `
1304
1304
  }
1305
1305
  }
1306
1306
  style={
1307
- Array [
1308
- Object {
1307
+ [
1308
+ {
1309
1309
  "marginTop": 4,
1310
1310
  },
1311
1311
  undefined,
1312
1312
  ]
1313
1313
  }
1314
1314
  trailingItem={
1315
- Object {
1315
+ {
1316
1316
  "text": "B2",
1317
1317
  "value": "b2",
1318
1318
  }
@@ -1327,7 +1327,7 @@ exports[`OptionList renders correctly 1`] = `
1327
1327
  <View>
1328
1328
  <View
1329
1329
  accessibilityState={
1330
- Object {
1330
+ {
1331
1331
  "disabled": false,
1332
1332
  }
1333
1333
  }
@@ -1341,8 +1341,8 @@ exports[`OptionList renders correctly 1`] = `
1341
1341
  onResponderTerminationRequest={[Function]}
1342
1342
  onStartShouldSetResponder={[Function]}
1343
1343
  style={
1344
- Array [
1345
- Object {
1344
+ [
1345
+ {
1346
1346
  "alignItems": "center",
1347
1347
  "backgroundColor": "#ffffff",
1348
1348
  "borderRadius": 4,
@@ -1356,8 +1356,8 @@ exports[`OptionList renders correctly 1`] = `
1356
1356
  >
1357
1357
  <View
1358
1358
  style={
1359
- Array [
1360
- Object {
1359
+ [
1360
+ {
1361
1361
  "flex": 1,
1362
1362
  },
1363
1363
  undefined,
@@ -1367,8 +1367,8 @@ exports[`OptionList renders correctly 1`] = `
1367
1367
  <Text
1368
1368
  allowFontScaling={false}
1369
1369
  style={
1370
- Array [
1371
- Object {
1370
+ [
1371
+ {
1372
1372
  "color": "#001f23",
1373
1373
  "fontFamily": "BeVietnamPro-Regular",
1374
1374
  "fontSize": 16,
@@ -1389,16 +1389,16 @@ exports[`OptionList renders correctly 1`] = `
1389
1389
  <View
1390
1390
  highlighted={false}
1391
1391
  leadingItem={
1392
- Object {
1392
+ {
1393
1393
  "text": "B2",
1394
1394
  "value": "b2",
1395
1395
  }
1396
1396
  }
1397
1397
  leadingSection={
1398
- Object {
1398
+ {
1399
1399
  "category": "A",
1400
- "data": Array [
1401
- Object {
1400
+ "data": [
1401
+ {
1402
1402
  "text": "A1",
1403
1403
  "value": "a1",
1404
1404
  },
@@ -1406,14 +1406,14 @@ exports[`OptionList renders correctly 1`] = `
1406
1406
  }
1407
1407
  }
1408
1408
  section={
1409
- Object {
1409
+ {
1410
1410
  "category": "B",
1411
- "data": Array [
1412
- Object {
1411
+ "data": [
1412
+ {
1413
1413
  "text": "B1",
1414
1414
  "value": "b1",
1415
1415
  },
1416
- Object {
1416
+ {
1417
1417
  "text": "B2",
1418
1418
  "value": "b2",
1419
1419
  },
@@ -1421,8 +1421,8 @@ exports[`OptionList renders correctly 1`] = `
1421
1421
  }
1422
1422
  }
1423
1423
  style={
1424
- Array [
1425
- Object {
1424
+ [
1425
+ {
1426
1426
  "marginTop": 12,
1427
1427
  },
1428
1428
  undefined,
@@ -1443,24 +1443,24 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
1443
1443
  <RCTScrollView
1444
1444
  ListFooterComponent={null}
1445
1445
  data={
1446
- Array [
1447
- Object {
1446
+ [
1447
+ {
1448
1448
  "category": "A",
1449
- "data": Array [
1450
- Object {
1449
+ "data": [
1450
+ {
1451
1451
  "text": "A1",
1452
1452
  "value": "a1",
1453
1453
  },
1454
1454
  ],
1455
1455
  },
1456
- Object {
1456
+ {
1457
1457
  "category": "B",
1458
- "data": Array [
1459
- Object {
1458
+ "data": [
1459
+ {
1460
1460
  "text": "B1",
1461
1461
  "value": "b1",
1462
1462
  },
1463
- Object {
1463
+ {
1464
1464
  "text": "B2",
1465
1465
  "value": "b2",
1466
1466
  },
@@ -1483,21 +1483,21 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
1483
1483
  renderItem={[Function]}
1484
1484
  scrollEventThrottle={50}
1485
1485
  stickyHeaderIndices={
1486
- Array [
1486
+ [
1487
1487
  0,
1488
1488
  3,
1489
1489
  ]
1490
1490
  }
1491
1491
  style={
1492
- Array [
1493
- Object {
1492
+ [
1493
+ {
1494
1494
  "paddingHorizontal": 12,
1495
1495
  },
1496
- Array [
1497
- Object {
1496
+ [
1497
+ {
1498
1498
  "paddingBottom": 16,
1499
1499
  },
1500
- Object {},
1500
+ {},
1501
1501
  ],
1502
1502
  ]
1503
1503
  }
@@ -1509,8 +1509,8 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
1509
1509
  >
1510
1510
  <View
1511
1511
  style={
1512
- Array [
1513
- Object {
1512
+ [
1513
+ {
1514
1514
  "alignContent": "center",
1515
1515
  "backgroundColor": "#f6f6f7",
1516
1516
  "display": "flex",
@@ -1520,7 +1520,7 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
1520
1520
  "paddingHorizontal": 16,
1521
1521
  "paddingVertical": 8,
1522
1522
  },
1523
- Object {
1523
+ {
1524
1524
  "marginBottom": 0,
1525
1525
  },
1526
1526
  ]
@@ -1528,8 +1528,8 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
1528
1528
  >
1529
1529
  <View
1530
1530
  style={
1531
- Array [
1532
- Object {
1531
+ [
1532
+ {
1533
1533
  "display": "flex",
1534
1534
  "flexDirection": "row",
1535
1535
  },
@@ -1539,8 +1539,8 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
1539
1539
  >
1540
1540
  <View
1541
1541
  style={
1542
- Array [
1543
- Object {
1542
+ [
1543
+ {
1544
1544
  "marginRight": 8,
1545
1545
  },
1546
1546
  undefined,
@@ -1550,8 +1550,8 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
1550
1550
  <Text
1551
1551
  allowFontScaling={false}
1552
1552
  style={
1553
- Array [
1554
- Object {
1553
+ [
1554
+ {
1555
1555
  "color": "#001f23",
1556
1556
  "fontFamily": "BeVietnamPro-Regular",
1557
1557
  "fontSize": 16,
@@ -1579,10 +1579,10 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
1579
1579
  <View
1580
1580
  highlighted={false}
1581
1581
  section={
1582
- Object {
1582
+ {
1583
1583
  "category": "A",
1584
- "data": Array [
1585
- Object {
1584
+ "data": [
1585
+ {
1586
1586
  "text": "A1",
1587
1587
  "value": "a1",
1588
1588
  },
@@ -1590,28 +1590,28 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
1590
1590
  }
1591
1591
  }
1592
1592
  style={
1593
- Array [
1594
- Object {
1593
+ [
1594
+ {
1595
1595
  "marginTop": 12,
1596
1596
  },
1597
1597
  undefined,
1598
1598
  ]
1599
1599
  }
1600
1600
  trailingItem={
1601
- Object {
1601
+ {
1602
1602
  "text": "A1",
1603
1603
  "value": "a1",
1604
1604
  }
1605
1605
  }
1606
1606
  trailingSection={
1607
- Object {
1607
+ {
1608
1608
  "category": "B",
1609
- "data": Array [
1610
- Object {
1609
+ "data": [
1610
+ {
1611
1611
  "text": "B1",
1612
1612
  "value": "b1",
1613
1613
  },
1614
- Object {
1614
+ {
1615
1615
  "text": "B2",
1616
1616
  "value": "b2",
1617
1617
  },
@@ -1621,7 +1621,7 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
1621
1621
  />
1622
1622
  <View
1623
1623
  accessibilityState={
1624
- Object {
1624
+ {
1625
1625
  "disabled": false,
1626
1626
  }
1627
1627
  }
@@ -1635,8 +1635,8 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
1635
1635
  onResponderTerminationRequest={[Function]}
1636
1636
  onStartShouldSetResponder={[Function]}
1637
1637
  style={
1638
- Array [
1639
- Object {
1638
+ [
1639
+ {
1640
1640
  "alignItems": "center",
1641
1641
  "backgroundColor": "#ece8ef",
1642
1642
  "borderRadius": 4,
@@ -1650,8 +1650,8 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
1650
1650
  >
1651
1651
  <View
1652
1652
  style={
1653
- Array [
1654
- Object {
1653
+ [
1654
+ {
1655
1655
  "flex": 1,
1656
1656
  },
1657
1657
  undefined,
@@ -1661,8 +1661,8 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
1661
1661
  <Text
1662
1662
  allowFontScaling={false}
1663
1663
  style={
1664
- Array [
1665
- Object {
1664
+ [
1665
+ {
1666
1666
  "color": "#001f23",
1667
1667
  "fontFamily": "BeVietnamPro-Regular",
1668
1668
  "fontSize": 16,
@@ -1683,16 +1683,16 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
1683
1683
  <View
1684
1684
  highlighted={false}
1685
1685
  leadingItem={
1686
- Object {
1686
+ {
1687
1687
  "text": "A1",
1688
1688
  "value": "a1",
1689
1689
  }
1690
1690
  }
1691
1691
  section={
1692
- Object {
1692
+ {
1693
1693
  "category": "A",
1694
- "data": Array [
1695
- Object {
1694
+ "data": [
1695
+ {
1696
1696
  "text": "A1",
1697
1697
  "value": "a1",
1698
1698
  },
@@ -1700,22 +1700,22 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
1700
1700
  }
1701
1701
  }
1702
1702
  style={
1703
- Array [
1704
- Object {
1703
+ [
1704
+ {
1705
1705
  "marginTop": 12,
1706
1706
  },
1707
1707
  undefined,
1708
1708
  ]
1709
1709
  }
1710
1710
  trailingSection={
1711
- Object {
1711
+ {
1712
1712
  "category": "B",
1713
- "data": Array [
1714
- Object {
1713
+ "data": [
1714
+ {
1715
1715
  "text": "B1",
1716
1716
  "value": "b1",
1717
1717
  },
1718
- Object {
1718
+ {
1719
1719
  "text": "B2",
1720
1720
  "value": "b2",
1721
1721
  },
@@ -1735,8 +1735,8 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
1735
1735
  >
1736
1736
  <View
1737
1737
  style={
1738
- Array [
1739
- Object {
1738
+ [
1739
+ {
1740
1740
  "alignContent": "center",
1741
1741
  "backgroundColor": "#f6f6f7",
1742
1742
  "display": "flex",
@@ -1746,7 +1746,7 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
1746
1746
  "paddingHorizontal": 16,
1747
1747
  "paddingVertical": 8,
1748
1748
  },
1749
- Object {
1749
+ {
1750
1750
  "marginBottom": 0,
1751
1751
  },
1752
1752
  ]
@@ -1754,8 +1754,8 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
1754
1754
  >
1755
1755
  <View
1756
1756
  style={
1757
- Array [
1758
- Object {
1757
+ [
1758
+ {
1759
1759
  "display": "flex",
1760
1760
  "flexDirection": "row",
1761
1761
  },
@@ -1765,8 +1765,8 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
1765
1765
  >
1766
1766
  <View
1767
1767
  style={
1768
- Array [
1769
- Object {
1768
+ [
1769
+ {
1770
1770
  "marginRight": 8,
1771
1771
  },
1772
1772
  undefined,
@@ -1776,8 +1776,8 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
1776
1776
  <Text
1777
1777
  allowFontScaling={false}
1778
1778
  style={
1779
- Array [
1780
- Object {
1779
+ [
1780
+ {
1781
1781
  "color": "#001f23",
1782
1782
  "fontFamily": "BeVietnamPro-Regular",
1783
1783
  "fontSize": 16,
@@ -1805,10 +1805,10 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
1805
1805
  <View
1806
1806
  highlighted={false}
1807
1807
  leadingSection={
1808
- Object {
1808
+ {
1809
1809
  "category": "A",
1810
- "data": Array [
1811
- Object {
1810
+ "data": [
1811
+ {
1812
1812
  "text": "A1",
1813
1813
  "value": "a1",
1814
1814
  },
@@ -1816,14 +1816,14 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
1816
1816
  }
1817
1817
  }
1818
1818
  section={
1819
- Object {
1819
+ {
1820
1820
  "category": "B",
1821
- "data": Array [
1822
- Object {
1821
+ "data": [
1822
+ {
1823
1823
  "text": "B1",
1824
1824
  "value": "b1",
1825
1825
  },
1826
- Object {
1826
+ {
1827
1827
  "text": "B2",
1828
1828
  "value": "b2",
1829
1829
  },
@@ -1831,15 +1831,15 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
1831
1831
  }
1832
1832
  }
1833
1833
  style={
1834
- Array [
1835
- Object {
1834
+ [
1835
+ {
1836
1836
  "marginTop": 12,
1837
1837
  },
1838
1838
  undefined,
1839
1839
  ]
1840
1840
  }
1841
1841
  trailingItem={
1842
- Object {
1842
+ {
1843
1843
  "text": "B1",
1844
1844
  "value": "b1",
1845
1845
  }
@@ -1847,7 +1847,7 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
1847
1847
  />
1848
1848
  <View
1849
1849
  accessibilityState={
1850
- Object {
1850
+ {
1851
1851
  "disabled": false,
1852
1852
  }
1853
1853
  }
@@ -1861,8 +1861,8 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
1861
1861
  onResponderTerminationRequest={[Function]}
1862
1862
  onStartShouldSetResponder={[Function]}
1863
1863
  style={
1864
- Array [
1865
- Object {
1864
+ [
1865
+ {
1866
1866
  "alignItems": "center",
1867
1867
  "backgroundColor": "#ffffff",
1868
1868
  "borderRadius": 4,
@@ -1876,8 +1876,8 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
1876
1876
  >
1877
1877
  <View
1878
1878
  style={
1879
- Array [
1880
- Object {
1879
+ [
1880
+ {
1881
1881
  "flex": 1,
1882
1882
  },
1883
1883
  undefined,
@@ -1887,8 +1887,8 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
1887
1887
  <Text
1888
1888
  allowFontScaling={false}
1889
1889
  style={
1890
- Array [
1891
- Object {
1890
+ [
1891
+ {
1892
1892
  "color": "#001f23",
1893
1893
  "fontFamily": "BeVietnamPro-Regular",
1894
1894
  "fontSize": 16,
@@ -1909,16 +1909,16 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
1909
1909
  <View
1910
1910
  highlighted={false}
1911
1911
  leadingItem={
1912
- Object {
1912
+ {
1913
1913
  "text": "B1",
1914
1914
  "value": "b1",
1915
1915
  }
1916
1916
  }
1917
1917
  leadingSection={
1918
- Object {
1918
+ {
1919
1919
  "category": "A",
1920
- "data": Array [
1921
- Object {
1920
+ "data": [
1921
+ {
1922
1922
  "text": "A1",
1923
1923
  "value": "a1",
1924
1924
  },
@@ -1926,14 +1926,14 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
1926
1926
  }
1927
1927
  }
1928
1928
  section={
1929
- Object {
1929
+ {
1930
1930
  "category": "B",
1931
- "data": Array [
1932
- Object {
1931
+ "data": [
1932
+ {
1933
1933
  "text": "B1",
1934
1934
  "value": "b1",
1935
1935
  },
1936
- Object {
1936
+ {
1937
1937
  "text": "B2",
1938
1938
  "value": "b2",
1939
1939
  },
@@ -1941,15 +1941,15 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
1941
1941
  }
1942
1942
  }
1943
1943
  style={
1944
- Array [
1945
- Object {
1944
+ [
1945
+ {
1946
1946
  "marginTop": 4,
1947
1947
  },
1948
1948
  undefined,
1949
1949
  ]
1950
1950
  }
1951
1951
  trailingItem={
1952
- Object {
1952
+ {
1953
1953
  "text": "B2",
1954
1954
  "value": "b2",
1955
1955
  }
@@ -1964,7 +1964,7 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
1964
1964
  <View>
1965
1965
  <View
1966
1966
  accessibilityState={
1967
- Object {
1967
+ {
1968
1968
  "disabled": false,
1969
1969
  }
1970
1970
  }
@@ -1978,8 +1978,8 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
1978
1978
  onResponderTerminationRequest={[Function]}
1979
1979
  onStartShouldSetResponder={[Function]}
1980
1980
  style={
1981
- Array [
1982
- Object {
1981
+ [
1982
+ {
1983
1983
  "alignItems": "center",
1984
1984
  "backgroundColor": "#ffffff",
1985
1985
  "borderRadius": 4,
@@ -1993,8 +1993,8 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
1993
1993
  >
1994
1994
  <View
1995
1995
  style={
1996
- Array [
1997
- Object {
1996
+ [
1997
+ {
1998
1998
  "flex": 1,
1999
1999
  },
2000
2000
  undefined,
@@ -2004,8 +2004,8 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
2004
2004
  <Text
2005
2005
  allowFontScaling={false}
2006
2006
  style={
2007
- Array [
2008
- Object {
2007
+ [
2008
+ {
2009
2009
  "color": "#001f23",
2010
2010
  "fontFamily": "BeVietnamPro-Regular",
2011
2011
  "fontSize": 16,
@@ -2026,16 +2026,16 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
2026
2026
  <View
2027
2027
  highlighted={false}
2028
2028
  leadingItem={
2029
- Object {
2029
+ {
2030
2030
  "text": "B2",
2031
2031
  "value": "b2",
2032
2032
  }
2033
2033
  }
2034
2034
  leadingSection={
2035
- Object {
2035
+ {
2036
2036
  "category": "A",
2037
- "data": Array [
2038
- Object {
2037
+ "data": [
2038
+ {
2039
2039
  "text": "A1",
2040
2040
  "value": "a1",
2041
2041
  },
@@ -2043,14 +2043,14 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
2043
2043
  }
2044
2044
  }
2045
2045
  section={
2046
- Object {
2046
+ {
2047
2047
  "category": "B",
2048
- "data": Array [
2049
- Object {
2048
+ "data": [
2049
+ {
2050
2050
  "text": "B1",
2051
2051
  "value": "b1",
2052
2052
  },
2053
- Object {
2053
+ {
2054
2054
  "text": "B2",
2055
2055
  "value": "b2",
2056
2056
  },
@@ -2058,8 +2058,8 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
2058
2058
  }
2059
2059
  }
2060
2060
  style={
2061
- Array [
2062
- Object {
2061
+ [
2062
+ {
2063
2063
  "marginTop": 12,
2064
2064
  },
2065
2065
  undefined,
@@ -2080,24 +2080,24 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
2080
2080
  <RCTScrollView
2081
2081
  ListFooterComponent={null}
2082
2082
  data={
2083
- Array [
2084
- Object {
2083
+ [
2084
+ {
2085
2085
  "category": "A",
2086
- "data": Array [
2087
- Object {
2086
+ "data": [
2087
+ {
2088
2088
  "text": "A1",
2089
2089
  "value": "a1",
2090
2090
  },
2091
2091
  ],
2092
2092
  },
2093
- Object {
2093
+ {
2094
2094
  "category": "B",
2095
- "data": Array [
2096
- Object {
2095
+ "data": [
2096
+ {
2097
2097
  "text": "B1",
2098
2098
  "value": "b1",
2099
2099
  },
2100
- Object {
2100
+ {
2101
2101
  "text": "B2",
2102
2102
  "value": "b2",
2103
2103
  },
@@ -2120,21 +2120,21 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
2120
2120
  renderItem={[Function]}
2121
2121
  scrollEventThrottle={50}
2122
2122
  stickyHeaderIndices={
2123
- Array [
2123
+ [
2124
2124
  0,
2125
2125
  3,
2126
2126
  ]
2127
2127
  }
2128
2128
  style={
2129
- Array [
2130
- Object {
2129
+ [
2130
+ {
2131
2131
  "paddingHorizontal": 12,
2132
2132
  },
2133
- Array [
2134
- Object {
2133
+ [
2134
+ {
2135
2135
  "paddingBottom": 16,
2136
2136
  },
2137
- Object {},
2137
+ {},
2138
2138
  ],
2139
2139
  ]
2140
2140
  }
@@ -2146,8 +2146,8 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
2146
2146
  >
2147
2147
  <View
2148
2148
  style={
2149
- Array [
2150
- Object {
2149
+ [
2150
+ {
2151
2151
  "alignContent": "center",
2152
2152
  "backgroundColor": "#f6f6f7",
2153
2153
  "display": "flex",
@@ -2157,7 +2157,7 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
2157
2157
  "paddingHorizontal": 16,
2158
2158
  "paddingVertical": 8,
2159
2159
  },
2160
- Object {
2160
+ {
2161
2161
  "marginBottom": 0,
2162
2162
  },
2163
2163
  ]
@@ -2165,8 +2165,8 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
2165
2165
  >
2166
2166
  <View
2167
2167
  style={
2168
- Array [
2169
- Object {
2168
+ [
2169
+ {
2170
2170
  "display": "flex",
2171
2171
  "flexDirection": "row",
2172
2172
  },
@@ -2176,8 +2176,8 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
2176
2176
  >
2177
2177
  <View
2178
2178
  style={
2179
- Array [
2180
- Object {
2179
+ [
2180
+ {
2181
2181
  "marginRight": 8,
2182
2182
  },
2183
2183
  undefined,
@@ -2187,8 +2187,8 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
2187
2187
  <Text
2188
2188
  allowFontScaling={false}
2189
2189
  style={
2190
- Array [
2191
- Object {
2190
+ [
2191
+ {
2192
2192
  "color": "#001f23",
2193
2193
  "fontFamily": "BeVietnamPro-Regular",
2194
2194
  "fontSize": 16,
@@ -2216,10 +2216,10 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
2216
2216
  <View
2217
2217
  highlighted={false}
2218
2218
  section={
2219
- Object {
2219
+ {
2220
2220
  "category": "A",
2221
- "data": Array [
2222
- Object {
2221
+ "data": [
2222
+ {
2223
2223
  "text": "A1",
2224
2224
  "value": "a1",
2225
2225
  },
@@ -2227,28 +2227,28 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
2227
2227
  }
2228
2228
  }
2229
2229
  style={
2230
- Array [
2231
- Object {
2230
+ [
2231
+ {
2232
2232
  "marginTop": 12,
2233
2233
  },
2234
2234
  undefined,
2235
2235
  ]
2236
2236
  }
2237
2237
  trailingItem={
2238
- Object {
2238
+ {
2239
2239
  "text": "A1",
2240
2240
  "value": "a1",
2241
2241
  }
2242
2242
  }
2243
2243
  trailingSection={
2244
- Object {
2244
+ {
2245
2245
  "category": "B",
2246
- "data": Array [
2247
- Object {
2246
+ "data": [
2247
+ {
2248
2248
  "text": "B1",
2249
2249
  "value": "b1",
2250
2250
  },
2251
- Object {
2251
+ {
2252
2252
  "text": "B2",
2253
2253
  "value": "b2",
2254
2254
  },
@@ -2258,7 +2258,7 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
2258
2258
  />
2259
2259
  <View
2260
2260
  accessibilityState={
2261
- Object {
2261
+ {
2262
2262
  "disabled": false,
2263
2263
  }
2264
2264
  }
@@ -2272,8 +2272,8 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
2272
2272
  onResponderTerminationRequest={[Function]}
2273
2273
  onStartShouldSetResponder={[Function]}
2274
2274
  style={
2275
- Array [
2276
- Object {
2275
+ [
2276
+ {
2277
2277
  "alignItems": "center",
2278
2278
  "backgroundColor": "#ece8ef",
2279
2279
  "borderRadius": 4,
@@ -2287,8 +2287,8 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
2287
2287
  >
2288
2288
  <View
2289
2289
  style={
2290
- Array [
2291
- Object {
2290
+ [
2291
+ {
2292
2292
  "flex": 1,
2293
2293
  },
2294
2294
  undefined,
@@ -2298,8 +2298,8 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
2298
2298
  <Text
2299
2299
  allowFontScaling={false}
2300
2300
  style={
2301
- Array [
2302
- Object {
2301
+ [
2302
+ {
2303
2303
  "color": "#001f23",
2304
2304
  "fontFamily": "BeVietnamPro-Regular",
2305
2305
  "fontSize": 16,
@@ -2320,16 +2320,16 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
2320
2320
  <View
2321
2321
  highlighted={false}
2322
2322
  leadingItem={
2323
- Object {
2323
+ {
2324
2324
  "text": "A1",
2325
2325
  "value": "a1",
2326
2326
  }
2327
2327
  }
2328
2328
  section={
2329
- Object {
2329
+ {
2330
2330
  "category": "A",
2331
- "data": Array [
2332
- Object {
2331
+ "data": [
2332
+ {
2333
2333
  "text": "A1",
2334
2334
  "value": "a1",
2335
2335
  },
@@ -2337,22 +2337,22 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
2337
2337
  }
2338
2338
  }
2339
2339
  style={
2340
- Array [
2341
- Object {
2340
+ [
2341
+ {
2342
2342
  "marginTop": 12,
2343
2343
  },
2344
2344
  undefined,
2345
2345
  ]
2346
2346
  }
2347
2347
  trailingSection={
2348
- Object {
2348
+ {
2349
2349
  "category": "B",
2350
- "data": Array [
2351
- Object {
2350
+ "data": [
2351
+ {
2352
2352
  "text": "B1",
2353
2353
  "value": "b1",
2354
2354
  },
2355
- Object {
2355
+ {
2356
2356
  "text": "B2",
2357
2357
  "value": "b2",
2358
2358
  },
@@ -2372,8 +2372,8 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
2372
2372
  >
2373
2373
  <View
2374
2374
  style={
2375
- Array [
2376
- Object {
2375
+ [
2376
+ {
2377
2377
  "alignContent": "center",
2378
2378
  "backgroundColor": "#f6f6f7",
2379
2379
  "display": "flex",
@@ -2383,7 +2383,7 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
2383
2383
  "paddingHorizontal": 16,
2384
2384
  "paddingVertical": 8,
2385
2385
  },
2386
- Object {
2386
+ {
2387
2387
  "marginBottom": 0,
2388
2388
  },
2389
2389
  ]
@@ -2391,8 +2391,8 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
2391
2391
  >
2392
2392
  <View
2393
2393
  style={
2394
- Array [
2395
- Object {
2394
+ [
2395
+ {
2396
2396
  "display": "flex",
2397
2397
  "flexDirection": "row",
2398
2398
  },
@@ -2402,8 +2402,8 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
2402
2402
  >
2403
2403
  <View
2404
2404
  style={
2405
- Array [
2406
- Object {
2405
+ [
2406
+ {
2407
2407
  "marginRight": 8,
2408
2408
  },
2409
2409
  undefined,
@@ -2413,8 +2413,8 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
2413
2413
  <Text
2414
2414
  allowFontScaling={false}
2415
2415
  style={
2416
- Array [
2417
- Object {
2416
+ [
2417
+ {
2418
2418
  "color": "#001f23",
2419
2419
  "fontFamily": "BeVietnamPro-Regular",
2420
2420
  "fontSize": 16,
@@ -2442,10 +2442,10 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
2442
2442
  <View
2443
2443
  highlighted={false}
2444
2444
  leadingSection={
2445
- Object {
2445
+ {
2446
2446
  "category": "A",
2447
- "data": Array [
2448
- Object {
2447
+ "data": [
2448
+ {
2449
2449
  "text": "A1",
2450
2450
  "value": "a1",
2451
2451
  },
@@ -2453,14 +2453,14 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
2453
2453
  }
2454
2454
  }
2455
2455
  section={
2456
- Object {
2456
+ {
2457
2457
  "category": "B",
2458
- "data": Array [
2459
- Object {
2458
+ "data": [
2459
+ {
2460
2460
  "text": "B1",
2461
2461
  "value": "b1",
2462
2462
  },
2463
- Object {
2463
+ {
2464
2464
  "text": "B2",
2465
2465
  "value": "b2",
2466
2466
  },
@@ -2468,15 +2468,15 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
2468
2468
  }
2469
2469
  }
2470
2470
  style={
2471
- Array [
2472
- Object {
2471
+ [
2472
+ {
2473
2473
  "marginTop": 12,
2474
2474
  },
2475
2475
  undefined,
2476
2476
  ]
2477
2477
  }
2478
2478
  trailingItem={
2479
- Object {
2479
+ {
2480
2480
  "text": "B1",
2481
2481
  "value": "b1",
2482
2482
  }
@@ -2484,7 +2484,7 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
2484
2484
  />
2485
2485
  <View
2486
2486
  accessibilityState={
2487
- Object {
2487
+ {
2488
2488
  "disabled": false,
2489
2489
  }
2490
2490
  }
@@ -2498,8 +2498,8 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
2498
2498
  onResponderTerminationRequest={[Function]}
2499
2499
  onStartShouldSetResponder={[Function]}
2500
2500
  style={
2501
- Array [
2502
- Object {
2501
+ [
2502
+ {
2503
2503
  "alignItems": "center",
2504
2504
  "backgroundColor": "#ffffff",
2505
2505
  "borderRadius": 4,
@@ -2513,8 +2513,8 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
2513
2513
  >
2514
2514
  <View
2515
2515
  style={
2516
- Array [
2517
- Object {
2516
+ [
2517
+ {
2518
2518
  "flex": 1,
2519
2519
  },
2520
2520
  undefined,
@@ -2524,8 +2524,8 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
2524
2524
  <Text
2525
2525
  allowFontScaling={false}
2526
2526
  style={
2527
- Array [
2528
- Object {
2527
+ [
2528
+ {
2529
2529
  "color": "#001f23",
2530
2530
  "fontFamily": "BeVietnamPro-Regular",
2531
2531
  "fontSize": 16,
@@ -2546,16 +2546,16 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
2546
2546
  <View
2547
2547
  highlighted={false}
2548
2548
  leadingItem={
2549
- Object {
2549
+ {
2550
2550
  "text": "B1",
2551
2551
  "value": "b1",
2552
2552
  }
2553
2553
  }
2554
2554
  leadingSection={
2555
- Object {
2555
+ {
2556
2556
  "category": "A",
2557
- "data": Array [
2558
- Object {
2557
+ "data": [
2558
+ {
2559
2559
  "text": "A1",
2560
2560
  "value": "a1",
2561
2561
  },
@@ -2563,14 +2563,14 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
2563
2563
  }
2564
2564
  }
2565
2565
  section={
2566
- Object {
2566
+ {
2567
2567
  "category": "B",
2568
- "data": Array [
2569
- Object {
2568
+ "data": [
2569
+ {
2570
2570
  "text": "B1",
2571
2571
  "value": "b1",
2572
2572
  },
2573
- Object {
2573
+ {
2574
2574
  "text": "B2",
2575
2575
  "value": "b2",
2576
2576
  },
@@ -2578,15 +2578,15 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
2578
2578
  }
2579
2579
  }
2580
2580
  style={
2581
- Array [
2582
- Object {
2581
+ [
2582
+ {
2583
2583
  "marginTop": 4,
2584
2584
  },
2585
2585
  undefined,
2586
2586
  ]
2587
2587
  }
2588
2588
  trailingItem={
2589
- Object {
2589
+ {
2590
2590
  "text": "B2",
2591
2591
  "value": "b2",
2592
2592
  }
@@ -2601,7 +2601,7 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
2601
2601
  <View>
2602
2602
  <View
2603
2603
  accessibilityState={
2604
- Object {
2604
+ {
2605
2605
  "disabled": false,
2606
2606
  }
2607
2607
  }
@@ -2615,8 +2615,8 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
2615
2615
  onResponderTerminationRequest={[Function]}
2616
2616
  onStartShouldSetResponder={[Function]}
2617
2617
  style={
2618
- Array [
2619
- Object {
2618
+ [
2619
+ {
2620
2620
  "alignItems": "center",
2621
2621
  "backgroundColor": "#ffffff",
2622
2622
  "borderRadius": 4,
@@ -2630,8 +2630,8 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
2630
2630
  >
2631
2631
  <View
2632
2632
  style={
2633
- Array [
2634
- Object {
2633
+ [
2634
+ {
2635
2635
  "flex": 1,
2636
2636
  },
2637
2637
  undefined,
@@ -2641,8 +2641,8 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
2641
2641
  <Text
2642
2642
  allowFontScaling={false}
2643
2643
  style={
2644
- Array [
2645
- Object {
2644
+ [
2645
+ {
2646
2646
  "color": "#001f23",
2647
2647
  "fontFamily": "BeVietnamPro-Regular",
2648
2648
  "fontSize": 16,
@@ -2663,16 +2663,16 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
2663
2663
  <View
2664
2664
  highlighted={false}
2665
2665
  leadingItem={
2666
- Object {
2666
+ {
2667
2667
  "text": "B2",
2668
2668
  "value": "b2",
2669
2669
  }
2670
2670
  }
2671
2671
  leadingSection={
2672
- Object {
2672
+ {
2673
2673
  "category": "A",
2674
- "data": Array [
2675
- Object {
2674
+ "data": [
2675
+ {
2676
2676
  "text": "A1",
2677
2677
  "value": "a1",
2678
2678
  },
@@ -2680,14 +2680,14 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
2680
2680
  }
2681
2681
  }
2682
2682
  section={
2683
- Object {
2683
+ {
2684
2684
  "category": "B",
2685
- "data": Array [
2686
- Object {
2685
+ "data": [
2686
+ {
2687
2687
  "text": "B1",
2688
2688
  "value": "b1",
2689
2689
  },
2690
- Object {
2690
+ {
2691
2691
  "text": "B2",
2692
2692
  "value": "b2",
2693
2693
  },
@@ -2695,8 +2695,8 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
2695
2695
  }
2696
2696
  }
2697
2697
  style={
2698
- Array [
2699
- Object {
2698
+ [
2699
+ {
2700
2700
  "marginTop": 12,
2701
2701
  },
2702
2702
  undefined,