@hero-design/rn 8.98.1 → 8.99.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +3 -3
- package/CHANGELOG.md +6 -0
- package/babel.config.js +4 -1
- package/es/index.js +45 -66
- package/lib/index.js +45 -66
- package/package.json +39 -19
- package/src/components/AnimatedScroller/__tests__/__snapshots__/ScrollablesWithFAB.spec.tsx.snap +0 -3
- package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/index.spec.tsx.snap +52 -52
- package/src/components/Button/__tests__/__snapshots__/Button.spec.tsx.snap +87 -87
- package/src/components/ContentNavigator/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
- package/src/components/FAB/ActionGroup/__tests__/__snapshots__/index.spec.tsx.snap +2 -4
- package/src/components/FAB/__tests__/__snapshots__/AnimatedFABIcon.spec.tsx.snap +2 -2
- package/src/components/FAB/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
- package/src/components/Radio/Radio.tsx +7 -1
- package/src/components/Radio/RadioGroup.tsx +1 -0
- package/src/components/Radio/__tests__/Radio.spec.tsx +15 -0
- package/src/components/Radio/__tests__/RadioGroup.spec.tsx +27 -0
- package/src/components/Radio/types.ts +3 -1
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +1472 -1496
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +2992 -3040
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +1644 -1672
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +2512 -2554
- package/src/components/Spinner/__tests__/__snapshots__/AnimatedSpinner.spec.tsx.snap +6 -6
- package/src/components/Spinner/__tests__/__snapshots__/StyledSpinner.spec.tsx.snap +24 -24
- package/src/components/Spinner/__tests__/__snapshots__/index.spec.tsx.snap +6 -6
- package/src/components/Tabs/ScrollableTabs.tsx +0 -1
- package/src/components/Tabs/index.tsx +0 -1
- package/src/components/Toolbar/__tests__/__snapshots__/ToolbarItem.spec.tsx.snap +2 -2
- package/stats/8.98.1/rn-stats.html +3 -1
- package/stats/8.99.0/rn-stats.html +4842 -0
- package/testUtils/setup.tsx +0 -1
- package/types/components/Accordion/StyledAccordion.d.ts +3 -5
- package/types/components/Alert/StyledAlert.d.ts +3 -5
- package/types/components/Attachment/StyledAttachment.d.ts +3 -5
- package/types/components/Avatar/StyledAvatar.d.ts +3 -5
- package/types/components/BottomSheet/StyledBottomSheet.d.ts +3 -5
- package/types/components/Button/StyledButton.d.ts +3 -5
- package/types/components/Button/UtilityButton/StyledUtilityButton.d.ts +3 -5
- package/types/components/Calendar/StyledCalendar.d.ts +3 -5
- package/types/components/Checkbox/StyledCheckbox.d.ts +3 -5
- package/types/components/Chip/StyledChip.d.ts +2 -5
- package/types/components/FAB/ActionGroup/StyledActionItem.d.ts +2 -5
- package/types/components/FAB/StyledFAB.d.ts +2 -2
- package/types/components/FloatingIsland/StyledFloatingIsland.d.ts +2 -2
- package/types/components/List/StyledBasicListItem.d.ts +3 -5
- package/types/components/List/StyledListItem.d.ts +3 -5
- package/types/components/Radio/Radio.d.ts +6 -1
- package/types/components/Radio/types.d.ts +3 -1
- package/types/components/RichTextEditor/StyledToolbar.d.ts +3 -5
- package/types/components/Swipeable/StyledSwipeable.d.ts +2 -5
- package/types/components/Toast/StyledToast.d.ts +3 -5
- package/types/components/Toolbar/StyledToolbar.d.ts +3 -5
|
@@ -158,163 +158,161 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
158
158
|
onLayout={[Function]}
|
|
159
159
|
style={null}
|
|
160
160
|
>
|
|
161
|
-
<View
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
"data": [
|
|
168
|
-
{
|
|
169
|
-
"text": "A1",
|
|
170
|
-
"value": "a1",
|
|
171
|
-
},
|
|
172
|
-
],
|
|
173
|
-
}
|
|
174
|
-
}
|
|
175
|
-
style={
|
|
176
|
-
[
|
|
161
|
+
<View
|
|
162
|
+
highlighted={false}
|
|
163
|
+
section={
|
|
164
|
+
{
|
|
165
|
+
"category": "A",
|
|
166
|
+
"data": [
|
|
177
167
|
{
|
|
178
|
-
"
|
|
168
|
+
"text": "A1",
|
|
169
|
+
"value": "a1",
|
|
179
170
|
},
|
|
180
|
-
|
|
181
|
-
]
|
|
171
|
+
],
|
|
182
172
|
}
|
|
183
|
-
|
|
173
|
+
}
|
|
174
|
+
style={
|
|
175
|
+
[
|
|
184
176
|
{
|
|
185
|
-
"
|
|
186
|
-
|
|
187
|
-
|
|
177
|
+
"marginTop": 12,
|
|
178
|
+
},
|
|
179
|
+
undefined,
|
|
180
|
+
]
|
|
181
|
+
}
|
|
182
|
+
trailingItem={
|
|
183
|
+
{
|
|
184
|
+
"text": "A1",
|
|
185
|
+
"value": "a1",
|
|
188
186
|
}
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
187
|
+
}
|
|
188
|
+
trailingSection={
|
|
189
|
+
{
|
|
190
|
+
"category": "B",
|
|
191
|
+
"data": [
|
|
192
|
+
{
|
|
193
|
+
"text": "B1",
|
|
194
|
+
"value": "b1",
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"text": "B2",
|
|
198
|
+
"value": "b2",
|
|
199
|
+
},
|
|
200
|
+
],
|
|
203
201
|
}
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
202
|
+
}
|
|
203
|
+
/>
|
|
204
|
+
<View
|
|
205
|
+
accessibilityState={
|
|
206
|
+
{
|
|
207
|
+
"disabled": false,
|
|
210
208
|
}
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
209
|
+
}
|
|
210
|
+
accessibilityValue={
|
|
211
|
+
{
|
|
212
|
+
"max": undefined,
|
|
213
|
+
"min": undefined,
|
|
214
|
+
"now": undefined,
|
|
215
|
+
"text": undefined,
|
|
218
216
|
}
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
217
|
+
}
|
|
218
|
+
accessible={true}
|
|
219
|
+
focusable={true}
|
|
220
|
+
onClick={[Function]}
|
|
221
|
+
onResponderGrant={[Function]}
|
|
222
|
+
onResponderMove={[Function]}
|
|
223
|
+
onResponderRelease={[Function]}
|
|
224
|
+
onResponderTerminate={[Function]}
|
|
225
|
+
onResponderTerminationRequest={[Function]}
|
|
226
|
+
onStartShouldSetResponder={[Function]}
|
|
227
|
+
style={
|
|
228
|
+
[
|
|
229
|
+
{
|
|
230
|
+
"alignItems": "center",
|
|
231
|
+
"backgroundColor": undefined,
|
|
232
|
+
"borderRadius": 4,
|
|
233
|
+
"flexDirection": "row",
|
|
234
|
+
"opacity": 1,
|
|
235
|
+
"padding": 16,
|
|
236
|
+
},
|
|
237
|
+
undefined,
|
|
238
|
+
]
|
|
239
|
+
}
|
|
240
|
+
>
|
|
241
|
+
<View
|
|
228
242
|
style={
|
|
229
243
|
[
|
|
230
244
|
{
|
|
231
|
-
"
|
|
232
|
-
"backgroundColor": undefined,
|
|
233
|
-
"borderRadius": 4,
|
|
234
|
-
"flexDirection": "row",
|
|
235
|
-
"opacity": 1,
|
|
236
|
-
"padding": 16,
|
|
245
|
+
"flex": 1,
|
|
237
246
|
},
|
|
238
247
|
undefined,
|
|
239
248
|
]
|
|
240
249
|
}
|
|
241
250
|
>
|
|
242
|
-
<
|
|
251
|
+
<Text
|
|
252
|
+
allowFontScaling={false}
|
|
243
253
|
style={
|
|
244
254
|
[
|
|
245
255
|
{
|
|
246
|
-
"
|
|
256
|
+
"color": "#001f23",
|
|
257
|
+
"fontFamily": "BeVietnamPro-Regular",
|
|
258
|
+
"fontSize": 16,
|
|
259
|
+
"letterSpacing": 0.48,
|
|
260
|
+
"lineHeight": 24,
|
|
247
261
|
},
|
|
248
262
|
undefined,
|
|
249
263
|
]
|
|
250
264
|
}
|
|
265
|
+
themeIntent="body"
|
|
266
|
+
themeTypeface="neutral"
|
|
267
|
+
themeVariant="regular"
|
|
251
268
|
>
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
style={
|
|
255
|
-
[
|
|
256
|
-
{
|
|
257
|
-
"color": "#001f23",
|
|
258
|
-
"fontFamily": "BeVietnamPro-Regular",
|
|
259
|
-
"fontSize": 16,
|
|
260
|
-
"letterSpacing": 0.48,
|
|
261
|
-
"lineHeight": 24,
|
|
262
|
-
},
|
|
263
|
-
undefined,
|
|
264
|
-
]
|
|
265
|
-
}
|
|
266
|
-
themeIntent="body"
|
|
267
|
-
themeTypeface="neutral"
|
|
268
|
-
themeVariant="regular"
|
|
269
|
-
>
|
|
270
|
-
A1
|
|
271
|
-
</Text>
|
|
272
|
-
</View>
|
|
269
|
+
A1
|
|
270
|
+
</Text>
|
|
273
271
|
</View>
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
}
|
|
282
|
-
section={
|
|
283
|
-
{
|
|
284
|
-
"category": "A",
|
|
285
|
-
"data": [
|
|
286
|
-
{
|
|
287
|
-
"text": "A1",
|
|
288
|
-
"value": "a1",
|
|
289
|
-
},
|
|
290
|
-
],
|
|
291
|
-
}
|
|
272
|
+
</View>
|
|
273
|
+
<View
|
|
274
|
+
highlighted={false}
|
|
275
|
+
leadingItem={
|
|
276
|
+
{
|
|
277
|
+
"text": "A1",
|
|
278
|
+
"value": "a1",
|
|
292
279
|
}
|
|
293
|
-
|
|
294
|
-
|
|
280
|
+
}
|
|
281
|
+
section={
|
|
282
|
+
{
|
|
283
|
+
"category": "A",
|
|
284
|
+
"data": [
|
|
295
285
|
{
|
|
296
|
-
"
|
|
286
|
+
"text": "A1",
|
|
287
|
+
"value": "a1",
|
|
297
288
|
},
|
|
298
|
-
|
|
299
|
-
]
|
|
289
|
+
],
|
|
300
290
|
}
|
|
301
|
-
|
|
291
|
+
}
|
|
292
|
+
style={
|
|
293
|
+
[
|
|
302
294
|
{
|
|
303
|
-
"
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
295
|
+
"marginTop": 12,
|
|
296
|
+
},
|
|
297
|
+
undefined,
|
|
298
|
+
]
|
|
299
|
+
}
|
|
300
|
+
trailingSection={
|
|
301
|
+
{
|
|
302
|
+
"category": "B",
|
|
303
|
+
"data": [
|
|
304
|
+
{
|
|
305
|
+
"text": "B1",
|
|
306
|
+
"value": "b1",
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"text": "B2",
|
|
310
|
+
"value": "b2",
|
|
311
|
+
},
|
|
312
|
+
],
|
|
315
313
|
}
|
|
316
|
-
|
|
317
|
-
|
|
314
|
+
}
|
|
315
|
+
/>
|
|
318
316
|
</View>
|
|
319
317
|
<View
|
|
320
318
|
onFocusCapture={[Function]}
|
|
@@ -396,289 +394,285 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
396
394
|
onLayout={[Function]}
|
|
397
395
|
style={null}
|
|
398
396
|
>
|
|
399
|
-
<View
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
],
|
|
411
|
-
}
|
|
412
|
-
}
|
|
413
|
-
section={
|
|
414
|
-
{
|
|
415
|
-
"category": "B",
|
|
416
|
-
"data": [
|
|
417
|
-
{
|
|
418
|
-
"text": "B1",
|
|
419
|
-
"value": "b1",
|
|
420
|
-
},
|
|
421
|
-
{
|
|
422
|
-
"text": "B2",
|
|
423
|
-
"value": "b2",
|
|
424
|
-
},
|
|
425
|
-
],
|
|
426
|
-
}
|
|
397
|
+
<View
|
|
398
|
+
highlighted={false}
|
|
399
|
+
leadingSection={
|
|
400
|
+
{
|
|
401
|
+
"category": "A",
|
|
402
|
+
"data": [
|
|
403
|
+
{
|
|
404
|
+
"text": "A1",
|
|
405
|
+
"value": "a1",
|
|
406
|
+
},
|
|
407
|
+
],
|
|
427
408
|
}
|
|
428
|
-
|
|
429
|
-
|
|
409
|
+
}
|
|
410
|
+
section={
|
|
411
|
+
{
|
|
412
|
+
"category": "B",
|
|
413
|
+
"data": [
|
|
430
414
|
{
|
|
431
|
-
"
|
|
415
|
+
"text": "B1",
|
|
416
|
+
"value": "b1",
|
|
432
417
|
},
|
|
433
|
-
|
|
434
|
-
|
|
418
|
+
{
|
|
419
|
+
"text": "B2",
|
|
420
|
+
"value": "b2",
|
|
421
|
+
},
|
|
422
|
+
],
|
|
435
423
|
}
|
|
436
|
-
|
|
424
|
+
}
|
|
425
|
+
style={
|
|
426
|
+
[
|
|
437
427
|
{
|
|
438
|
-
"
|
|
439
|
-
|
|
440
|
-
|
|
428
|
+
"marginTop": 12,
|
|
429
|
+
},
|
|
430
|
+
undefined,
|
|
431
|
+
]
|
|
432
|
+
}
|
|
433
|
+
trailingItem={
|
|
434
|
+
{
|
|
435
|
+
"text": "B1",
|
|
436
|
+
"value": "b1",
|
|
441
437
|
}
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
438
|
+
}
|
|
439
|
+
/>
|
|
440
|
+
<View
|
|
441
|
+
accessibilityState={
|
|
442
|
+
{
|
|
443
|
+
"disabled": false,
|
|
448
444
|
}
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
445
|
+
}
|
|
446
|
+
accessibilityValue={
|
|
447
|
+
{
|
|
448
|
+
"max": undefined,
|
|
449
|
+
"min": undefined,
|
|
450
|
+
"now": undefined,
|
|
451
|
+
"text": undefined,
|
|
456
452
|
}
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
453
|
+
}
|
|
454
|
+
accessible={true}
|
|
455
|
+
focusable={true}
|
|
456
|
+
onClick={[Function]}
|
|
457
|
+
onResponderGrant={[Function]}
|
|
458
|
+
onResponderMove={[Function]}
|
|
459
|
+
onResponderRelease={[Function]}
|
|
460
|
+
onResponderTerminate={[Function]}
|
|
461
|
+
onResponderTerminationRequest={[Function]}
|
|
462
|
+
onStartShouldSetResponder={[Function]}
|
|
463
|
+
style={
|
|
464
|
+
[
|
|
465
|
+
{
|
|
466
|
+
"alignItems": "center",
|
|
467
|
+
"backgroundColor": "#ffffff",
|
|
468
|
+
"borderRadius": 4,
|
|
469
|
+
"flexDirection": "row",
|
|
470
|
+
"opacity": 1,
|
|
471
|
+
"padding": 16,
|
|
472
|
+
},
|
|
473
|
+
undefined,
|
|
474
|
+
]
|
|
475
|
+
}
|
|
476
|
+
>
|
|
477
|
+
<View
|
|
466
478
|
style={
|
|
467
479
|
[
|
|
468
480
|
{
|
|
469
|
-
"
|
|
470
|
-
"backgroundColor": "#ffffff",
|
|
471
|
-
"borderRadius": 4,
|
|
472
|
-
"flexDirection": "row",
|
|
473
|
-
"opacity": 1,
|
|
474
|
-
"padding": 16,
|
|
481
|
+
"flex": 1,
|
|
475
482
|
},
|
|
476
483
|
undefined,
|
|
477
484
|
]
|
|
478
485
|
}
|
|
479
486
|
>
|
|
480
|
-
<
|
|
487
|
+
<Text
|
|
488
|
+
allowFontScaling={false}
|
|
481
489
|
style={
|
|
482
490
|
[
|
|
483
491
|
{
|
|
484
|
-
"
|
|
492
|
+
"color": "#001f23",
|
|
493
|
+
"fontFamily": "BeVietnamPro-Regular",
|
|
494
|
+
"fontSize": 16,
|
|
495
|
+
"letterSpacing": 0.48,
|
|
496
|
+
"lineHeight": 24,
|
|
485
497
|
},
|
|
486
498
|
undefined,
|
|
487
499
|
]
|
|
488
500
|
}
|
|
501
|
+
themeIntent="body"
|
|
502
|
+
themeTypeface="neutral"
|
|
503
|
+
themeVariant="regular"
|
|
489
504
|
>
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
style={
|
|
493
|
-
[
|
|
494
|
-
{
|
|
495
|
-
"color": "#001f23",
|
|
496
|
-
"fontFamily": "BeVietnamPro-Regular",
|
|
497
|
-
"fontSize": 16,
|
|
498
|
-
"letterSpacing": 0.48,
|
|
499
|
-
"lineHeight": 24,
|
|
500
|
-
},
|
|
501
|
-
undefined,
|
|
502
|
-
]
|
|
503
|
-
}
|
|
504
|
-
themeIntent="body"
|
|
505
|
-
themeTypeface="neutral"
|
|
506
|
-
themeVariant="regular"
|
|
507
|
-
>
|
|
508
|
-
B1
|
|
509
|
-
</Text>
|
|
510
|
-
</View>
|
|
505
|
+
B1
|
|
506
|
+
</Text>
|
|
511
507
|
</View>
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
}
|
|
520
|
-
leadingSection={
|
|
521
|
-
{
|
|
522
|
-
"category": "A",
|
|
523
|
-
"data": [
|
|
524
|
-
{
|
|
525
|
-
"text": "A1",
|
|
526
|
-
"value": "a1",
|
|
527
|
-
},
|
|
528
|
-
],
|
|
529
|
-
}
|
|
508
|
+
</View>
|
|
509
|
+
<View
|
|
510
|
+
highlighted={false}
|
|
511
|
+
leadingItem={
|
|
512
|
+
{
|
|
513
|
+
"text": "B1",
|
|
514
|
+
"value": "b1",
|
|
530
515
|
}
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
"value": "b2",
|
|
542
|
-
},
|
|
543
|
-
],
|
|
544
|
-
}
|
|
516
|
+
}
|
|
517
|
+
leadingSection={
|
|
518
|
+
{
|
|
519
|
+
"category": "A",
|
|
520
|
+
"data": [
|
|
521
|
+
{
|
|
522
|
+
"text": "A1",
|
|
523
|
+
"value": "a1",
|
|
524
|
+
},
|
|
525
|
+
],
|
|
545
526
|
}
|
|
546
|
-
|
|
547
|
-
|
|
527
|
+
}
|
|
528
|
+
section={
|
|
529
|
+
{
|
|
530
|
+
"category": "B",
|
|
531
|
+
"data": [
|
|
548
532
|
{
|
|
549
|
-
"
|
|
533
|
+
"text": "B1",
|
|
534
|
+
"value": "b1",
|
|
550
535
|
},
|
|
551
|
-
|
|
552
|
-
|
|
536
|
+
{
|
|
537
|
+
"text": "B2",
|
|
538
|
+
"value": "b2",
|
|
539
|
+
},
|
|
540
|
+
],
|
|
553
541
|
}
|
|
554
|
-
|
|
542
|
+
}
|
|
543
|
+
style={
|
|
544
|
+
[
|
|
555
545
|
{
|
|
556
|
-
"
|
|
557
|
-
|
|
558
|
-
|
|
546
|
+
"marginTop": 4,
|
|
547
|
+
},
|
|
548
|
+
undefined,
|
|
549
|
+
]
|
|
550
|
+
}
|
|
551
|
+
trailingItem={
|
|
552
|
+
{
|
|
553
|
+
"text": "B2",
|
|
554
|
+
"value": "b2",
|
|
559
555
|
}
|
|
560
|
-
|
|
561
|
-
|
|
556
|
+
}
|
|
557
|
+
/>
|
|
562
558
|
</View>
|
|
563
559
|
<View
|
|
564
560
|
onFocusCapture={[Function]}
|
|
565
561
|
onLayout={[Function]}
|
|
566
562
|
style={null}
|
|
567
563
|
>
|
|
568
|
-
<View
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
"disabled": false,
|
|
573
|
-
}
|
|
564
|
+
<View
|
|
565
|
+
accessibilityState={
|
|
566
|
+
{
|
|
567
|
+
"disabled": false,
|
|
574
568
|
}
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
569
|
+
}
|
|
570
|
+
accessibilityValue={
|
|
571
|
+
{
|
|
572
|
+
"max": undefined,
|
|
573
|
+
"min": undefined,
|
|
574
|
+
"now": undefined,
|
|
575
|
+
"text": undefined,
|
|
582
576
|
}
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
577
|
+
}
|
|
578
|
+
accessible={true}
|
|
579
|
+
focusable={true}
|
|
580
|
+
onClick={[Function]}
|
|
581
|
+
onResponderGrant={[Function]}
|
|
582
|
+
onResponderMove={[Function]}
|
|
583
|
+
onResponderRelease={[Function]}
|
|
584
|
+
onResponderTerminate={[Function]}
|
|
585
|
+
onResponderTerminationRequest={[Function]}
|
|
586
|
+
onStartShouldSetResponder={[Function]}
|
|
587
|
+
style={
|
|
588
|
+
[
|
|
589
|
+
{
|
|
590
|
+
"alignItems": "center",
|
|
591
|
+
"backgroundColor": "#ffffff",
|
|
592
|
+
"borderRadius": 4,
|
|
593
|
+
"flexDirection": "row",
|
|
594
|
+
"opacity": 1,
|
|
595
|
+
"padding": 16,
|
|
596
|
+
},
|
|
597
|
+
undefined,
|
|
598
|
+
]
|
|
599
|
+
}
|
|
600
|
+
>
|
|
601
|
+
<View
|
|
592
602
|
style={
|
|
593
603
|
[
|
|
594
604
|
{
|
|
595
|
-
"
|
|
596
|
-
"backgroundColor": "#ffffff",
|
|
597
|
-
"borderRadius": 4,
|
|
598
|
-
"flexDirection": "row",
|
|
599
|
-
"opacity": 1,
|
|
600
|
-
"padding": 16,
|
|
605
|
+
"flex": 1,
|
|
601
606
|
},
|
|
602
607
|
undefined,
|
|
603
608
|
]
|
|
604
609
|
}
|
|
605
610
|
>
|
|
606
|
-
<
|
|
611
|
+
<Text
|
|
612
|
+
allowFontScaling={false}
|
|
607
613
|
style={
|
|
608
614
|
[
|
|
609
615
|
{
|
|
610
|
-
"
|
|
616
|
+
"color": "#001f23",
|
|
617
|
+
"fontFamily": "BeVietnamPro-Regular",
|
|
618
|
+
"fontSize": 16,
|
|
619
|
+
"letterSpacing": 0.48,
|
|
620
|
+
"lineHeight": 24,
|
|
611
621
|
},
|
|
612
622
|
undefined,
|
|
613
623
|
]
|
|
614
624
|
}
|
|
625
|
+
themeIntent="body"
|
|
626
|
+
themeTypeface="neutral"
|
|
627
|
+
themeVariant="regular"
|
|
615
628
|
>
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
style={
|
|
619
|
-
[
|
|
620
|
-
{
|
|
621
|
-
"color": "#001f23",
|
|
622
|
-
"fontFamily": "BeVietnamPro-Regular",
|
|
623
|
-
"fontSize": 16,
|
|
624
|
-
"letterSpacing": 0.48,
|
|
625
|
-
"lineHeight": 24,
|
|
626
|
-
},
|
|
627
|
-
undefined,
|
|
628
|
-
]
|
|
629
|
-
}
|
|
630
|
-
themeIntent="body"
|
|
631
|
-
themeTypeface="neutral"
|
|
632
|
-
themeVariant="regular"
|
|
633
|
-
>
|
|
634
|
-
B2
|
|
635
|
-
</Text>
|
|
636
|
-
</View>
|
|
629
|
+
B2
|
|
630
|
+
</Text>
|
|
637
631
|
</View>
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
}
|
|
646
|
-
leadingSection={
|
|
647
|
-
{
|
|
648
|
-
"category": "A",
|
|
649
|
-
"data": [
|
|
650
|
-
{
|
|
651
|
-
"text": "A1",
|
|
652
|
-
"value": "a1",
|
|
653
|
-
},
|
|
654
|
-
],
|
|
655
|
-
}
|
|
632
|
+
</View>
|
|
633
|
+
<View
|
|
634
|
+
highlighted={false}
|
|
635
|
+
leadingItem={
|
|
636
|
+
{
|
|
637
|
+
"text": "B2",
|
|
638
|
+
"value": "b2",
|
|
656
639
|
}
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
"value": "b2",
|
|
668
|
-
},
|
|
669
|
-
],
|
|
670
|
-
}
|
|
640
|
+
}
|
|
641
|
+
leadingSection={
|
|
642
|
+
{
|
|
643
|
+
"category": "A",
|
|
644
|
+
"data": [
|
|
645
|
+
{
|
|
646
|
+
"text": "A1",
|
|
647
|
+
"value": "a1",
|
|
648
|
+
},
|
|
649
|
+
],
|
|
671
650
|
}
|
|
672
|
-
|
|
673
|
-
|
|
651
|
+
}
|
|
652
|
+
section={
|
|
653
|
+
{
|
|
654
|
+
"category": "B",
|
|
655
|
+
"data": [
|
|
674
656
|
{
|
|
675
|
-
"
|
|
657
|
+
"text": "B1",
|
|
658
|
+
"value": "b1",
|
|
676
659
|
},
|
|
677
|
-
|
|
678
|
-
|
|
660
|
+
{
|
|
661
|
+
"text": "B2",
|
|
662
|
+
"value": "b2",
|
|
663
|
+
},
|
|
664
|
+
],
|
|
679
665
|
}
|
|
680
|
-
|
|
681
|
-
|
|
666
|
+
}
|
|
667
|
+
style={
|
|
668
|
+
[
|
|
669
|
+
{
|
|
670
|
+
"marginTop": 12,
|
|
671
|
+
},
|
|
672
|
+
undefined,
|
|
673
|
+
]
|
|
674
|
+
}
|
|
675
|
+
/>
|
|
682
676
|
</View>
|
|
683
677
|
<View
|
|
684
678
|
onFocusCapture={[Function]}
|
|
@@ -737,7 +731,7 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
737
731
|
"flexDirection": "row",
|
|
738
732
|
"marginBottom": 8,
|
|
739
733
|
},
|
|
740
|
-
|
|
734
|
+
undefined,
|
|
741
735
|
]
|
|
742
736
|
}
|
|
743
737
|
themePosition="top"
|
|
@@ -754,7 +748,7 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
754
748
|
"opacity": 0.9,
|
|
755
749
|
"width": 16,
|
|
756
750
|
},
|
|
757
|
-
|
|
751
|
+
undefined,
|
|
758
752
|
]
|
|
759
753
|
}
|
|
760
754
|
themeIntent="primary"
|
|
@@ -773,7 +767,7 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
773
767
|
"opacity": 0.675,
|
|
774
768
|
"width": 16,
|
|
775
769
|
},
|
|
776
|
-
|
|
770
|
+
undefined,
|
|
777
771
|
]
|
|
778
772
|
}
|
|
779
773
|
themeIntent="primary"
|
|
@@ -789,7 +783,7 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
789
783
|
"flexDirection": "row",
|
|
790
784
|
"marginBottom": 0,
|
|
791
785
|
},
|
|
792
|
-
|
|
786
|
+
undefined,
|
|
793
787
|
]
|
|
794
788
|
}
|
|
795
789
|
themePosition="bottom"
|
|
@@ -806,7 +800,7 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
806
800
|
"opacity": 0.45,
|
|
807
801
|
"width": 16,
|
|
808
802
|
},
|
|
809
|
-
|
|
803
|
+
undefined,
|
|
810
804
|
]
|
|
811
805
|
}
|
|
812
806
|
themeIntent="primary"
|
|
@@ -825,7 +819,7 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
825
819
|
"opacity": 0.225,
|
|
826
820
|
"width": 16,
|
|
827
821
|
},
|
|
828
|
-
|
|
822
|
+
undefined,
|
|
829
823
|
]
|
|
830
824
|
}
|
|
831
825
|
themeIntent="primary"
|
|
@@ -1011,173 +1005,171 @@ exports[`OptionList render object value correctly 1`] = `
|
|
|
1011
1005
|
onLayout={[Function]}
|
|
1012
1006
|
style={null}
|
|
1013
1007
|
>
|
|
1014
|
-
<View
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
"data": [
|
|
1021
|
-
{
|
|
1022
|
-
"text": "Item 1",
|
|
1023
|
-
"value": {
|
|
1024
|
-
"id": "1",
|
|
1025
|
-
"label": "Item 1",
|
|
1026
|
-
},
|
|
1027
|
-
},
|
|
1028
|
-
],
|
|
1029
|
-
}
|
|
1030
|
-
}
|
|
1031
|
-
style={
|
|
1032
|
-
[
|
|
1008
|
+
<View
|
|
1009
|
+
highlighted={false}
|
|
1010
|
+
section={
|
|
1011
|
+
{
|
|
1012
|
+
"category": "A",
|
|
1013
|
+
"data": [
|
|
1033
1014
|
{
|
|
1034
|
-
"
|
|
1015
|
+
"text": "Item 1",
|
|
1016
|
+
"value": {
|
|
1017
|
+
"id": "1",
|
|
1018
|
+
"label": "Item 1",
|
|
1019
|
+
},
|
|
1035
1020
|
},
|
|
1036
|
-
|
|
1037
|
-
]
|
|
1021
|
+
],
|
|
1038
1022
|
}
|
|
1039
|
-
|
|
1023
|
+
}
|
|
1024
|
+
style={
|
|
1025
|
+
[
|
|
1040
1026
|
{
|
|
1041
|
-
"
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1027
|
+
"marginTop": 12,
|
|
1028
|
+
},
|
|
1029
|
+
undefined,
|
|
1030
|
+
]
|
|
1031
|
+
}
|
|
1032
|
+
trailingItem={
|
|
1033
|
+
{
|
|
1034
|
+
"text": "Item 1",
|
|
1035
|
+
"value": {
|
|
1036
|
+
"id": "1",
|
|
1037
|
+
"label": "Item 1",
|
|
1038
|
+
},
|
|
1047
1039
|
}
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1040
|
+
}
|
|
1041
|
+
trailingSection={
|
|
1042
|
+
{
|
|
1043
|
+
"category": "B",
|
|
1044
|
+
"data": [
|
|
1045
|
+
{
|
|
1046
|
+
"text": "Item 2",
|
|
1047
|
+
"value": {
|
|
1048
|
+
"id": "2",
|
|
1049
|
+
"label": "Item 2",
|
|
1058
1050
|
},
|
|
1059
|
-
|
|
1060
|
-
|
|
1051
|
+
},
|
|
1052
|
+
],
|
|
1061
1053
|
}
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1054
|
+
}
|
|
1055
|
+
/>
|
|
1056
|
+
<View
|
|
1057
|
+
accessibilityState={
|
|
1058
|
+
{
|
|
1059
|
+
"disabled": false,
|
|
1068
1060
|
}
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1061
|
+
}
|
|
1062
|
+
accessibilityValue={
|
|
1063
|
+
{
|
|
1064
|
+
"max": undefined,
|
|
1065
|
+
"min": undefined,
|
|
1066
|
+
"now": undefined,
|
|
1067
|
+
"text": undefined,
|
|
1076
1068
|
}
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1069
|
+
}
|
|
1070
|
+
accessible={true}
|
|
1071
|
+
focusable={true}
|
|
1072
|
+
onClick={[Function]}
|
|
1073
|
+
onResponderGrant={[Function]}
|
|
1074
|
+
onResponderMove={[Function]}
|
|
1075
|
+
onResponderRelease={[Function]}
|
|
1076
|
+
onResponderTerminate={[Function]}
|
|
1077
|
+
onResponderTerminationRequest={[Function]}
|
|
1078
|
+
onStartShouldSetResponder={[Function]}
|
|
1079
|
+
style={
|
|
1080
|
+
[
|
|
1081
|
+
{
|
|
1082
|
+
"alignItems": "center",
|
|
1083
|
+
"backgroundColor": undefined,
|
|
1084
|
+
"borderRadius": 4,
|
|
1085
|
+
"flexDirection": "row",
|
|
1086
|
+
"opacity": 1,
|
|
1087
|
+
"padding": 16,
|
|
1088
|
+
},
|
|
1089
|
+
undefined,
|
|
1090
|
+
]
|
|
1091
|
+
}
|
|
1092
|
+
>
|
|
1093
|
+
<View
|
|
1086
1094
|
style={
|
|
1087
1095
|
[
|
|
1088
1096
|
{
|
|
1089
|
-
"
|
|
1090
|
-
"backgroundColor": undefined,
|
|
1091
|
-
"borderRadius": 4,
|
|
1092
|
-
"flexDirection": "row",
|
|
1093
|
-
"opacity": 1,
|
|
1094
|
-
"padding": 16,
|
|
1097
|
+
"flex": 1,
|
|
1095
1098
|
},
|
|
1096
1099
|
undefined,
|
|
1097
1100
|
]
|
|
1098
1101
|
}
|
|
1099
1102
|
>
|
|
1100
|
-
<
|
|
1103
|
+
<Text
|
|
1104
|
+
allowFontScaling={false}
|
|
1101
1105
|
style={
|
|
1102
1106
|
[
|
|
1103
1107
|
{
|
|
1104
|
-
"
|
|
1108
|
+
"color": "#001f23",
|
|
1109
|
+
"fontFamily": "BeVietnamPro-Regular",
|
|
1110
|
+
"fontSize": 16,
|
|
1111
|
+
"letterSpacing": 0.48,
|
|
1112
|
+
"lineHeight": 24,
|
|
1105
1113
|
},
|
|
1106
1114
|
undefined,
|
|
1107
1115
|
]
|
|
1108
1116
|
}
|
|
1117
|
+
themeIntent="body"
|
|
1118
|
+
themeTypeface="neutral"
|
|
1119
|
+
themeVariant="regular"
|
|
1109
1120
|
>
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
style={
|
|
1113
|
-
[
|
|
1114
|
-
{
|
|
1115
|
-
"color": "#001f23",
|
|
1116
|
-
"fontFamily": "BeVietnamPro-Regular",
|
|
1117
|
-
"fontSize": 16,
|
|
1118
|
-
"letterSpacing": 0.48,
|
|
1119
|
-
"lineHeight": 24,
|
|
1120
|
-
},
|
|
1121
|
-
undefined,
|
|
1122
|
-
]
|
|
1123
|
-
}
|
|
1124
|
-
themeIntent="body"
|
|
1125
|
-
themeTypeface="neutral"
|
|
1126
|
-
themeVariant="regular"
|
|
1127
|
-
>
|
|
1128
|
-
Item 1
|
|
1129
|
-
</Text>
|
|
1130
|
-
</View>
|
|
1121
|
+
Item 1
|
|
1122
|
+
</Text>
|
|
1131
1123
|
</View>
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
}
|
|
1142
|
-
}
|
|
1143
|
-
section={
|
|
1144
|
-
{
|
|
1145
|
-
"category": "A",
|
|
1146
|
-
"data": [
|
|
1147
|
-
{
|
|
1148
|
-
"text": "Item 1",
|
|
1149
|
-
"value": {
|
|
1150
|
-
"id": "1",
|
|
1151
|
-
"label": "Item 1",
|
|
1152
|
-
},
|
|
1153
|
-
},
|
|
1154
|
-
],
|
|
1155
|
-
}
|
|
1124
|
+
</View>
|
|
1125
|
+
<View
|
|
1126
|
+
highlighted={false}
|
|
1127
|
+
leadingItem={
|
|
1128
|
+
{
|
|
1129
|
+
"text": "Item 1",
|
|
1130
|
+
"value": {
|
|
1131
|
+
"id": "1",
|
|
1132
|
+
"label": "Item 1",
|
|
1133
|
+
},
|
|
1156
1134
|
}
|
|
1157
|
-
|
|
1158
|
-
|
|
1135
|
+
}
|
|
1136
|
+
section={
|
|
1137
|
+
{
|
|
1138
|
+
"category": "A",
|
|
1139
|
+
"data": [
|
|
1159
1140
|
{
|
|
1160
|
-
"
|
|
1141
|
+
"text": "Item 1",
|
|
1142
|
+
"value": {
|
|
1143
|
+
"id": "1",
|
|
1144
|
+
"label": "Item 1",
|
|
1145
|
+
},
|
|
1161
1146
|
},
|
|
1162
|
-
|
|
1163
|
-
]
|
|
1147
|
+
],
|
|
1164
1148
|
}
|
|
1165
|
-
|
|
1149
|
+
}
|
|
1150
|
+
style={
|
|
1151
|
+
[
|
|
1166
1152
|
{
|
|
1167
|
-
"
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1153
|
+
"marginTop": 12,
|
|
1154
|
+
},
|
|
1155
|
+
undefined,
|
|
1156
|
+
]
|
|
1157
|
+
}
|
|
1158
|
+
trailingSection={
|
|
1159
|
+
{
|
|
1160
|
+
"category": "B",
|
|
1161
|
+
"data": [
|
|
1162
|
+
{
|
|
1163
|
+
"text": "Item 2",
|
|
1164
|
+
"value": {
|
|
1165
|
+
"id": "2",
|
|
1166
|
+
"label": "Item 2",
|
|
1175
1167
|
},
|
|
1176
|
-
|
|
1177
|
-
|
|
1168
|
+
},
|
|
1169
|
+
],
|
|
1178
1170
|
}
|
|
1179
|
-
|
|
1180
|
-
|
|
1171
|
+
}
|
|
1172
|
+
/>
|
|
1181
1173
|
</View>
|
|
1182
1174
|
<View
|
|
1183
1175
|
onFocusCapture={[Function]}
|
|
@@ -1259,173 +1251,171 @@ exports[`OptionList render object value correctly 1`] = `
|
|
|
1259
1251
|
onLayout={[Function]}
|
|
1260
1252
|
style={null}
|
|
1261
1253
|
>
|
|
1262
|
-
<View
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
"
|
|
1272
|
-
|
|
1273
|
-
"label": "Item 1",
|
|
1274
|
-
},
|
|
1275
|
-
},
|
|
1276
|
-
],
|
|
1277
|
-
}
|
|
1278
|
-
}
|
|
1279
|
-
section={
|
|
1280
|
-
{
|
|
1281
|
-
"category": "B",
|
|
1282
|
-
"data": [
|
|
1283
|
-
{
|
|
1284
|
-
"text": "Item 2",
|
|
1285
|
-
"value": {
|
|
1286
|
-
"id": "2",
|
|
1287
|
-
"label": "Item 2",
|
|
1288
|
-
},
|
|
1254
|
+
<View
|
|
1255
|
+
highlighted={false}
|
|
1256
|
+
leadingSection={
|
|
1257
|
+
{
|
|
1258
|
+
"category": "A",
|
|
1259
|
+
"data": [
|
|
1260
|
+
{
|
|
1261
|
+
"text": "Item 1",
|
|
1262
|
+
"value": {
|
|
1263
|
+
"id": "1",
|
|
1264
|
+
"label": "Item 1",
|
|
1289
1265
|
},
|
|
1290
|
-
|
|
1291
|
-
|
|
1266
|
+
},
|
|
1267
|
+
],
|
|
1292
1268
|
}
|
|
1293
|
-
|
|
1294
|
-
|
|
1269
|
+
}
|
|
1270
|
+
section={
|
|
1271
|
+
{
|
|
1272
|
+
"category": "B",
|
|
1273
|
+
"data": [
|
|
1295
1274
|
{
|
|
1296
|
-
"
|
|
1275
|
+
"text": "Item 2",
|
|
1276
|
+
"value": {
|
|
1277
|
+
"id": "2",
|
|
1278
|
+
"label": "Item 2",
|
|
1279
|
+
},
|
|
1297
1280
|
},
|
|
1298
|
-
|
|
1299
|
-
]
|
|
1281
|
+
],
|
|
1300
1282
|
}
|
|
1301
|
-
|
|
1283
|
+
}
|
|
1284
|
+
style={
|
|
1285
|
+
[
|
|
1302
1286
|
{
|
|
1303
|
-
"
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1287
|
+
"marginTop": 12,
|
|
1288
|
+
},
|
|
1289
|
+
undefined,
|
|
1290
|
+
]
|
|
1291
|
+
}
|
|
1292
|
+
trailingItem={
|
|
1293
|
+
{
|
|
1294
|
+
"text": "Item 2",
|
|
1295
|
+
"value": {
|
|
1296
|
+
"id": "2",
|
|
1297
|
+
"label": "Item 2",
|
|
1298
|
+
},
|
|
1309
1299
|
}
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1300
|
+
}
|
|
1301
|
+
/>
|
|
1302
|
+
<View
|
|
1303
|
+
accessibilityState={
|
|
1304
|
+
{
|
|
1305
|
+
"disabled": false,
|
|
1316
1306
|
}
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1307
|
+
}
|
|
1308
|
+
accessibilityValue={
|
|
1309
|
+
{
|
|
1310
|
+
"max": undefined,
|
|
1311
|
+
"min": undefined,
|
|
1312
|
+
"now": undefined,
|
|
1313
|
+
"text": undefined,
|
|
1324
1314
|
}
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1315
|
+
}
|
|
1316
|
+
accessible={true}
|
|
1317
|
+
focusable={true}
|
|
1318
|
+
onClick={[Function]}
|
|
1319
|
+
onResponderGrant={[Function]}
|
|
1320
|
+
onResponderMove={[Function]}
|
|
1321
|
+
onResponderRelease={[Function]}
|
|
1322
|
+
onResponderTerminate={[Function]}
|
|
1323
|
+
onResponderTerminationRequest={[Function]}
|
|
1324
|
+
onStartShouldSetResponder={[Function]}
|
|
1325
|
+
style={
|
|
1326
|
+
[
|
|
1327
|
+
{
|
|
1328
|
+
"alignItems": "center",
|
|
1329
|
+
"backgroundColor": "#ffffff",
|
|
1330
|
+
"borderRadius": 4,
|
|
1331
|
+
"flexDirection": "row",
|
|
1332
|
+
"opacity": 1,
|
|
1333
|
+
"padding": 16,
|
|
1334
|
+
},
|
|
1335
|
+
undefined,
|
|
1336
|
+
]
|
|
1337
|
+
}
|
|
1338
|
+
>
|
|
1339
|
+
<View
|
|
1334
1340
|
style={
|
|
1335
1341
|
[
|
|
1336
1342
|
{
|
|
1337
|
-
"
|
|
1338
|
-
"backgroundColor": "#ffffff",
|
|
1339
|
-
"borderRadius": 4,
|
|
1340
|
-
"flexDirection": "row",
|
|
1341
|
-
"opacity": 1,
|
|
1342
|
-
"padding": 16,
|
|
1343
|
+
"flex": 1,
|
|
1343
1344
|
},
|
|
1344
1345
|
undefined,
|
|
1345
1346
|
]
|
|
1346
1347
|
}
|
|
1347
1348
|
>
|
|
1348
|
-
<
|
|
1349
|
+
<Text
|
|
1350
|
+
allowFontScaling={false}
|
|
1349
1351
|
style={
|
|
1350
1352
|
[
|
|
1351
1353
|
{
|
|
1352
|
-
"
|
|
1354
|
+
"color": "#001f23",
|
|
1355
|
+
"fontFamily": "BeVietnamPro-Regular",
|
|
1356
|
+
"fontSize": 16,
|
|
1357
|
+
"letterSpacing": 0.48,
|
|
1358
|
+
"lineHeight": 24,
|
|
1353
1359
|
},
|
|
1354
1360
|
undefined,
|
|
1355
1361
|
]
|
|
1356
1362
|
}
|
|
1363
|
+
themeIntent="body"
|
|
1364
|
+
themeTypeface="neutral"
|
|
1365
|
+
themeVariant="regular"
|
|
1357
1366
|
>
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
style={
|
|
1361
|
-
[
|
|
1362
|
-
{
|
|
1363
|
-
"color": "#001f23",
|
|
1364
|
-
"fontFamily": "BeVietnamPro-Regular",
|
|
1365
|
-
"fontSize": 16,
|
|
1366
|
-
"letterSpacing": 0.48,
|
|
1367
|
-
"lineHeight": 24,
|
|
1368
|
-
},
|
|
1369
|
-
undefined,
|
|
1370
|
-
]
|
|
1371
|
-
}
|
|
1372
|
-
themeIntent="body"
|
|
1373
|
-
themeTypeface="neutral"
|
|
1374
|
-
themeVariant="regular"
|
|
1375
|
-
>
|
|
1376
|
-
Item 2
|
|
1377
|
-
</Text>
|
|
1378
|
-
</View>
|
|
1367
|
+
Item 2
|
|
1368
|
+
</Text>
|
|
1379
1369
|
</View>
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
}
|
|
1390
|
-
}
|
|
1391
|
-
leadingSection={
|
|
1392
|
-
{
|
|
1393
|
-
"category": "A",
|
|
1394
|
-
"data": [
|
|
1395
|
-
{
|
|
1396
|
-
"text": "Item 1",
|
|
1397
|
-
"value": {
|
|
1398
|
-
"id": "1",
|
|
1399
|
-
"label": "Item 1",
|
|
1400
|
-
},
|
|
1401
|
-
},
|
|
1402
|
-
],
|
|
1403
|
-
}
|
|
1370
|
+
</View>
|
|
1371
|
+
<View
|
|
1372
|
+
highlighted={false}
|
|
1373
|
+
leadingItem={
|
|
1374
|
+
{
|
|
1375
|
+
"text": "Item 2",
|
|
1376
|
+
"value": {
|
|
1377
|
+
"id": "2",
|
|
1378
|
+
"label": "Item 2",
|
|
1379
|
+
},
|
|
1404
1380
|
}
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1381
|
+
}
|
|
1382
|
+
leadingSection={
|
|
1383
|
+
{
|
|
1384
|
+
"category": "A",
|
|
1385
|
+
"data": [
|
|
1386
|
+
{
|
|
1387
|
+
"text": "Item 1",
|
|
1388
|
+
"value": {
|
|
1389
|
+
"id": "1",
|
|
1390
|
+
"label": "Item 1",
|
|
1415
1391
|
},
|
|
1416
|
-
|
|
1417
|
-
|
|
1392
|
+
},
|
|
1393
|
+
],
|
|
1418
1394
|
}
|
|
1419
|
-
|
|
1420
|
-
|
|
1395
|
+
}
|
|
1396
|
+
section={
|
|
1397
|
+
{
|
|
1398
|
+
"category": "B",
|
|
1399
|
+
"data": [
|
|
1421
1400
|
{
|
|
1422
|
-
"
|
|
1401
|
+
"text": "Item 2",
|
|
1402
|
+
"value": {
|
|
1403
|
+
"id": "2",
|
|
1404
|
+
"label": "Item 2",
|
|
1405
|
+
},
|
|
1423
1406
|
},
|
|
1424
|
-
|
|
1425
|
-
]
|
|
1407
|
+
],
|
|
1426
1408
|
}
|
|
1427
|
-
|
|
1428
|
-
|
|
1409
|
+
}
|
|
1410
|
+
style={
|
|
1411
|
+
[
|
|
1412
|
+
{
|
|
1413
|
+
"marginTop": 12,
|
|
1414
|
+
},
|
|
1415
|
+
undefined,
|
|
1416
|
+
]
|
|
1417
|
+
}
|
|
1418
|
+
/>
|
|
1429
1419
|
</View>
|
|
1430
1420
|
<View
|
|
1431
1421
|
onFocusCapture={[Function]}
|
|
@@ -1603,163 +1593,161 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
1603
1593
|
onLayout={[Function]}
|
|
1604
1594
|
style={null}
|
|
1605
1595
|
>
|
|
1606
|
-
<View
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
"data": [
|
|
1613
|
-
{
|
|
1614
|
-
"text": "A1",
|
|
1615
|
-
"value": "a1",
|
|
1616
|
-
},
|
|
1617
|
-
],
|
|
1618
|
-
}
|
|
1619
|
-
}
|
|
1620
|
-
style={
|
|
1621
|
-
[
|
|
1596
|
+
<View
|
|
1597
|
+
highlighted={false}
|
|
1598
|
+
section={
|
|
1599
|
+
{
|
|
1600
|
+
"category": "A",
|
|
1601
|
+
"data": [
|
|
1622
1602
|
{
|
|
1623
|
-
"
|
|
1603
|
+
"text": "A1",
|
|
1604
|
+
"value": "a1",
|
|
1624
1605
|
},
|
|
1625
|
-
|
|
1626
|
-
]
|
|
1606
|
+
],
|
|
1627
1607
|
}
|
|
1628
|
-
|
|
1608
|
+
}
|
|
1609
|
+
style={
|
|
1610
|
+
[
|
|
1629
1611
|
{
|
|
1630
|
-
"
|
|
1631
|
-
|
|
1632
|
-
|
|
1612
|
+
"marginTop": 12,
|
|
1613
|
+
},
|
|
1614
|
+
undefined,
|
|
1615
|
+
]
|
|
1616
|
+
}
|
|
1617
|
+
trailingItem={
|
|
1618
|
+
{
|
|
1619
|
+
"text": "A1",
|
|
1620
|
+
"value": "a1",
|
|
1633
1621
|
}
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1622
|
+
}
|
|
1623
|
+
trailingSection={
|
|
1624
|
+
{
|
|
1625
|
+
"category": "B",
|
|
1626
|
+
"data": [
|
|
1627
|
+
{
|
|
1628
|
+
"text": "B1",
|
|
1629
|
+
"value": "b1",
|
|
1630
|
+
},
|
|
1631
|
+
{
|
|
1632
|
+
"text": "B2",
|
|
1633
|
+
"value": "b2",
|
|
1634
|
+
},
|
|
1635
|
+
],
|
|
1648
1636
|
}
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1637
|
+
}
|
|
1638
|
+
/>
|
|
1639
|
+
<View
|
|
1640
|
+
accessibilityState={
|
|
1641
|
+
{
|
|
1642
|
+
"disabled": false,
|
|
1655
1643
|
}
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1644
|
+
}
|
|
1645
|
+
accessibilityValue={
|
|
1646
|
+
{
|
|
1647
|
+
"max": undefined,
|
|
1648
|
+
"min": undefined,
|
|
1649
|
+
"now": undefined,
|
|
1650
|
+
"text": undefined,
|
|
1663
1651
|
}
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1652
|
+
}
|
|
1653
|
+
accessible={true}
|
|
1654
|
+
focusable={true}
|
|
1655
|
+
onClick={[Function]}
|
|
1656
|
+
onResponderGrant={[Function]}
|
|
1657
|
+
onResponderMove={[Function]}
|
|
1658
|
+
onResponderRelease={[Function]}
|
|
1659
|
+
onResponderTerminate={[Function]}
|
|
1660
|
+
onResponderTerminationRequest={[Function]}
|
|
1661
|
+
onStartShouldSetResponder={[Function]}
|
|
1662
|
+
style={
|
|
1663
|
+
[
|
|
1664
|
+
{
|
|
1665
|
+
"alignItems": "center",
|
|
1666
|
+
"backgroundColor": undefined,
|
|
1667
|
+
"borderRadius": 4,
|
|
1668
|
+
"flexDirection": "row",
|
|
1669
|
+
"opacity": 1,
|
|
1670
|
+
"padding": 16,
|
|
1671
|
+
},
|
|
1672
|
+
undefined,
|
|
1673
|
+
]
|
|
1674
|
+
}
|
|
1675
|
+
>
|
|
1676
|
+
<View
|
|
1673
1677
|
style={
|
|
1674
1678
|
[
|
|
1675
1679
|
{
|
|
1676
|
-
"
|
|
1677
|
-
"backgroundColor": undefined,
|
|
1678
|
-
"borderRadius": 4,
|
|
1679
|
-
"flexDirection": "row",
|
|
1680
|
-
"opacity": 1,
|
|
1681
|
-
"padding": 16,
|
|
1680
|
+
"flex": 1,
|
|
1682
1681
|
},
|
|
1683
1682
|
undefined,
|
|
1684
1683
|
]
|
|
1685
1684
|
}
|
|
1686
1685
|
>
|
|
1687
|
-
<
|
|
1686
|
+
<Text
|
|
1687
|
+
allowFontScaling={false}
|
|
1688
1688
|
style={
|
|
1689
1689
|
[
|
|
1690
1690
|
{
|
|
1691
|
-
"
|
|
1691
|
+
"color": "#001f23",
|
|
1692
|
+
"fontFamily": "BeVietnamPro-Regular",
|
|
1693
|
+
"fontSize": 16,
|
|
1694
|
+
"letterSpacing": 0.48,
|
|
1695
|
+
"lineHeight": 24,
|
|
1692
1696
|
},
|
|
1693
1697
|
undefined,
|
|
1694
1698
|
]
|
|
1695
1699
|
}
|
|
1700
|
+
themeIntent="body"
|
|
1701
|
+
themeTypeface="neutral"
|
|
1702
|
+
themeVariant="regular"
|
|
1696
1703
|
>
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
style={
|
|
1700
|
-
[
|
|
1701
|
-
{
|
|
1702
|
-
"color": "#001f23",
|
|
1703
|
-
"fontFamily": "BeVietnamPro-Regular",
|
|
1704
|
-
"fontSize": 16,
|
|
1705
|
-
"letterSpacing": 0.48,
|
|
1706
|
-
"lineHeight": 24,
|
|
1707
|
-
},
|
|
1708
|
-
undefined,
|
|
1709
|
-
]
|
|
1710
|
-
}
|
|
1711
|
-
themeIntent="body"
|
|
1712
|
-
themeTypeface="neutral"
|
|
1713
|
-
themeVariant="regular"
|
|
1714
|
-
>
|
|
1715
|
-
A1
|
|
1716
|
-
</Text>
|
|
1717
|
-
</View>
|
|
1704
|
+
A1
|
|
1705
|
+
</Text>
|
|
1718
1706
|
</View>
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
}
|
|
1727
|
-
section={
|
|
1728
|
-
{
|
|
1729
|
-
"category": "A",
|
|
1730
|
-
"data": [
|
|
1731
|
-
{
|
|
1732
|
-
"text": "A1",
|
|
1733
|
-
"value": "a1",
|
|
1734
|
-
},
|
|
1735
|
-
],
|
|
1736
|
-
}
|
|
1707
|
+
</View>
|
|
1708
|
+
<View
|
|
1709
|
+
highlighted={false}
|
|
1710
|
+
leadingItem={
|
|
1711
|
+
{
|
|
1712
|
+
"text": "A1",
|
|
1713
|
+
"value": "a1",
|
|
1737
1714
|
}
|
|
1738
|
-
|
|
1739
|
-
|
|
1715
|
+
}
|
|
1716
|
+
section={
|
|
1717
|
+
{
|
|
1718
|
+
"category": "A",
|
|
1719
|
+
"data": [
|
|
1740
1720
|
{
|
|
1741
|
-
"
|
|
1721
|
+
"text": "A1",
|
|
1722
|
+
"value": "a1",
|
|
1742
1723
|
},
|
|
1743
|
-
|
|
1744
|
-
]
|
|
1724
|
+
],
|
|
1745
1725
|
}
|
|
1746
|
-
|
|
1726
|
+
}
|
|
1727
|
+
style={
|
|
1728
|
+
[
|
|
1747
1729
|
{
|
|
1748
|
-
"
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1730
|
+
"marginTop": 12,
|
|
1731
|
+
},
|
|
1732
|
+
undefined,
|
|
1733
|
+
]
|
|
1734
|
+
}
|
|
1735
|
+
trailingSection={
|
|
1736
|
+
{
|
|
1737
|
+
"category": "B",
|
|
1738
|
+
"data": [
|
|
1739
|
+
{
|
|
1740
|
+
"text": "B1",
|
|
1741
|
+
"value": "b1",
|
|
1742
|
+
},
|
|
1743
|
+
{
|
|
1744
|
+
"text": "B2",
|
|
1745
|
+
"value": "b2",
|
|
1746
|
+
},
|
|
1747
|
+
],
|
|
1760
1748
|
}
|
|
1761
|
-
|
|
1762
|
-
|
|
1749
|
+
}
|
|
1750
|
+
/>
|
|
1763
1751
|
</View>
|
|
1764
1752
|
<View
|
|
1765
1753
|
onFocusCapture={[Function]}
|
|
@@ -1836,294 +1824,290 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
1836
1824
|
</View>
|
|
1837
1825
|
</View>
|
|
1838
1826
|
</View>
|
|
1839
|
-
<View
|
|
1840
|
-
onFocusCapture={[Function]}
|
|
1841
|
-
onLayout={[Function]}
|
|
1842
|
-
style={null}
|
|
1843
|
-
>
|
|
1844
|
-
<View
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
],
|
|
1856
|
-
}
|
|
1857
|
-
}
|
|
1858
|
-
section={
|
|
1859
|
-
{
|
|
1860
|
-
"category": "B",
|
|
1861
|
-
"data": [
|
|
1862
|
-
{
|
|
1863
|
-
"text": "B1",
|
|
1864
|
-
"value": "b1",
|
|
1865
|
-
},
|
|
1866
|
-
{
|
|
1867
|
-
"text": "B2",
|
|
1868
|
-
"value": "b2",
|
|
1869
|
-
},
|
|
1870
|
-
],
|
|
1871
|
-
}
|
|
1827
|
+
<View
|
|
1828
|
+
onFocusCapture={[Function]}
|
|
1829
|
+
onLayout={[Function]}
|
|
1830
|
+
style={null}
|
|
1831
|
+
>
|
|
1832
|
+
<View
|
|
1833
|
+
highlighted={false}
|
|
1834
|
+
leadingSection={
|
|
1835
|
+
{
|
|
1836
|
+
"category": "A",
|
|
1837
|
+
"data": [
|
|
1838
|
+
{
|
|
1839
|
+
"text": "A1",
|
|
1840
|
+
"value": "a1",
|
|
1841
|
+
},
|
|
1842
|
+
],
|
|
1872
1843
|
}
|
|
1873
|
-
|
|
1874
|
-
|
|
1844
|
+
}
|
|
1845
|
+
section={
|
|
1846
|
+
{
|
|
1847
|
+
"category": "B",
|
|
1848
|
+
"data": [
|
|
1875
1849
|
{
|
|
1876
|
-
"
|
|
1850
|
+
"text": "B1",
|
|
1851
|
+
"value": "b1",
|
|
1877
1852
|
},
|
|
1878
|
-
|
|
1879
|
-
|
|
1853
|
+
{
|
|
1854
|
+
"text": "B2",
|
|
1855
|
+
"value": "b2",
|
|
1856
|
+
},
|
|
1857
|
+
],
|
|
1880
1858
|
}
|
|
1881
|
-
|
|
1859
|
+
}
|
|
1860
|
+
style={
|
|
1861
|
+
[
|
|
1882
1862
|
{
|
|
1883
|
-
"
|
|
1884
|
-
|
|
1885
|
-
|
|
1863
|
+
"marginTop": 12,
|
|
1864
|
+
},
|
|
1865
|
+
undefined,
|
|
1866
|
+
]
|
|
1867
|
+
}
|
|
1868
|
+
trailingItem={
|
|
1869
|
+
{
|
|
1870
|
+
"text": "B1",
|
|
1871
|
+
"value": "b1",
|
|
1886
1872
|
}
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1873
|
+
}
|
|
1874
|
+
/>
|
|
1875
|
+
<View
|
|
1876
|
+
accessibilityState={
|
|
1877
|
+
{
|
|
1878
|
+
"disabled": false,
|
|
1893
1879
|
}
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1880
|
+
}
|
|
1881
|
+
accessibilityValue={
|
|
1882
|
+
{
|
|
1883
|
+
"max": undefined,
|
|
1884
|
+
"min": undefined,
|
|
1885
|
+
"now": undefined,
|
|
1886
|
+
"text": undefined,
|
|
1901
1887
|
}
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1888
|
+
}
|
|
1889
|
+
accessible={true}
|
|
1890
|
+
focusable={true}
|
|
1891
|
+
onClick={[Function]}
|
|
1892
|
+
onResponderGrant={[Function]}
|
|
1893
|
+
onResponderMove={[Function]}
|
|
1894
|
+
onResponderRelease={[Function]}
|
|
1895
|
+
onResponderTerminate={[Function]}
|
|
1896
|
+
onResponderTerminationRequest={[Function]}
|
|
1897
|
+
onStartShouldSetResponder={[Function]}
|
|
1898
|
+
style={
|
|
1899
|
+
[
|
|
1900
|
+
{
|
|
1901
|
+
"alignItems": "center",
|
|
1902
|
+
"backgroundColor": "#ffffff",
|
|
1903
|
+
"borderRadius": 4,
|
|
1904
|
+
"flexDirection": "row",
|
|
1905
|
+
"opacity": 1,
|
|
1906
|
+
"padding": 16,
|
|
1907
|
+
},
|
|
1908
|
+
undefined,
|
|
1909
|
+
]
|
|
1910
|
+
}
|
|
1911
|
+
>
|
|
1912
|
+
<View
|
|
1911
1913
|
style={
|
|
1912
1914
|
[
|
|
1913
1915
|
{
|
|
1914
|
-
"
|
|
1915
|
-
"backgroundColor": "#ffffff",
|
|
1916
|
-
"borderRadius": 4,
|
|
1917
|
-
"flexDirection": "row",
|
|
1918
|
-
"opacity": 1,
|
|
1919
|
-
"padding": 16,
|
|
1916
|
+
"flex": 1,
|
|
1920
1917
|
},
|
|
1921
1918
|
undefined,
|
|
1922
1919
|
]
|
|
1923
1920
|
}
|
|
1924
1921
|
>
|
|
1925
|
-
<
|
|
1922
|
+
<Text
|
|
1923
|
+
allowFontScaling={false}
|
|
1926
1924
|
style={
|
|
1927
1925
|
[
|
|
1928
1926
|
{
|
|
1929
|
-
"
|
|
1927
|
+
"color": "#001f23",
|
|
1928
|
+
"fontFamily": "BeVietnamPro-Regular",
|
|
1929
|
+
"fontSize": 16,
|
|
1930
|
+
"letterSpacing": 0.48,
|
|
1931
|
+
"lineHeight": 24,
|
|
1930
1932
|
},
|
|
1931
1933
|
undefined,
|
|
1932
1934
|
]
|
|
1933
1935
|
}
|
|
1936
|
+
themeIntent="body"
|
|
1937
|
+
themeTypeface="neutral"
|
|
1938
|
+
themeVariant="regular"
|
|
1934
1939
|
>
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
style={
|
|
1938
|
-
[
|
|
1939
|
-
{
|
|
1940
|
-
"color": "#001f23",
|
|
1941
|
-
"fontFamily": "BeVietnamPro-Regular",
|
|
1942
|
-
"fontSize": 16,
|
|
1943
|
-
"letterSpacing": 0.48,
|
|
1944
|
-
"lineHeight": 24,
|
|
1945
|
-
},
|
|
1946
|
-
undefined,
|
|
1947
|
-
]
|
|
1948
|
-
}
|
|
1949
|
-
themeIntent="body"
|
|
1950
|
-
themeTypeface="neutral"
|
|
1951
|
-
themeVariant="regular"
|
|
1952
|
-
>
|
|
1953
|
-
B1
|
|
1954
|
-
</Text>
|
|
1955
|
-
</View>
|
|
1940
|
+
B1
|
|
1941
|
+
</Text>
|
|
1956
1942
|
</View>
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
}
|
|
1965
|
-
leadingSection={
|
|
1966
|
-
{
|
|
1967
|
-
"category": "A",
|
|
1968
|
-
"data": [
|
|
1969
|
-
{
|
|
1970
|
-
"text": "A1",
|
|
1971
|
-
"value": "a1",
|
|
1972
|
-
},
|
|
1973
|
-
],
|
|
1974
|
-
}
|
|
1943
|
+
</View>
|
|
1944
|
+
<View
|
|
1945
|
+
highlighted={false}
|
|
1946
|
+
leadingItem={
|
|
1947
|
+
{
|
|
1948
|
+
"text": "B1",
|
|
1949
|
+
"value": "b1",
|
|
1975
1950
|
}
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
"value": "b2",
|
|
1987
|
-
},
|
|
1988
|
-
],
|
|
1989
|
-
}
|
|
1951
|
+
}
|
|
1952
|
+
leadingSection={
|
|
1953
|
+
{
|
|
1954
|
+
"category": "A",
|
|
1955
|
+
"data": [
|
|
1956
|
+
{
|
|
1957
|
+
"text": "A1",
|
|
1958
|
+
"value": "a1",
|
|
1959
|
+
},
|
|
1960
|
+
],
|
|
1990
1961
|
}
|
|
1991
|
-
|
|
1992
|
-
|
|
1962
|
+
}
|
|
1963
|
+
section={
|
|
1964
|
+
{
|
|
1965
|
+
"category": "B",
|
|
1966
|
+
"data": [
|
|
1993
1967
|
{
|
|
1994
|
-
"
|
|
1968
|
+
"text": "B1",
|
|
1969
|
+
"value": "b1",
|
|
1995
1970
|
},
|
|
1996
|
-
|
|
1997
|
-
|
|
1971
|
+
{
|
|
1972
|
+
"text": "B2",
|
|
1973
|
+
"value": "b2",
|
|
1974
|
+
},
|
|
1975
|
+
],
|
|
1998
1976
|
}
|
|
1999
|
-
|
|
1977
|
+
}
|
|
1978
|
+
style={
|
|
1979
|
+
[
|
|
2000
1980
|
{
|
|
2001
|
-
"
|
|
2002
|
-
|
|
2003
|
-
|
|
1981
|
+
"marginTop": 4,
|
|
1982
|
+
},
|
|
1983
|
+
undefined,
|
|
1984
|
+
]
|
|
1985
|
+
}
|
|
1986
|
+
trailingItem={
|
|
1987
|
+
{
|
|
1988
|
+
"text": "B2",
|
|
1989
|
+
"value": "b2",
|
|
2004
1990
|
}
|
|
2005
|
-
|
|
2006
|
-
|
|
1991
|
+
}
|
|
1992
|
+
/>
|
|
2007
1993
|
</View>
|
|
2008
1994
|
<View
|
|
2009
1995
|
onFocusCapture={[Function]}
|
|
2010
1996
|
onLayout={[Function]}
|
|
2011
1997
|
style={null}
|
|
2012
1998
|
>
|
|
2013
|
-
<View
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
"disabled": false,
|
|
2018
|
-
}
|
|
1999
|
+
<View
|
|
2000
|
+
accessibilityState={
|
|
2001
|
+
{
|
|
2002
|
+
"disabled": false,
|
|
2019
2003
|
}
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2004
|
+
}
|
|
2005
|
+
accessibilityValue={
|
|
2006
|
+
{
|
|
2007
|
+
"max": undefined,
|
|
2008
|
+
"min": undefined,
|
|
2009
|
+
"now": undefined,
|
|
2010
|
+
"text": undefined,
|
|
2027
2011
|
}
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2012
|
+
}
|
|
2013
|
+
accessible={true}
|
|
2014
|
+
focusable={true}
|
|
2015
|
+
onClick={[Function]}
|
|
2016
|
+
onResponderGrant={[Function]}
|
|
2017
|
+
onResponderMove={[Function]}
|
|
2018
|
+
onResponderRelease={[Function]}
|
|
2019
|
+
onResponderTerminate={[Function]}
|
|
2020
|
+
onResponderTerminationRequest={[Function]}
|
|
2021
|
+
onStartShouldSetResponder={[Function]}
|
|
2022
|
+
style={
|
|
2023
|
+
[
|
|
2024
|
+
{
|
|
2025
|
+
"alignItems": "center",
|
|
2026
|
+
"backgroundColor": "#ffffff",
|
|
2027
|
+
"borderRadius": 4,
|
|
2028
|
+
"flexDirection": "row",
|
|
2029
|
+
"opacity": 1,
|
|
2030
|
+
"padding": 16,
|
|
2031
|
+
},
|
|
2032
|
+
undefined,
|
|
2033
|
+
]
|
|
2034
|
+
}
|
|
2035
|
+
>
|
|
2036
|
+
<View
|
|
2037
2037
|
style={
|
|
2038
2038
|
[
|
|
2039
2039
|
{
|
|
2040
|
-
"
|
|
2041
|
-
"backgroundColor": "#ffffff",
|
|
2042
|
-
"borderRadius": 4,
|
|
2043
|
-
"flexDirection": "row",
|
|
2044
|
-
"opacity": 1,
|
|
2045
|
-
"padding": 16,
|
|
2040
|
+
"flex": 1,
|
|
2046
2041
|
},
|
|
2047
2042
|
undefined,
|
|
2048
2043
|
]
|
|
2049
2044
|
}
|
|
2050
2045
|
>
|
|
2051
|
-
<
|
|
2046
|
+
<Text
|
|
2047
|
+
allowFontScaling={false}
|
|
2052
2048
|
style={
|
|
2053
2049
|
[
|
|
2054
2050
|
{
|
|
2055
|
-
"
|
|
2051
|
+
"color": "#001f23",
|
|
2052
|
+
"fontFamily": "BeVietnamPro-Regular",
|
|
2053
|
+
"fontSize": 16,
|
|
2054
|
+
"letterSpacing": 0.48,
|
|
2055
|
+
"lineHeight": 24,
|
|
2056
2056
|
},
|
|
2057
2057
|
undefined,
|
|
2058
2058
|
]
|
|
2059
2059
|
}
|
|
2060
|
+
themeIntent="body"
|
|
2061
|
+
themeTypeface="neutral"
|
|
2062
|
+
themeVariant="regular"
|
|
2060
2063
|
>
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
style={
|
|
2064
|
-
[
|
|
2065
|
-
{
|
|
2066
|
-
"color": "#001f23",
|
|
2067
|
-
"fontFamily": "BeVietnamPro-Regular",
|
|
2068
|
-
"fontSize": 16,
|
|
2069
|
-
"letterSpacing": 0.48,
|
|
2070
|
-
"lineHeight": 24,
|
|
2071
|
-
},
|
|
2072
|
-
undefined,
|
|
2073
|
-
]
|
|
2074
|
-
}
|
|
2075
|
-
themeIntent="body"
|
|
2076
|
-
themeTypeface="neutral"
|
|
2077
|
-
themeVariant="regular"
|
|
2078
|
-
>
|
|
2079
|
-
B2
|
|
2080
|
-
</Text>
|
|
2081
|
-
</View>
|
|
2064
|
+
B2
|
|
2065
|
+
</Text>
|
|
2082
2066
|
</View>
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
}
|
|
2091
|
-
leadingSection={
|
|
2092
|
-
{
|
|
2093
|
-
"category": "A",
|
|
2094
|
-
"data": [
|
|
2095
|
-
{
|
|
2096
|
-
"text": "A1",
|
|
2097
|
-
"value": "a1",
|
|
2098
|
-
},
|
|
2099
|
-
],
|
|
2100
|
-
}
|
|
2067
|
+
</View>
|
|
2068
|
+
<View
|
|
2069
|
+
highlighted={false}
|
|
2070
|
+
leadingItem={
|
|
2071
|
+
{
|
|
2072
|
+
"text": "B2",
|
|
2073
|
+
"value": "b2",
|
|
2101
2074
|
}
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
"value": "b2",
|
|
2113
|
-
},
|
|
2114
|
-
],
|
|
2115
|
-
}
|
|
2075
|
+
}
|
|
2076
|
+
leadingSection={
|
|
2077
|
+
{
|
|
2078
|
+
"category": "A",
|
|
2079
|
+
"data": [
|
|
2080
|
+
{
|
|
2081
|
+
"text": "A1",
|
|
2082
|
+
"value": "a1",
|
|
2083
|
+
},
|
|
2084
|
+
],
|
|
2116
2085
|
}
|
|
2117
|
-
|
|
2118
|
-
|
|
2086
|
+
}
|
|
2087
|
+
section={
|
|
2088
|
+
{
|
|
2089
|
+
"category": "B",
|
|
2090
|
+
"data": [
|
|
2119
2091
|
{
|
|
2120
|
-
"
|
|
2092
|
+
"text": "B1",
|
|
2093
|
+
"value": "b1",
|
|
2121
2094
|
},
|
|
2122
|
-
|
|
2123
|
-
|
|
2095
|
+
{
|
|
2096
|
+
"text": "B2",
|
|
2097
|
+
"value": "b2",
|
|
2098
|
+
},
|
|
2099
|
+
],
|
|
2124
2100
|
}
|
|
2125
|
-
|
|
2126
|
-
|
|
2101
|
+
}
|
|
2102
|
+
style={
|
|
2103
|
+
[
|
|
2104
|
+
{
|
|
2105
|
+
"marginTop": 12,
|
|
2106
|
+
},
|
|
2107
|
+
undefined,
|
|
2108
|
+
]
|
|
2109
|
+
}
|
|
2110
|
+
/>
|
|
2127
2111
|
</View>
|
|
2128
2112
|
<View
|
|
2129
2113
|
onFocusCapture={[Function]}
|
|
@@ -2301,163 +2285,161 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
|
|
|
2301
2285
|
onLayout={[Function]}
|
|
2302
2286
|
style={null}
|
|
2303
2287
|
>
|
|
2304
|
-
<View
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
"data": [
|
|
2311
|
-
{
|
|
2312
|
-
"text": "A1",
|
|
2313
|
-
"value": "a1",
|
|
2314
|
-
},
|
|
2315
|
-
],
|
|
2316
|
-
}
|
|
2317
|
-
}
|
|
2318
|
-
style={
|
|
2319
|
-
[
|
|
2288
|
+
<View
|
|
2289
|
+
highlighted={false}
|
|
2290
|
+
section={
|
|
2291
|
+
{
|
|
2292
|
+
"category": "A",
|
|
2293
|
+
"data": [
|
|
2320
2294
|
{
|
|
2321
|
-
"
|
|
2295
|
+
"text": "A1",
|
|
2296
|
+
"value": "a1",
|
|
2322
2297
|
},
|
|
2323
|
-
|
|
2324
|
-
]
|
|
2298
|
+
],
|
|
2325
2299
|
}
|
|
2326
|
-
|
|
2300
|
+
}
|
|
2301
|
+
style={
|
|
2302
|
+
[
|
|
2327
2303
|
{
|
|
2328
|
-
"
|
|
2329
|
-
|
|
2330
|
-
|
|
2304
|
+
"marginTop": 12,
|
|
2305
|
+
},
|
|
2306
|
+
undefined,
|
|
2307
|
+
]
|
|
2308
|
+
}
|
|
2309
|
+
trailingItem={
|
|
2310
|
+
{
|
|
2311
|
+
"text": "A1",
|
|
2312
|
+
"value": "a1",
|
|
2331
2313
|
}
|
|
2332
|
-
|
|
2333
|
-
|
|
2334
|
-
|
|
2335
|
-
|
|
2336
|
-
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2314
|
+
}
|
|
2315
|
+
trailingSection={
|
|
2316
|
+
{
|
|
2317
|
+
"category": "B",
|
|
2318
|
+
"data": [
|
|
2319
|
+
{
|
|
2320
|
+
"text": "B1",
|
|
2321
|
+
"value": "b1",
|
|
2322
|
+
},
|
|
2323
|
+
{
|
|
2324
|
+
"text": "B2",
|
|
2325
|
+
"value": "b2",
|
|
2326
|
+
},
|
|
2327
|
+
],
|
|
2346
2328
|
}
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
|
|
2329
|
+
}
|
|
2330
|
+
/>
|
|
2331
|
+
<View
|
|
2332
|
+
accessibilityState={
|
|
2333
|
+
{
|
|
2334
|
+
"disabled": false,
|
|
2353
2335
|
}
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2336
|
+
}
|
|
2337
|
+
accessibilityValue={
|
|
2338
|
+
{
|
|
2339
|
+
"max": undefined,
|
|
2340
|
+
"min": undefined,
|
|
2341
|
+
"now": undefined,
|
|
2342
|
+
"text": undefined,
|
|
2361
2343
|
}
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
2344
|
+
}
|
|
2345
|
+
accessible={true}
|
|
2346
|
+
focusable={true}
|
|
2347
|
+
onClick={[Function]}
|
|
2348
|
+
onResponderGrant={[Function]}
|
|
2349
|
+
onResponderMove={[Function]}
|
|
2350
|
+
onResponderRelease={[Function]}
|
|
2351
|
+
onResponderTerminate={[Function]}
|
|
2352
|
+
onResponderTerminationRequest={[Function]}
|
|
2353
|
+
onStartShouldSetResponder={[Function]}
|
|
2354
|
+
style={
|
|
2355
|
+
[
|
|
2356
|
+
{
|
|
2357
|
+
"alignItems": "center",
|
|
2358
|
+
"backgroundColor": undefined,
|
|
2359
|
+
"borderRadius": 4,
|
|
2360
|
+
"flexDirection": "row",
|
|
2361
|
+
"opacity": 1,
|
|
2362
|
+
"padding": 16,
|
|
2363
|
+
},
|
|
2364
|
+
undefined,
|
|
2365
|
+
]
|
|
2366
|
+
}
|
|
2367
|
+
>
|
|
2368
|
+
<View
|
|
2371
2369
|
style={
|
|
2372
2370
|
[
|
|
2373
2371
|
{
|
|
2374
|
-
"
|
|
2375
|
-
"backgroundColor": undefined,
|
|
2376
|
-
"borderRadius": 4,
|
|
2377
|
-
"flexDirection": "row",
|
|
2378
|
-
"opacity": 1,
|
|
2379
|
-
"padding": 16,
|
|
2372
|
+
"flex": 1,
|
|
2380
2373
|
},
|
|
2381
2374
|
undefined,
|
|
2382
2375
|
]
|
|
2383
2376
|
}
|
|
2384
2377
|
>
|
|
2385
|
-
<
|
|
2378
|
+
<Text
|
|
2379
|
+
allowFontScaling={false}
|
|
2386
2380
|
style={
|
|
2387
2381
|
[
|
|
2388
2382
|
{
|
|
2389
|
-
"
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
>
|
|
2395
|
-
<Text
|
|
2396
|
-
allowFontScaling={false}
|
|
2397
|
-
style={
|
|
2398
|
-
[
|
|
2399
|
-
{
|
|
2400
|
-
"color": "#001f23",
|
|
2401
|
-
"fontFamily": "BeVietnamPro-Regular",
|
|
2402
|
-
"fontSize": 16,
|
|
2403
|
-
"letterSpacing": 0.48,
|
|
2404
|
-
"lineHeight": 24,
|
|
2405
|
-
},
|
|
2406
|
-
undefined,
|
|
2407
|
-
]
|
|
2408
|
-
}
|
|
2409
|
-
themeIntent="body"
|
|
2410
|
-
themeTypeface="neutral"
|
|
2411
|
-
themeVariant="regular"
|
|
2412
|
-
>
|
|
2413
|
-
A1
|
|
2414
|
-
</Text>
|
|
2415
|
-
</View>
|
|
2416
|
-
</View>
|
|
2417
|
-
<View
|
|
2418
|
-
highlighted={false}
|
|
2419
|
-
leadingItem={
|
|
2420
|
-
{
|
|
2421
|
-
"text": "A1",
|
|
2422
|
-
"value": "a1",
|
|
2423
|
-
}
|
|
2424
|
-
}
|
|
2425
|
-
section={
|
|
2426
|
-
{
|
|
2427
|
-
"category": "A",
|
|
2428
|
-
"data": [
|
|
2429
|
-
{
|
|
2430
|
-
"text": "A1",
|
|
2431
|
-
"value": "a1",
|
|
2383
|
+
"color": "#001f23",
|
|
2384
|
+
"fontFamily": "BeVietnamPro-Regular",
|
|
2385
|
+
"fontSize": 16,
|
|
2386
|
+
"letterSpacing": 0.48,
|
|
2387
|
+
"lineHeight": 24,
|
|
2432
2388
|
},
|
|
2433
|
-
|
|
2389
|
+
undefined,
|
|
2390
|
+
]
|
|
2434
2391
|
}
|
|
2392
|
+
themeIntent="body"
|
|
2393
|
+
themeTypeface="neutral"
|
|
2394
|
+
themeVariant="regular"
|
|
2395
|
+
>
|
|
2396
|
+
A1
|
|
2397
|
+
</Text>
|
|
2398
|
+
</View>
|
|
2399
|
+
</View>
|
|
2400
|
+
<View
|
|
2401
|
+
highlighted={false}
|
|
2402
|
+
leadingItem={
|
|
2403
|
+
{
|
|
2404
|
+
"text": "A1",
|
|
2405
|
+
"value": "a1",
|
|
2435
2406
|
}
|
|
2436
|
-
|
|
2437
|
-
|
|
2407
|
+
}
|
|
2408
|
+
section={
|
|
2409
|
+
{
|
|
2410
|
+
"category": "A",
|
|
2411
|
+
"data": [
|
|
2438
2412
|
{
|
|
2439
|
-
"
|
|
2413
|
+
"text": "A1",
|
|
2414
|
+
"value": "a1",
|
|
2440
2415
|
},
|
|
2441
|
-
|
|
2442
|
-
]
|
|
2416
|
+
],
|
|
2443
2417
|
}
|
|
2444
|
-
|
|
2418
|
+
}
|
|
2419
|
+
style={
|
|
2420
|
+
[
|
|
2445
2421
|
{
|
|
2446
|
-
"
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
|
|
2451
|
-
|
|
2452
|
-
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
|
|
2422
|
+
"marginTop": 12,
|
|
2423
|
+
},
|
|
2424
|
+
undefined,
|
|
2425
|
+
]
|
|
2426
|
+
}
|
|
2427
|
+
trailingSection={
|
|
2428
|
+
{
|
|
2429
|
+
"category": "B",
|
|
2430
|
+
"data": [
|
|
2431
|
+
{
|
|
2432
|
+
"text": "B1",
|
|
2433
|
+
"value": "b1",
|
|
2434
|
+
},
|
|
2435
|
+
{
|
|
2436
|
+
"text": "B2",
|
|
2437
|
+
"value": "b2",
|
|
2438
|
+
},
|
|
2439
|
+
],
|
|
2458
2440
|
}
|
|
2459
|
-
|
|
2460
|
-
|
|
2441
|
+
}
|
|
2442
|
+
/>
|
|
2461
2443
|
</View>
|
|
2462
2444
|
<View
|
|
2463
2445
|
onFocusCapture={[Function]}
|
|
@@ -2539,289 +2521,285 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
|
|
|
2539
2521
|
onLayout={[Function]}
|
|
2540
2522
|
style={null}
|
|
2541
2523
|
>
|
|
2542
|
-
<View
|
|
2543
|
-
|
|
2544
|
-
|
|
2545
|
-
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
|
|
2550
|
-
|
|
2551
|
-
|
|
2552
|
-
|
|
2553
|
-
],
|
|
2554
|
-
}
|
|
2555
|
-
}
|
|
2556
|
-
section={
|
|
2557
|
-
{
|
|
2558
|
-
"category": "B",
|
|
2559
|
-
"data": [
|
|
2560
|
-
{
|
|
2561
|
-
"text": "B1",
|
|
2562
|
-
"value": "b1",
|
|
2563
|
-
},
|
|
2564
|
-
{
|
|
2565
|
-
"text": "B2",
|
|
2566
|
-
"value": "b2",
|
|
2567
|
-
},
|
|
2568
|
-
],
|
|
2569
|
-
}
|
|
2524
|
+
<View
|
|
2525
|
+
highlighted={false}
|
|
2526
|
+
leadingSection={
|
|
2527
|
+
{
|
|
2528
|
+
"category": "A",
|
|
2529
|
+
"data": [
|
|
2530
|
+
{
|
|
2531
|
+
"text": "A1",
|
|
2532
|
+
"value": "a1",
|
|
2533
|
+
},
|
|
2534
|
+
],
|
|
2570
2535
|
}
|
|
2571
|
-
|
|
2572
|
-
|
|
2536
|
+
}
|
|
2537
|
+
section={
|
|
2538
|
+
{
|
|
2539
|
+
"category": "B",
|
|
2540
|
+
"data": [
|
|
2573
2541
|
{
|
|
2574
|
-
"
|
|
2542
|
+
"text": "B1",
|
|
2543
|
+
"value": "b1",
|
|
2575
2544
|
},
|
|
2576
|
-
|
|
2577
|
-
|
|
2545
|
+
{
|
|
2546
|
+
"text": "B2",
|
|
2547
|
+
"value": "b2",
|
|
2548
|
+
},
|
|
2549
|
+
],
|
|
2578
2550
|
}
|
|
2579
|
-
|
|
2551
|
+
}
|
|
2552
|
+
style={
|
|
2553
|
+
[
|
|
2580
2554
|
{
|
|
2581
|
-
"
|
|
2582
|
-
|
|
2583
|
-
|
|
2555
|
+
"marginTop": 12,
|
|
2556
|
+
},
|
|
2557
|
+
undefined,
|
|
2558
|
+
]
|
|
2559
|
+
}
|
|
2560
|
+
trailingItem={
|
|
2561
|
+
{
|
|
2562
|
+
"text": "B1",
|
|
2563
|
+
"value": "b1",
|
|
2584
2564
|
}
|
|
2585
|
-
|
|
2586
|
-
|
|
2587
|
-
|
|
2588
|
-
|
|
2589
|
-
|
|
2590
|
-
|
|
2565
|
+
}
|
|
2566
|
+
/>
|
|
2567
|
+
<View
|
|
2568
|
+
accessibilityState={
|
|
2569
|
+
{
|
|
2570
|
+
"disabled": false,
|
|
2591
2571
|
}
|
|
2592
|
-
|
|
2593
|
-
|
|
2594
|
-
|
|
2595
|
-
|
|
2596
|
-
|
|
2597
|
-
|
|
2598
|
-
|
|
2572
|
+
}
|
|
2573
|
+
accessibilityValue={
|
|
2574
|
+
{
|
|
2575
|
+
"max": undefined,
|
|
2576
|
+
"min": undefined,
|
|
2577
|
+
"now": undefined,
|
|
2578
|
+
"text": undefined,
|
|
2599
2579
|
}
|
|
2600
|
-
|
|
2601
|
-
|
|
2602
|
-
|
|
2603
|
-
|
|
2604
|
-
|
|
2605
|
-
|
|
2606
|
-
|
|
2607
|
-
|
|
2608
|
-
|
|
2580
|
+
}
|
|
2581
|
+
accessible={true}
|
|
2582
|
+
focusable={true}
|
|
2583
|
+
onClick={[Function]}
|
|
2584
|
+
onResponderGrant={[Function]}
|
|
2585
|
+
onResponderMove={[Function]}
|
|
2586
|
+
onResponderRelease={[Function]}
|
|
2587
|
+
onResponderTerminate={[Function]}
|
|
2588
|
+
onResponderTerminationRequest={[Function]}
|
|
2589
|
+
onStartShouldSetResponder={[Function]}
|
|
2590
|
+
style={
|
|
2591
|
+
[
|
|
2592
|
+
{
|
|
2593
|
+
"alignItems": "center",
|
|
2594
|
+
"backgroundColor": "#ffffff",
|
|
2595
|
+
"borderRadius": 4,
|
|
2596
|
+
"flexDirection": "row",
|
|
2597
|
+
"opacity": 1,
|
|
2598
|
+
"padding": 16,
|
|
2599
|
+
},
|
|
2600
|
+
undefined,
|
|
2601
|
+
]
|
|
2602
|
+
}
|
|
2603
|
+
>
|
|
2604
|
+
<View
|
|
2609
2605
|
style={
|
|
2610
2606
|
[
|
|
2611
2607
|
{
|
|
2612
|
-
"
|
|
2613
|
-
"backgroundColor": "#ffffff",
|
|
2614
|
-
"borderRadius": 4,
|
|
2615
|
-
"flexDirection": "row",
|
|
2616
|
-
"opacity": 1,
|
|
2617
|
-
"padding": 16,
|
|
2608
|
+
"flex": 1,
|
|
2618
2609
|
},
|
|
2619
2610
|
undefined,
|
|
2620
2611
|
]
|
|
2621
2612
|
}
|
|
2622
2613
|
>
|
|
2623
|
-
<
|
|
2614
|
+
<Text
|
|
2615
|
+
allowFontScaling={false}
|
|
2624
2616
|
style={
|
|
2625
2617
|
[
|
|
2626
2618
|
{
|
|
2627
|
-
"
|
|
2619
|
+
"color": "#001f23",
|
|
2620
|
+
"fontFamily": "BeVietnamPro-Regular",
|
|
2621
|
+
"fontSize": 16,
|
|
2622
|
+
"letterSpacing": 0.48,
|
|
2623
|
+
"lineHeight": 24,
|
|
2628
2624
|
},
|
|
2629
2625
|
undefined,
|
|
2630
2626
|
]
|
|
2631
2627
|
}
|
|
2628
|
+
themeIntent="body"
|
|
2629
|
+
themeTypeface="neutral"
|
|
2630
|
+
themeVariant="regular"
|
|
2632
2631
|
>
|
|
2633
|
-
|
|
2634
|
-
|
|
2635
|
-
style={
|
|
2636
|
-
[
|
|
2637
|
-
{
|
|
2638
|
-
"color": "#001f23",
|
|
2639
|
-
"fontFamily": "BeVietnamPro-Regular",
|
|
2640
|
-
"fontSize": 16,
|
|
2641
|
-
"letterSpacing": 0.48,
|
|
2642
|
-
"lineHeight": 24,
|
|
2643
|
-
},
|
|
2644
|
-
undefined,
|
|
2645
|
-
]
|
|
2646
|
-
}
|
|
2647
|
-
themeIntent="body"
|
|
2648
|
-
themeTypeface="neutral"
|
|
2649
|
-
themeVariant="regular"
|
|
2650
|
-
>
|
|
2651
|
-
B1
|
|
2652
|
-
</Text>
|
|
2653
|
-
</View>
|
|
2632
|
+
B1
|
|
2633
|
+
</Text>
|
|
2654
2634
|
</View>
|
|
2655
|
-
|
|
2656
|
-
|
|
2657
|
-
|
|
2658
|
-
|
|
2659
|
-
|
|
2660
|
-
|
|
2661
|
-
|
|
2662
|
-
}
|
|
2663
|
-
leadingSection={
|
|
2664
|
-
{
|
|
2665
|
-
"category": "A",
|
|
2666
|
-
"data": [
|
|
2667
|
-
{
|
|
2668
|
-
"text": "A1",
|
|
2669
|
-
"value": "a1",
|
|
2670
|
-
},
|
|
2671
|
-
],
|
|
2672
|
-
}
|
|
2635
|
+
</View>
|
|
2636
|
+
<View
|
|
2637
|
+
highlighted={false}
|
|
2638
|
+
leadingItem={
|
|
2639
|
+
{
|
|
2640
|
+
"text": "B1",
|
|
2641
|
+
"value": "b1",
|
|
2673
2642
|
}
|
|
2674
|
-
|
|
2675
|
-
|
|
2676
|
-
|
|
2677
|
-
|
|
2678
|
-
|
|
2679
|
-
|
|
2680
|
-
|
|
2681
|
-
|
|
2682
|
-
|
|
2683
|
-
|
|
2684
|
-
"value": "b2",
|
|
2685
|
-
},
|
|
2686
|
-
],
|
|
2687
|
-
}
|
|
2643
|
+
}
|
|
2644
|
+
leadingSection={
|
|
2645
|
+
{
|
|
2646
|
+
"category": "A",
|
|
2647
|
+
"data": [
|
|
2648
|
+
{
|
|
2649
|
+
"text": "A1",
|
|
2650
|
+
"value": "a1",
|
|
2651
|
+
},
|
|
2652
|
+
],
|
|
2688
2653
|
}
|
|
2689
|
-
|
|
2690
|
-
|
|
2654
|
+
}
|
|
2655
|
+
section={
|
|
2656
|
+
{
|
|
2657
|
+
"category": "B",
|
|
2658
|
+
"data": [
|
|
2691
2659
|
{
|
|
2692
|
-
"
|
|
2660
|
+
"text": "B1",
|
|
2661
|
+
"value": "b1",
|
|
2693
2662
|
},
|
|
2694
|
-
|
|
2695
|
-
|
|
2663
|
+
{
|
|
2664
|
+
"text": "B2",
|
|
2665
|
+
"value": "b2",
|
|
2666
|
+
},
|
|
2667
|
+
],
|
|
2696
2668
|
}
|
|
2697
|
-
|
|
2669
|
+
}
|
|
2670
|
+
style={
|
|
2671
|
+
[
|
|
2698
2672
|
{
|
|
2699
|
-
"
|
|
2700
|
-
|
|
2701
|
-
|
|
2673
|
+
"marginTop": 4,
|
|
2674
|
+
},
|
|
2675
|
+
undefined,
|
|
2676
|
+
]
|
|
2677
|
+
}
|
|
2678
|
+
trailingItem={
|
|
2679
|
+
{
|
|
2680
|
+
"text": "B2",
|
|
2681
|
+
"value": "b2",
|
|
2702
2682
|
}
|
|
2703
|
-
|
|
2704
|
-
|
|
2683
|
+
}
|
|
2684
|
+
/>
|
|
2705
2685
|
</View>
|
|
2706
2686
|
<View
|
|
2707
2687
|
onFocusCapture={[Function]}
|
|
2708
2688
|
onLayout={[Function]}
|
|
2709
2689
|
style={null}
|
|
2710
2690
|
>
|
|
2711
|
-
<View
|
|
2712
|
-
|
|
2713
|
-
|
|
2714
|
-
|
|
2715
|
-
"disabled": false,
|
|
2716
|
-
}
|
|
2691
|
+
<View
|
|
2692
|
+
accessibilityState={
|
|
2693
|
+
{
|
|
2694
|
+
"disabled": false,
|
|
2717
2695
|
}
|
|
2718
|
-
|
|
2719
|
-
|
|
2720
|
-
|
|
2721
|
-
|
|
2722
|
-
|
|
2723
|
-
|
|
2724
|
-
|
|
2696
|
+
}
|
|
2697
|
+
accessibilityValue={
|
|
2698
|
+
{
|
|
2699
|
+
"max": undefined,
|
|
2700
|
+
"min": undefined,
|
|
2701
|
+
"now": undefined,
|
|
2702
|
+
"text": undefined,
|
|
2725
2703
|
}
|
|
2726
|
-
|
|
2727
|
-
|
|
2728
|
-
|
|
2729
|
-
|
|
2730
|
-
|
|
2731
|
-
|
|
2732
|
-
|
|
2733
|
-
|
|
2734
|
-
|
|
2704
|
+
}
|
|
2705
|
+
accessible={true}
|
|
2706
|
+
focusable={true}
|
|
2707
|
+
onClick={[Function]}
|
|
2708
|
+
onResponderGrant={[Function]}
|
|
2709
|
+
onResponderMove={[Function]}
|
|
2710
|
+
onResponderRelease={[Function]}
|
|
2711
|
+
onResponderTerminate={[Function]}
|
|
2712
|
+
onResponderTerminationRequest={[Function]}
|
|
2713
|
+
onStartShouldSetResponder={[Function]}
|
|
2714
|
+
style={
|
|
2715
|
+
[
|
|
2716
|
+
{
|
|
2717
|
+
"alignItems": "center",
|
|
2718
|
+
"backgroundColor": "#ffffff",
|
|
2719
|
+
"borderRadius": 4,
|
|
2720
|
+
"flexDirection": "row",
|
|
2721
|
+
"opacity": 1,
|
|
2722
|
+
"padding": 16,
|
|
2723
|
+
},
|
|
2724
|
+
undefined,
|
|
2725
|
+
]
|
|
2726
|
+
}
|
|
2727
|
+
>
|
|
2728
|
+
<View
|
|
2735
2729
|
style={
|
|
2736
2730
|
[
|
|
2737
2731
|
{
|
|
2738
|
-
"
|
|
2739
|
-
"backgroundColor": "#ffffff",
|
|
2740
|
-
"borderRadius": 4,
|
|
2741
|
-
"flexDirection": "row",
|
|
2742
|
-
"opacity": 1,
|
|
2743
|
-
"padding": 16,
|
|
2732
|
+
"flex": 1,
|
|
2744
2733
|
},
|
|
2745
2734
|
undefined,
|
|
2746
2735
|
]
|
|
2747
2736
|
}
|
|
2748
2737
|
>
|
|
2749
|
-
<
|
|
2738
|
+
<Text
|
|
2739
|
+
allowFontScaling={false}
|
|
2750
2740
|
style={
|
|
2751
2741
|
[
|
|
2752
2742
|
{
|
|
2753
|
-
"
|
|
2743
|
+
"color": "#001f23",
|
|
2744
|
+
"fontFamily": "BeVietnamPro-Regular",
|
|
2745
|
+
"fontSize": 16,
|
|
2746
|
+
"letterSpacing": 0.48,
|
|
2747
|
+
"lineHeight": 24,
|
|
2754
2748
|
},
|
|
2755
2749
|
undefined,
|
|
2756
2750
|
]
|
|
2757
2751
|
}
|
|
2752
|
+
themeIntent="body"
|
|
2753
|
+
themeTypeface="neutral"
|
|
2754
|
+
themeVariant="regular"
|
|
2758
2755
|
>
|
|
2759
|
-
|
|
2760
|
-
|
|
2761
|
-
style={
|
|
2762
|
-
[
|
|
2763
|
-
{
|
|
2764
|
-
"color": "#001f23",
|
|
2765
|
-
"fontFamily": "BeVietnamPro-Regular",
|
|
2766
|
-
"fontSize": 16,
|
|
2767
|
-
"letterSpacing": 0.48,
|
|
2768
|
-
"lineHeight": 24,
|
|
2769
|
-
},
|
|
2770
|
-
undefined,
|
|
2771
|
-
]
|
|
2772
|
-
}
|
|
2773
|
-
themeIntent="body"
|
|
2774
|
-
themeTypeface="neutral"
|
|
2775
|
-
themeVariant="regular"
|
|
2776
|
-
>
|
|
2777
|
-
B2
|
|
2778
|
-
</Text>
|
|
2779
|
-
</View>
|
|
2756
|
+
B2
|
|
2757
|
+
</Text>
|
|
2780
2758
|
</View>
|
|
2781
|
-
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
|
-
|
|
2785
|
-
|
|
2786
|
-
|
|
2787
|
-
|
|
2788
|
-
}
|
|
2789
|
-
leadingSection={
|
|
2790
|
-
{
|
|
2791
|
-
"category": "A",
|
|
2792
|
-
"data": [
|
|
2793
|
-
{
|
|
2794
|
-
"text": "A1",
|
|
2795
|
-
"value": "a1",
|
|
2796
|
-
},
|
|
2797
|
-
],
|
|
2798
|
-
}
|
|
2759
|
+
</View>
|
|
2760
|
+
<View
|
|
2761
|
+
highlighted={false}
|
|
2762
|
+
leadingItem={
|
|
2763
|
+
{
|
|
2764
|
+
"text": "B2",
|
|
2765
|
+
"value": "b2",
|
|
2799
2766
|
}
|
|
2800
|
-
|
|
2801
|
-
|
|
2802
|
-
|
|
2803
|
-
|
|
2804
|
-
|
|
2805
|
-
|
|
2806
|
-
|
|
2807
|
-
|
|
2808
|
-
|
|
2809
|
-
|
|
2810
|
-
"value": "b2",
|
|
2811
|
-
},
|
|
2812
|
-
],
|
|
2813
|
-
}
|
|
2767
|
+
}
|
|
2768
|
+
leadingSection={
|
|
2769
|
+
{
|
|
2770
|
+
"category": "A",
|
|
2771
|
+
"data": [
|
|
2772
|
+
{
|
|
2773
|
+
"text": "A1",
|
|
2774
|
+
"value": "a1",
|
|
2775
|
+
},
|
|
2776
|
+
],
|
|
2814
2777
|
}
|
|
2815
|
-
|
|
2816
|
-
|
|
2778
|
+
}
|
|
2779
|
+
section={
|
|
2780
|
+
{
|
|
2781
|
+
"category": "B",
|
|
2782
|
+
"data": [
|
|
2817
2783
|
{
|
|
2818
|
-
"
|
|
2784
|
+
"text": "B1",
|
|
2785
|
+
"value": "b1",
|
|
2819
2786
|
},
|
|
2820
|
-
|
|
2821
|
-
|
|
2787
|
+
{
|
|
2788
|
+
"text": "B2",
|
|
2789
|
+
"value": "b2",
|
|
2790
|
+
},
|
|
2791
|
+
],
|
|
2822
2792
|
}
|
|
2823
|
-
|
|
2824
|
-
|
|
2793
|
+
}
|
|
2794
|
+
style={
|
|
2795
|
+
[
|
|
2796
|
+
{
|
|
2797
|
+
"marginTop": 12,
|
|
2798
|
+
},
|
|
2799
|
+
undefined,
|
|
2800
|
+
]
|
|
2801
|
+
}
|
|
2802
|
+
/>
|
|
2825
2803
|
</View>
|
|
2826
2804
|
<View
|
|
2827
2805
|
onFocusCapture={[Function]}
|
|
@@ -2999,163 +2977,161 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
|
|
|
2999
2977
|
onLayout={[Function]}
|
|
3000
2978
|
style={null}
|
|
3001
2979
|
>
|
|
3002
|
-
<View
|
|
3003
|
-
|
|
3004
|
-
|
|
3005
|
-
|
|
3006
|
-
|
|
3007
|
-
|
|
3008
|
-
"data": [
|
|
3009
|
-
{
|
|
3010
|
-
"text": "A1",
|
|
3011
|
-
"value": "a1",
|
|
3012
|
-
},
|
|
3013
|
-
],
|
|
3014
|
-
}
|
|
3015
|
-
}
|
|
3016
|
-
style={
|
|
3017
|
-
[
|
|
2980
|
+
<View
|
|
2981
|
+
highlighted={false}
|
|
2982
|
+
section={
|
|
2983
|
+
{
|
|
2984
|
+
"category": "A",
|
|
2985
|
+
"data": [
|
|
3018
2986
|
{
|
|
3019
|
-
"
|
|
2987
|
+
"text": "A1",
|
|
2988
|
+
"value": "a1",
|
|
3020
2989
|
},
|
|
3021
|
-
|
|
3022
|
-
]
|
|
2990
|
+
],
|
|
3023
2991
|
}
|
|
3024
|
-
|
|
2992
|
+
}
|
|
2993
|
+
style={
|
|
2994
|
+
[
|
|
3025
2995
|
{
|
|
3026
|
-
"
|
|
3027
|
-
|
|
3028
|
-
|
|
2996
|
+
"marginTop": 12,
|
|
2997
|
+
},
|
|
2998
|
+
undefined,
|
|
2999
|
+
]
|
|
3000
|
+
}
|
|
3001
|
+
trailingItem={
|
|
3002
|
+
{
|
|
3003
|
+
"text": "A1",
|
|
3004
|
+
"value": "a1",
|
|
3029
3005
|
}
|
|
3030
|
-
|
|
3031
|
-
|
|
3032
|
-
|
|
3033
|
-
|
|
3034
|
-
|
|
3035
|
-
|
|
3036
|
-
|
|
3037
|
-
|
|
3038
|
-
|
|
3039
|
-
|
|
3040
|
-
|
|
3041
|
-
|
|
3042
|
-
|
|
3043
|
-
|
|
3006
|
+
}
|
|
3007
|
+
trailingSection={
|
|
3008
|
+
{
|
|
3009
|
+
"category": "B",
|
|
3010
|
+
"data": [
|
|
3011
|
+
{
|
|
3012
|
+
"text": "B1",
|
|
3013
|
+
"value": "b1",
|
|
3014
|
+
},
|
|
3015
|
+
{
|
|
3016
|
+
"text": "B2",
|
|
3017
|
+
"value": "b2",
|
|
3018
|
+
},
|
|
3019
|
+
],
|
|
3020
|
+
}
|
|
3021
|
+
}
|
|
3022
|
+
/>
|
|
3023
|
+
<View
|
|
3024
|
+
accessibilityState={
|
|
3025
|
+
{
|
|
3026
|
+
"disabled": false,
|
|
3044
3027
|
}
|
|
3045
|
-
|
|
3046
|
-
|
|
3047
|
-
|
|
3048
|
-
|
|
3049
|
-
|
|
3050
|
-
|
|
3028
|
+
}
|
|
3029
|
+
accessibilityValue={
|
|
3030
|
+
{
|
|
3031
|
+
"max": undefined,
|
|
3032
|
+
"min": undefined,
|
|
3033
|
+
"now": undefined,
|
|
3034
|
+
"text": undefined,
|
|
3051
3035
|
}
|
|
3052
|
-
|
|
3036
|
+
}
|
|
3037
|
+
accessible={true}
|
|
3038
|
+
focusable={true}
|
|
3039
|
+
onClick={[Function]}
|
|
3040
|
+
onResponderGrant={[Function]}
|
|
3041
|
+
onResponderMove={[Function]}
|
|
3042
|
+
onResponderRelease={[Function]}
|
|
3043
|
+
onResponderTerminate={[Function]}
|
|
3044
|
+
onResponderTerminationRequest={[Function]}
|
|
3045
|
+
onStartShouldSetResponder={[Function]}
|
|
3046
|
+
style={
|
|
3047
|
+
[
|
|
3053
3048
|
{
|
|
3054
|
-
"
|
|
3055
|
-
"
|
|
3056
|
-
"
|
|
3057
|
-
"
|
|
3058
|
-
|
|
3059
|
-
|
|
3060
|
-
|
|
3061
|
-
|
|
3062
|
-
|
|
3063
|
-
|
|
3064
|
-
|
|
3065
|
-
|
|
3066
|
-
onResponderTerminate={[Function]}
|
|
3067
|
-
onResponderTerminationRequest={[Function]}
|
|
3068
|
-
onStartShouldSetResponder={[Function]}
|
|
3049
|
+
"alignItems": "center",
|
|
3050
|
+
"backgroundColor": undefined,
|
|
3051
|
+
"borderRadius": 4,
|
|
3052
|
+
"flexDirection": "row",
|
|
3053
|
+
"opacity": 1,
|
|
3054
|
+
"padding": 16,
|
|
3055
|
+
},
|
|
3056
|
+
undefined,
|
|
3057
|
+
]
|
|
3058
|
+
}
|
|
3059
|
+
>
|
|
3060
|
+
<View
|
|
3069
3061
|
style={
|
|
3070
3062
|
[
|
|
3071
3063
|
{
|
|
3072
|
-
"
|
|
3073
|
-
"backgroundColor": undefined,
|
|
3074
|
-
"borderRadius": 4,
|
|
3075
|
-
"flexDirection": "row",
|
|
3076
|
-
"opacity": 1,
|
|
3077
|
-
"padding": 16,
|
|
3064
|
+
"flex": 1,
|
|
3078
3065
|
},
|
|
3079
3066
|
undefined,
|
|
3080
3067
|
]
|
|
3081
3068
|
}
|
|
3082
3069
|
>
|
|
3083
|
-
<
|
|
3070
|
+
<Text
|
|
3071
|
+
allowFontScaling={false}
|
|
3084
3072
|
style={
|
|
3085
3073
|
[
|
|
3086
3074
|
{
|
|
3087
|
-
"
|
|
3075
|
+
"color": "#001f23",
|
|
3076
|
+
"fontFamily": "BeVietnamPro-Regular",
|
|
3077
|
+
"fontSize": 16,
|
|
3078
|
+
"letterSpacing": 0.48,
|
|
3079
|
+
"lineHeight": 24,
|
|
3088
3080
|
},
|
|
3089
3081
|
undefined,
|
|
3090
3082
|
]
|
|
3091
3083
|
}
|
|
3084
|
+
themeIntent="body"
|
|
3085
|
+
themeTypeface="neutral"
|
|
3086
|
+
themeVariant="regular"
|
|
3092
3087
|
>
|
|
3093
|
-
|
|
3094
|
-
|
|
3095
|
-
style={
|
|
3096
|
-
[
|
|
3097
|
-
{
|
|
3098
|
-
"color": "#001f23",
|
|
3099
|
-
"fontFamily": "BeVietnamPro-Regular",
|
|
3100
|
-
"fontSize": 16,
|
|
3101
|
-
"letterSpacing": 0.48,
|
|
3102
|
-
"lineHeight": 24,
|
|
3103
|
-
},
|
|
3104
|
-
undefined,
|
|
3105
|
-
]
|
|
3106
|
-
}
|
|
3107
|
-
themeIntent="body"
|
|
3108
|
-
themeTypeface="neutral"
|
|
3109
|
-
themeVariant="regular"
|
|
3110
|
-
>
|
|
3111
|
-
A1
|
|
3112
|
-
</Text>
|
|
3113
|
-
</View>
|
|
3088
|
+
A1
|
|
3089
|
+
</Text>
|
|
3114
3090
|
</View>
|
|
3115
|
-
|
|
3116
|
-
|
|
3117
|
-
|
|
3118
|
-
|
|
3119
|
-
|
|
3120
|
-
|
|
3121
|
-
|
|
3122
|
-
}
|
|
3123
|
-
section={
|
|
3124
|
-
{
|
|
3125
|
-
"category": "A",
|
|
3126
|
-
"data": [
|
|
3127
|
-
{
|
|
3128
|
-
"text": "A1",
|
|
3129
|
-
"value": "a1",
|
|
3130
|
-
},
|
|
3131
|
-
],
|
|
3132
|
-
}
|
|
3091
|
+
</View>
|
|
3092
|
+
<View
|
|
3093
|
+
highlighted={false}
|
|
3094
|
+
leadingItem={
|
|
3095
|
+
{
|
|
3096
|
+
"text": "A1",
|
|
3097
|
+
"value": "a1",
|
|
3133
3098
|
}
|
|
3134
|
-
|
|
3135
|
-
|
|
3099
|
+
}
|
|
3100
|
+
section={
|
|
3101
|
+
{
|
|
3102
|
+
"category": "A",
|
|
3103
|
+
"data": [
|
|
3136
3104
|
{
|
|
3137
|
-
"
|
|
3105
|
+
"text": "A1",
|
|
3106
|
+
"value": "a1",
|
|
3138
3107
|
},
|
|
3139
|
-
|
|
3140
|
-
]
|
|
3108
|
+
],
|
|
3141
3109
|
}
|
|
3142
|
-
|
|
3110
|
+
}
|
|
3111
|
+
style={
|
|
3112
|
+
[
|
|
3143
3113
|
{
|
|
3144
|
-
"
|
|
3145
|
-
|
|
3146
|
-
|
|
3147
|
-
|
|
3148
|
-
|
|
3149
|
-
|
|
3150
|
-
|
|
3151
|
-
|
|
3152
|
-
|
|
3153
|
-
|
|
3154
|
-
|
|
3155
|
-
|
|
3114
|
+
"marginTop": 12,
|
|
3115
|
+
},
|
|
3116
|
+
undefined,
|
|
3117
|
+
]
|
|
3118
|
+
}
|
|
3119
|
+
trailingSection={
|
|
3120
|
+
{
|
|
3121
|
+
"category": "B",
|
|
3122
|
+
"data": [
|
|
3123
|
+
{
|
|
3124
|
+
"text": "B1",
|
|
3125
|
+
"value": "b1",
|
|
3126
|
+
},
|
|
3127
|
+
{
|
|
3128
|
+
"text": "B2",
|
|
3129
|
+
"value": "b2",
|
|
3130
|
+
},
|
|
3131
|
+
],
|
|
3156
3132
|
}
|
|
3157
|
-
|
|
3158
|
-
|
|
3133
|
+
}
|
|
3134
|
+
/>
|
|
3159
3135
|
</View>
|
|
3160
3136
|
<View
|
|
3161
3137
|
onFocusCapture={[Function]}
|
|
@@ -3237,289 +3213,285 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
|
|
|
3237
3213
|
onLayout={[Function]}
|
|
3238
3214
|
style={null}
|
|
3239
3215
|
>
|
|
3240
|
-
<View
|
|
3241
|
-
|
|
3242
|
-
|
|
3243
|
-
|
|
3244
|
-
|
|
3245
|
-
|
|
3246
|
-
|
|
3247
|
-
|
|
3248
|
-
|
|
3249
|
-
|
|
3250
|
-
|
|
3251
|
-
],
|
|
3252
|
-
}
|
|
3253
|
-
}
|
|
3254
|
-
section={
|
|
3255
|
-
{
|
|
3256
|
-
"category": "B",
|
|
3257
|
-
"data": [
|
|
3258
|
-
{
|
|
3259
|
-
"text": "B1",
|
|
3260
|
-
"value": "b1",
|
|
3261
|
-
},
|
|
3262
|
-
{
|
|
3263
|
-
"text": "B2",
|
|
3264
|
-
"value": "b2",
|
|
3265
|
-
},
|
|
3266
|
-
],
|
|
3267
|
-
}
|
|
3216
|
+
<View
|
|
3217
|
+
highlighted={false}
|
|
3218
|
+
leadingSection={
|
|
3219
|
+
{
|
|
3220
|
+
"category": "A",
|
|
3221
|
+
"data": [
|
|
3222
|
+
{
|
|
3223
|
+
"text": "A1",
|
|
3224
|
+
"value": "a1",
|
|
3225
|
+
},
|
|
3226
|
+
],
|
|
3268
3227
|
}
|
|
3269
|
-
|
|
3270
|
-
|
|
3228
|
+
}
|
|
3229
|
+
section={
|
|
3230
|
+
{
|
|
3231
|
+
"category": "B",
|
|
3232
|
+
"data": [
|
|
3271
3233
|
{
|
|
3272
|
-
"
|
|
3234
|
+
"text": "B1",
|
|
3235
|
+
"value": "b1",
|
|
3273
3236
|
},
|
|
3274
|
-
|
|
3275
|
-
|
|
3237
|
+
{
|
|
3238
|
+
"text": "B2",
|
|
3239
|
+
"value": "b2",
|
|
3240
|
+
},
|
|
3241
|
+
],
|
|
3276
3242
|
}
|
|
3277
|
-
|
|
3243
|
+
}
|
|
3244
|
+
style={
|
|
3245
|
+
[
|
|
3278
3246
|
{
|
|
3279
|
-
"
|
|
3280
|
-
|
|
3281
|
-
|
|
3247
|
+
"marginTop": 12,
|
|
3248
|
+
},
|
|
3249
|
+
undefined,
|
|
3250
|
+
]
|
|
3251
|
+
}
|
|
3252
|
+
trailingItem={
|
|
3253
|
+
{
|
|
3254
|
+
"text": "B1",
|
|
3255
|
+
"value": "b1",
|
|
3282
3256
|
}
|
|
3283
|
-
|
|
3284
|
-
|
|
3285
|
-
|
|
3286
|
-
|
|
3287
|
-
|
|
3288
|
-
|
|
3257
|
+
}
|
|
3258
|
+
/>
|
|
3259
|
+
<View
|
|
3260
|
+
accessibilityState={
|
|
3261
|
+
{
|
|
3262
|
+
"disabled": false,
|
|
3289
3263
|
}
|
|
3290
|
-
|
|
3291
|
-
|
|
3292
|
-
|
|
3293
|
-
|
|
3294
|
-
|
|
3295
|
-
|
|
3296
|
-
|
|
3264
|
+
}
|
|
3265
|
+
accessibilityValue={
|
|
3266
|
+
{
|
|
3267
|
+
"max": undefined,
|
|
3268
|
+
"min": undefined,
|
|
3269
|
+
"now": undefined,
|
|
3270
|
+
"text": undefined,
|
|
3297
3271
|
}
|
|
3298
|
-
|
|
3299
|
-
|
|
3300
|
-
|
|
3301
|
-
|
|
3302
|
-
|
|
3303
|
-
|
|
3304
|
-
|
|
3305
|
-
|
|
3306
|
-
|
|
3272
|
+
}
|
|
3273
|
+
accessible={true}
|
|
3274
|
+
focusable={true}
|
|
3275
|
+
onClick={[Function]}
|
|
3276
|
+
onResponderGrant={[Function]}
|
|
3277
|
+
onResponderMove={[Function]}
|
|
3278
|
+
onResponderRelease={[Function]}
|
|
3279
|
+
onResponderTerminate={[Function]}
|
|
3280
|
+
onResponderTerminationRequest={[Function]}
|
|
3281
|
+
onStartShouldSetResponder={[Function]}
|
|
3282
|
+
style={
|
|
3283
|
+
[
|
|
3284
|
+
{
|
|
3285
|
+
"alignItems": "center",
|
|
3286
|
+
"backgroundColor": "#ffffff",
|
|
3287
|
+
"borderRadius": 4,
|
|
3288
|
+
"flexDirection": "row",
|
|
3289
|
+
"opacity": 1,
|
|
3290
|
+
"padding": 16,
|
|
3291
|
+
},
|
|
3292
|
+
undefined,
|
|
3293
|
+
]
|
|
3294
|
+
}
|
|
3295
|
+
>
|
|
3296
|
+
<View
|
|
3307
3297
|
style={
|
|
3308
3298
|
[
|
|
3309
3299
|
{
|
|
3310
|
-
"
|
|
3311
|
-
"backgroundColor": "#ffffff",
|
|
3312
|
-
"borderRadius": 4,
|
|
3313
|
-
"flexDirection": "row",
|
|
3314
|
-
"opacity": 1,
|
|
3315
|
-
"padding": 16,
|
|
3300
|
+
"flex": 1,
|
|
3316
3301
|
},
|
|
3317
3302
|
undefined,
|
|
3318
3303
|
]
|
|
3319
3304
|
}
|
|
3320
3305
|
>
|
|
3321
|
-
<
|
|
3306
|
+
<Text
|
|
3307
|
+
allowFontScaling={false}
|
|
3322
3308
|
style={
|
|
3323
3309
|
[
|
|
3324
3310
|
{
|
|
3325
|
-
"
|
|
3311
|
+
"color": "#001f23",
|
|
3312
|
+
"fontFamily": "BeVietnamPro-Regular",
|
|
3313
|
+
"fontSize": 16,
|
|
3314
|
+
"letterSpacing": 0.48,
|
|
3315
|
+
"lineHeight": 24,
|
|
3326
3316
|
},
|
|
3327
3317
|
undefined,
|
|
3328
3318
|
]
|
|
3329
3319
|
}
|
|
3320
|
+
themeIntent="body"
|
|
3321
|
+
themeTypeface="neutral"
|
|
3322
|
+
themeVariant="regular"
|
|
3330
3323
|
>
|
|
3331
|
-
|
|
3332
|
-
|
|
3333
|
-
style={
|
|
3334
|
-
[
|
|
3335
|
-
{
|
|
3336
|
-
"color": "#001f23",
|
|
3337
|
-
"fontFamily": "BeVietnamPro-Regular",
|
|
3338
|
-
"fontSize": 16,
|
|
3339
|
-
"letterSpacing": 0.48,
|
|
3340
|
-
"lineHeight": 24,
|
|
3341
|
-
},
|
|
3342
|
-
undefined,
|
|
3343
|
-
]
|
|
3344
|
-
}
|
|
3345
|
-
themeIntent="body"
|
|
3346
|
-
themeTypeface="neutral"
|
|
3347
|
-
themeVariant="regular"
|
|
3348
|
-
>
|
|
3349
|
-
B1
|
|
3350
|
-
</Text>
|
|
3351
|
-
</View>
|
|
3324
|
+
B1
|
|
3325
|
+
</Text>
|
|
3352
3326
|
</View>
|
|
3353
|
-
|
|
3354
|
-
|
|
3355
|
-
|
|
3356
|
-
|
|
3357
|
-
|
|
3358
|
-
|
|
3359
|
-
|
|
3360
|
-
}
|
|
3361
|
-
leadingSection={
|
|
3362
|
-
{
|
|
3363
|
-
"category": "A",
|
|
3364
|
-
"data": [
|
|
3365
|
-
{
|
|
3366
|
-
"text": "A1",
|
|
3367
|
-
"value": "a1",
|
|
3368
|
-
},
|
|
3369
|
-
],
|
|
3370
|
-
}
|
|
3327
|
+
</View>
|
|
3328
|
+
<View
|
|
3329
|
+
highlighted={false}
|
|
3330
|
+
leadingItem={
|
|
3331
|
+
{
|
|
3332
|
+
"text": "B1",
|
|
3333
|
+
"value": "b1",
|
|
3371
3334
|
}
|
|
3372
|
-
|
|
3373
|
-
|
|
3374
|
-
|
|
3375
|
-
|
|
3376
|
-
|
|
3377
|
-
|
|
3378
|
-
|
|
3379
|
-
|
|
3380
|
-
|
|
3381
|
-
|
|
3382
|
-
"value": "b2",
|
|
3383
|
-
},
|
|
3384
|
-
],
|
|
3385
|
-
}
|
|
3335
|
+
}
|
|
3336
|
+
leadingSection={
|
|
3337
|
+
{
|
|
3338
|
+
"category": "A",
|
|
3339
|
+
"data": [
|
|
3340
|
+
{
|
|
3341
|
+
"text": "A1",
|
|
3342
|
+
"value": "a1",
|
|
3343
|
+
},
|
|
3344
|
+
],
|
|
3386
3345
|
}
|
|
3387
|
-
|
|
3388
|
-
|
|
3346
|
+
}
|
|
3347
|
+
section={
|
|
3348
|
+
{
|
|
3349
|
+
"category": "B",
|
|
3350
|
+
"data": [
|
|
3389
3351
|
{
|
|
3390
|
-
"
|
|
3352
|
+
"text": "B1",
|
|
3353
|
+
"value": "b1",
|
|
3391
3354
|
},
|
|
3392
|
-
|
|
3393
|
-
|
|
3355
|
+
{
|
|
3356
|
+
"text": "B2",
|
|
3357
|
+
"value": "b2",
|
|
3358
|
+
},
|
|
3359
|
+
],
|
|
3394
3360
|
}
|
|
3395
|
-
|
|
3361
|
+
}
|
|
3362
|
+
style={
|
|
3363
|
+
[
|
|
3396
3364
|
{
|
|
3397
|
-
"
|
|
3398
|
-
|
|
3399
|
-
|
|
3365
|
+
"marginTop": 4,
|
|
3366
|
+
},
|
|
3367
|
+
undefined,
|
|
3368
|
+
]
|
|
3369
|
+
}
|
|
3370
|
+
trailingItem={
|
|
3371
|
+
{
|
|
3372
|
+
"text": "B2",
|
|
3373
|
+
"value": "b2",
|
|
3400
3374
|
}
|
|
3401
|
-
|
|
3402
|
-
|
|
3375
|
+
}
|
|
3376
|
+
/>
|
|
3403
3377
|
</View>
|
|
3404
3378
|
<View
|
|
3405
3379
|
onFocusCapture={[Function]}
|
|
3406
3380
|
onLayout={[Function]}
|
|
3407
3381
|
style={null}
|
|
3408
3382
|
>
|
|
3409
|
-
<View
|
|
3410
|
-
|
|
3411
|
-
|
|
3412
|
-
|
|
3413
|
-
"disabled": false,
|
|
3414
|
-
}
|
|
3383
|
+
<View
|
|
3384
|
+
accessibilityState={
|
|
3385
|
+
{
|
|
3386
|
+
"disabled": false,
|
|
3415
3387
|
}
|
|
3416
|
-
|
|
3417
|
-
|
|
3418
|
-
|
|
3419
|
-
|
|
3420
|
-
|
|
3421
|
-
|
|
3422
|
-
|
|
3388
|
+
}
|
|
3389
|
+
accessibilityValue={
|
|
3390
|
+
{
|
|
3391
|
+
"max": undefined,
|
|
3392
|
+
"min": undefined,
|
|
3393
|
+
"now": undefined,
|
|
3394
|
+
"text": undefined,
|
|
3423
3395
|
}
|
|
3424
|
-
|
|
3425
|
-
|
|
3426
|
-
|
|
3427
|
-
|
|
3428
|
-
|
|
3429
|
-
|
|
3430
|
-
|
|
3431
|
-
|
|
3432
|
-
|
|
3396
|
+
}
|
|
3397
|
+
accessible={true}
|
|
3398
|
+
focusable={true}
|
|
3399
|
+
onClick={[Function]}
|
|
3400
|
+
onResponderGrant={[Function]}
|
|
3401
|
+
onResponderMove={[Function]}
|
|
3402
|
+
onResponderRelease={[Function]}
|
|
3403
|
+
onResponderTerminate={[Function]}
|
|
3404
|
+
onResponderTerminationRequest={[Function]}
|
|
3405
|
+
onStartShouldSetResponder={[Function]}
|
|
3406
|
+
style={
|
|
3407
|
+
[
|
|
3408
|
+
{
|
|
3409
|
+
"alignItems": "center",
|
|
3410
|
+
"backgroundColor": "#ffffff",
|
|
3411
|
+
"borderRadius": 4,
|
|
3412
|
+
"flexDirection": "row",
|
|
3413
|
+
"opacity": 1,
|
|
3414
|
+
"padding": 16,
|
|
3415
|
+
},
|
|
3416
|
+
undefined,
|
|
3417
|
+
]
|
|
3418
|
+
}
|
|
3419
|
+
>
|
|
3420
|
+
<View
|
|
3433
3421
|
style={
|
|
3434
3422
|
[
|
|
3435
3423
|
{
|
|
3436
|
-
"
|
|
3437
|
-
"backgroundColor": "#ffffff",
|
|
3438
|
-
"borderRadius": 4,
|
|
3439
|
-
"flexDirection": "row",
|
|
3440
|
-
"opacity": 1,
|
|
3441
|
-
"padding": 16,
|
|
3424
|
+
"flex": 1,
|
|
3442
3425
|
},
|
|
3443
3426
|
undefined,
|
|
3444
3427
|
]
|
|
3445
3428
|
}
|
|
3446
3429
|
>
|
|
3447
|
-
<
|
|
3430
|
+
<Text
|
|
3431
|
+
allowFontScaling={false}
|
|
3448
3432
|
style={
|
|
3449
3433
|
[
|
|
3450
3434
|
{
|
|
3451
|
-
"
|
|
3435
|
+
"color": "#001f23",
|
|
3436
|
+
"fontFamily": "BeVietnamPro-Regular",
|
|
3437
|
+
"fontSize": 16,
|
|
3438
|
+
"letterSpacing": 0.48,
|
|
3439
|
+
"lineHeight": 24,
|
|
3452
3440
|
},
|
|
3453
3441
|
undefined,
|
|
3454
3442
|
]
|
|
3455
3443
|
}
|
|
3444
|
+
themeIntent="body"
|
|
3445
|
+
themeTypeface="neutral"
|
|
3446
|
+
themeVariant="regular"
|
|
3456
3447
|
>
|
|
3457
|
-
|
|
3458
|
-
|
|
3459
|
-
style={
|
|
3460
|
-
[
|
|
3461
|
-
{
|
|
3462
|
-
"color": "#001f23",
|
|
3463
|
-
"fontFamily": "BeVietnamPro-Regular",
|
|
3464
|
-
"fontSize": 16,
|
|
3465
|
-
"letterSpacing": 0.48,
|
|
3466
|
-
"lineHeight": 24,
|
|
3467
|
-
},
|
|
3468
|
-
undefined,
|
|
3469
|
-
]
|
|
3470
|
-
}
|
|
3471
|
-
themeIntent="body"
|
|
3472
|
-
themeTypeface="neutral"
|
|
3473
|
-
themeVariant="regular"
|
|
3474
|
-
>
|
|
3475
|
-
B2
|
|
3476
|
-
</Text>
|
|
3477
|
-
</View>
|
|
3448
|
+
B2
|
|
3449
|
+
</Text>
|
|
3478
3450
|
</View>
|
|
3479
|
-
|
|
3480
|
-
|
|
3481
|
-
|
|
3482
|
-
|
|
3483
|
-
|
|
3484
|
-
|
|
3485
|
-
|
|
3486
|
-
}
|
|
3487
|
-
leadingSection={
|
|
3488
|
-
{
|
|
3489
|
-
"category": "A",
|
|
3490
|
-
"data": [
|
|
3491
|
-
{
|
|
3492
|
-
"text": "A1",
|
|
3493
|
-
"value": "a1",
|
|
3494
|
-
},
|
|
3495
|
-
],
|
|
3496
|
-
}
|
|
3451
|
+
</View>
|
|
3452
|
+
<View
|
|
3453
|
+
highlighted={false}
|
|
3454
|
+
leadingItem={
|
|
3455
|
+
{
|
|
3456
|
+
"text": "B2",
|
|
3457
|
+
"value": "b2",
|
|
3497
3458
|
}
|
|
3498
|
-
|
|
3499
|
-
|
|
3500
|
-
|
|
3501
|
-
|
|
3502
|
-
|
|
3503
|
-
|
|
3504
|
-
|
|
3505
|
-
|
|
3506
|
-
|
|
3507
|
-
|
|
3508
|
-
"value": "b2",
|
|
3509
|
-
},
|
|
3510
|
-
],
|
|
3511
|
-
}
|
|
3459
|
+
}
|
|
3460
|
+
leadingSection={
|
|
3461
|
+
{
|
|
3462
|
+
"category": "A",
|
|
3463
|
+
"data": [
|
|
3464
|
+
{
|
|
3465
|
+
"text": "A1",
|
|
3466
|
+
"value": "a1",
|
|
3467
|
+
},
|
|
3468
|
+
],
|
|
3512
3469
|
}
|
|
3513
|
-
|
|
3514
|
-
|
|
3470
|
+
}
|
|
3471
|
+
section={
|
|
3472
|
+
{
|
|
3473
|
+
"category": "B",
|
|
3474
|
+
"data": [
|
|
3515
3475
|
{
|
|
3516
|
-
"
|
|
3476
|
+
"text": "B1",
|
|
3477
|
+
"value": "b1",
|
|
3517
3478
|
},
|
|
3518
|
-
|
|
3519
|
-
|
|
3479
|
+
{
|
|
3480
|
+
"text": "B2",
|
|
3481
|
+
"value": "b2",
|
|
3482
|
+
},
|
|
3483
|
+
],
|
|
3520
3484
|
}
|
|
3521
|
-
|
|
3522
|
-
|
|
3485
|
+
}
|
|
3486
|
+
style={
|
|
3487
|
+
[
|
|
3488
|
+
{
|
|
3489
|
+
"marginTop": 12,
|
|
3490
|
+
},
|
|
3491
|
+
undefined,
|
|
3492
|
+
]
|
|
3493
|
+
}
|
|
3494
|
+
/>
|
|
3523
3495
|
</View>
|
|
3524
3496
|
<View
|
|
3525
3497
|
onFocusCapture={[Function]}
|