@terreno/ui 0.5.0 → 0.7.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.
Files changed (61) hide show
  1. package/README.md +5 -5
  2. package/dist/ActionSheet.js +10 -4
  3. package/dist/ActionSheet.js.map +1 -1
  4. package/dist/Common.d.ts +13 -0
  5. package/dist/Common.js.map +1 -1
  6. package/dist/CommonIconTypes.d.ts +1 -1
  7. package/dist/FlatList.js.map +1 -1
  8. package/dist/GPTChat.d.ts +2 -1
  9. package/dist/GPTChat.js +14 -4
  10. package/dist/GPTChat.js.map +1 -1
  11. package/dist/HeightActionSheet.js +18 -10
  12. package/dist/HeightActionSheet.js.map +1 -1
  13. package/dist/HeightField.d.ts +3 -0
  14. package/dist/HeightField.js +167 -0
  15. package/dist/HeightField.js.map +1 -0
  16. package/dist/Page.js +2 -1
  17. package/dist/Page.js.map +1 -1
  18. package/dist/ScrollView.js.map +1 -1
  19. package/dist/TextField.js +2 -2
  20. package/dist/TextField.js.map +1 -1
  21. package/dist/index.d.ts +1 -0
  22. package/dist/index.js +1 -0
  23. package/dist/index.js.map +1 -1
  24. package/dist/login/LoginScreen.js +1 -1
  25. package/dist/login/LoginScreen.js.map +1 -1
  26. package/dist/signUp/SignUpScreen.js +1 -1
  27. package/dist/signUp/SignUpScreen.js.map +1 -1
  28. package/package.json +1 -1
  29. package/src/ActionSheet.tsx +7 -5
  30. package/src/Common.ts +14 -0
  31. package/src/CommonIconTypes.ts +1 -1
  32. package/src/FlatList.tsx +1 -0
  33. package/src/GPTChat.tsx +40 -2
  34. package/src/HeightActionSheet.tsx +23 -8
  35. package/src/HeightField.test.tsx +178 -0
  36. package/src/HeightField.tsx +360 -0
  37. package/src/HeightFieldDesktop.test.tsx +137 -0
  38. package/src/Page.tsx +20 -9
  39. package/src/ScrollView.tsx +1 -0
  40. package/src/TextField.tsx +2 -0
  41. package/src/__snapshots__/AddressField.test.tsx.snap +4 -0
  42. package/src/__snapshots__/CustomSelectField.test.tsx.snap +1 -0
  43. package/src/__snapshots__/EmailField.test.tsx.snap +2 -0
  44. package/src/__snapshots__/Field.test.tsx.snap +12 -0
  45. package/src/__snapshots__/HeightActionSheet.test.tsx.snap +162 -48
  46. package/src/__snapshots__/HeightField.test.tsx.snap +4011 -0
  47. package/src/__snapshots__/HeightFieldDesktop.test.tsx.snap +613 -0
  48. package/src/__snapshots__/MobileAddressAutoComplete.test.tsx.snap +1 -0
  49. package/src/__snapshots__/NumberField.test.tsx.snap +1 -0
  50. package/src/__snapshots__/Page.test.tsx.snap +15 -20
  51. package/src/__snapshots__/PhoneNumberField.test.tsx.snap +5 -0
  52. package/src/__snapshots__/TapToEdit.test.tsx.snap +1 -0
  53. package/src/__snapshots__/TextArea.test.tsx.snap +5 -0
  54. package/src/__snapshots__/TextField.test.tsx.snap +5 -0
  55. package/src/__snapshots__/UnifiedAddressAutoComplete.test.tsx.snap +4 -0
  56. package/src/__snapshots__/WebAddressAutocomplete.test.tsx.snap +3 -0
  57. package/src/index.tsx +1 -0
  58. package/src/login/LoginScreen.tsx +1 -0
  59. package/src/login/__snapshots__/LoginScreen.test.tsx.snap +2 -0
  60. package/src/signUp/SignUpScreen.tsx +1 -0
  61. package/src/signUp/__snapshots__/SignUpScreen.test.tsx.snap +3 -0
@@ -0,0 +1,4011 @@
1
+ // Bun Snapshot v1, https://bun.sh/docs/test/snapshots
2
+
3
+ exports[`HeightField snapshots should match snapshot with default props 1`] = `
4
+ {
5
+ "$$typeof": Symbol(react.test.json),
6
+ "children": [
7
+ {
8
+ "$$typeof": Symbol(react.test.json),
9
+ "children": [
10
+ {
11
+ "$$typeof": Symbol(react.test.json),
12
+ "children": [
13
+ {
14
+ "$$typeof": Symbol(react.test.json),
15
+ "children": [
16
+ {
17
+ "$$typeof": Symbol(react.test.json),
18
+ "children": [
19
+ "Select height",
20
+ ],
21
+ "props": {
22
+ "numberOfLines": 0,
23
+ "selectable": undefined,
24
+ "style": {
25
+ "color": "#686868",
26
+ "fontFamily": "text-regular",
27
+ "fontSize": 14,
28
+ "textAlign": "left",
29
+ },
30
+ "testID": undefined,
31
+ },
32
+ "type": "Text",
33
+ },
34
+ ],
35
+ "props": {},
36
+ "type": "View",
37
+ },
38
+ ],
39
+ "props": {
40
+ "style": {
41
+ "alignItems": "center",
42
+ "backgroundColor": "#FFFFFF",
43
+ "borderColor": "#9A9A9A",
44
+ "borderRadius": 4,
45
+ "borderWidth": 1,
46
+ "flexDirection": "row",
47
+ "minHeight": 40,
48
+ "paddingHorizontal": 12,
49
+ "paddingVertical": 8,
50
+ },
51
+ "testID": undefined,
52
+ },
53
+ "type": "View",
54
+ },
55
+ ],
56
+ "props": {
57
+ "accessibilityHint": "Tap to select height",
58
+ "accessibilityLabel": "Height selector",
59
+ "accessibilityRole": "button",
60
+ "disabled": undefined,
61
+ "onPress": [Function],
62
+ },
63
+ "type": "Pressable",
64
+ },
65
+ {
66
+ "$$typeof": Symbol(react.test.json),
67
+ "children": [
68
+ {
69
+ "$$typeof": Symbol(react.test.json),
70
+ "children": [
71
+ {
72
+ "$$typeof": Symbol(react.test.json),
73
+ "children": [
74
+ {
75
+ "$$typeof": Symbol(react.test.json),
76
+ "children": null,
77
+ "props": {
78
+ "style": undefined,
79
+ "testID": undefined,
80
+ },
81
+ "type": "View",
82
+ },
83
+ ],
84
+ "props": {
85
+ "ref": {
86
+ "current": null,
87
+ },
88
+ "style": {
89
+ "left": 999999,
90
+ "position": "absolute",
91
+ "top": 999999,
92
+ },
93
+ },
94
+ "type": "SafeAreaView",
95
+ },
96
+ {
97
+ "$$typeof": Symbol(react.test.json),
98
+ "children": [
99
+ {
100
+ "$$typeof": Symbol(react.test.json),
101
+ "children": [
102
+ {
103
+ "$$typeof": Symbol(react.test.json),
104
+ "children": null,
105
+ "props": {
106
+ "onTouchEnd": [Function],
107
+ "onTouchMove": [Function],
108
+ "onTouchStart": [Function],
109
+ "style": {
110
+ "backgroundColor": "black",
111
+ "height": "100%",
112
+ "opacity": 0.3,
113
+ "position": "absolute",
114
+ "width": "100%",
115
+ "zIndex": 1,
116
+ },
117
+ "testID": undefined,
118
+ },
119
+ "type": "View",
120
+ },
121
+ {
122
+ "$$typeof": Symbol(react.test.json),
123
+ "children": [
124
+ {
125
+ "$$typeof": Symbol(react.test.json),
126
+ "children": null,
127
+ "props": {
128
+ "aria-role": "button",
129
+ "onLongPress": [Function],
130
+ "onPress": [Function],
131
+ "style": {
132
+ "height": 933.8,
133
+ "width": "100%",
134
+ },
135
+ },
136
+ "type": "Pressable",
137
+ },
138
+ ],
139
+ "props": {
140
+ "onTouchEnd": [Function],
141
+ "onTouchMove": [Function],
142
+ "onTouchStart": [Function],
143
+ "style": {
144
+ "height": 933.8,
145
+ "width": "100%",
146
+ "zIndex": 10,
147
+ },
148
+ "testID": undefined,
149
+ },
150
+ "type": "View",
151
+ },
152
+ {
153
+ "$$typeof": Symbol(react.test.json),
154
+ "children": [
155
+ {
156
+ "$$typeof": Symbol(react.test.json),
157
+ "children": [
158
+ {
159
+ "$$typeof": Symbol(react.test.json),
160
+ "children": null,
161
+ "props": {
162
+ "style": [
163
+ {
164
+ "alignSelf": "center",
165
+ "backgroundColor": "#f0f0f0",
166
+ "borderRadius": 100,
167
+ "height": 6,
168
+ "marginVertical": 5,
169
+ "width": 45,
170
+ },
171
+ {
172
+ "backgroundColor": "#f0f0f0",
173
+ },
174
+ ],
175
+ "testID": undefined,
176
+ },
177
+ "type": "View",
178
+ },
179
+ {
180
+ "$$typeof": Symbol(react.test.json),
181
+ "children": [
182
+ {
183
+ "$$typeof": Symbol(react.test.json),
184
+ "children": [
185
+ {
186
+ "$$typeof": Symbol(react.test.json),
187
+ "children": null,
188
+ "props": {
189
+ "onPointerEnter": [Function: AsyncFunction],
190
+ "onPointerLeave": [Function: AsyncFunction],
191
+ "style": {
192
+ "display": "flex",
193
+ "flexGrow": 1,
194
+ "flexShrink": 1,
195
+ },
196
+ "testID": undefined,
197
+ },
198
+ "type": "View",
199
+ },
200
+ {
201
+ "$$typeof": Symbol(react.test.json),
202
+ "children": [
203
+ {
204
+ "$$typeof": Symbol(react.test.json),
205
+ "children": [
206
+ {
207
+ "$$typeof": Symbol(react.test.json),
208
+ "children": [
209
+ {
210
+ "$$typeof": Symbol(react.test.json),
211
+ "children": [
212
+ {
213
+ "$$typeof": Symbol(react.test.json),
214
+ "children": [
215
+ "Done",
216
+ ],
217
+ "props": {
218
+ "style": {
219
+ "color": "#FFFFFF",
220
+ "fontSize": 16,
221
+ "fontWeight": "700",
222
+ },
223
+ },
224
+ "type": "Text",
225
+ },
226
+ ],
227
+ "props": {
228
+ "style": {
229
+ "flexDirection": "row",
230
+ },
231
+ "testID": undefined,
232
+ },
233
+ "type": "View",
234
+ },
235
+ ],
236
+ "props": {
237
+ "style": {
238
+ "flexDirection": "row",
239
+ },
240
+ "testID": undefined,
241
+ },
242
+ "type": "View",
243
+ },
244
+ ],
245
+ "props": {
246
+ "accessibilityHint": "Press to perform action",
247
+ "aria-label": "Done",
248
+ "aria-role": "button",
249
+ "disabled": undefined,
250
+ "onPress": [Function: debounced],
251
+ "style": {
252
+ "alignItems": "center",
253
+ "alignSelf": "flex-start",
254
+ "backgroundColor": "#0E9DCD",
255
+ "borderColor": undefined,
256
+ "borderRadius": 360,
257
+ "borderWidth": undefined,
258
+ "flexDirection": "column",
259
+ "justifyContent": "center",
260
+ "paddingHorizontal": 20,
261
+ "paddingVertical": 8,
262
+ "width": "auto",
263
+ },
264
+ "testID": undefined,
265
+ },
266
+ "type": "Pressable",
267
+ },
268
+ ],
269
+ "props": {
270
+ "onPointerEnter": [Function: AsyncFunction],
271
+ "onPointerLeave": [Function: AsyncFunction],
272
+ "style": {
273
+ "width": "33%",
274
+ },
275
+ "testID": undefined,
276
+ },
277
+ "type": "View",
278
+ },
279
+ ],
280
+ "props": {
281
+ "onPointerEnter": [Function: AsyncFunction],
282
+ "onPointerLeave": [Function: AsyncFunction],
283
+ "style": {
284
+ "alignItems": "center",
285
+ "display": "flex",
286
+ "flexDirection": "row",
287
+ "justifyContent": "space-between",
288
+ "width": "100%",
289
+ },
290
+ "testID": undefined,
291
+ },
292
+ "type": "View",
293
+ },
294
+ {
295
+ "$$typeof": Symbol(react.test.json),
296
+ "children": [
297
+ {
298
+ "$$typeof": Symbol(react.test.json),
299
+ "children": [
300
+ {
301
+ "$$typeof": Symbol(react.test.json),
302
+ "children": [
303
+ {
304
+ "$$typeof": Symbol(react.test.json),
305
+ "children": null,
306
+ "props": {
307
+ "label": "0 ft",
308
+ "value": "0",
309
+ },
310
+ "type": "Picker.Item",
311
+ },
312
+ {
313
+ "$$typeof": Symbol(react.test.json),
314
+ "children": null,
315
+ "props": {
316
+ "label": "1 ft",
317
+ "value": "1",
318
+ },
319
+ "type": "Picker.Item",
320
+ },
321
+ {
322
+ "$$typeof": Symbol(react.test.json),
323
+ "children": null,
324
+ "props": {
325
+ "label": "2 ft",
326
+ "value": "2",
327
+ },
328
+ "type": "Picker.Item",
329
+ },
330
+ {
331
+ "$$typeof": Symbol(react.test.json),
332
+ "children": null,
333
+ "props": {
334
+ "label": "3 ft",
335
+ "value": "3",
336
+ },
337
+ "type": "Picker.Item",
338
+ },
339
+ {
340
+ "$$typeof": Symbol(react.test.json),
341
+ "children": null,
342
+ "props": {
343
+ "label": "4 ft",
344
+ "value": "4",
345
+ },
346
+ "type": "Picker.Item",
347
+ },
348
+ {
349
+ "$$typeof": Symbol(react.test.json),
350
+ "children": null,
351
+ "props": {
352
+ "label": "5 ft",
353
+ "value": "5",
354
+ },
355
+ "type": "Picker.Item",
356
+ },
357
+ {
358
+ "$$typeof": Symbol(react.test.json),
359
+ "children": null,
360
+ "props": {
361
+ "label": "6 ft",
362
+ "value": "6",
363
+ },
364
+ "type": "Picker.Item",
365
+ },
366
+ {
367
+ "$$typeof": Symbol(react.test.json),
368
+ "children": null,
369
+ "props": {
370
+ "label": "7 ft",
371
+ "value": "7",
372
+ },
373
+ "type": "Picker.Item",
374
+ },
375
+ ],
376
+ "props": {
377
+ "itemStyle": {
378
+ "color": "#1a1a1a",
379
+ "fontSize": 20,
380
+ "height": 180,
381
+ },
382
+ "onValueChange": [Function],
383
+ "selectedValue": "5",
384
+ "style": {
385
+ "backgroundColor": "#FFFFFF",
386
+ "height": 180,
387
+ },
388
+ },
389
+ "type": "Picker",
390
+ },
391
+ ],
392
+ "props": {
393
+ "onPointerEnter": [Function: AsyncFunction],
394
+ "onPointerLeave": [Function: AsyncFunction],
395
+ "style": {
396
+ "width": "50%",
397
+ },
398
+ "testID": undefined,
399
+ },
400
+ "type": "View",
401
+ },
402
+ {
403
+ "$$typeof": Symbol(react.test.json),
404
+ "children": [
405
+ {
406
+ "$$typeof": Symbol(react.test.json),
407
+ "children": [
408
+ {
409
+ "$$typeof": Symbol(react.test.json),
410
+ "children": null,
411
+ "props": {
412
+ "label": "0 in",
413
+ "value": "0",
414
+ },
415
+ "type": "Picker.Item",
416
+ },
417
+ {
418
+ "$$typeof": Symbol(react.test.json),
419
+ "children": null,
420
+ "props": {
421
+ "label": "1 in",
422
+ "value": "1",
423
+ },
424
+ "type": "Picker.Item",
425
+ },
426
+ {
427
+ "$$typeof": Symbol(react.test.json),
428
+ "children": null,
429
+ "props": {
430
+ "label": "2 in",
431
+ "value": "2",
432
+ },
433
+ "type": "Picker.Item",
434
+ },
435
+ {
436
+ "$$typeof": Symbol(react.test.json),
437
+ "children": null,
438
+ "props": {
439
+ "label": "3 in",
440
+ "value": "3",
441
+ },
442
+ "type": "Picker.Item",
443
+ },
444
+ {
445
+ "$$typeof": Symbol(react.test.json),
446
+ "children": null,
447
+ "props": {
448
+ "label": "4 in",
449
+ "value": "4",
450
+ },
451
+ "type": "Picker.Item",
452
+ },
453
+ {
454
+ "$$typeof": Symbol(react.test.json),
455
+ "children": null,
456
+ "props": {
457
+ "label": "5 in",
458
+ "value": "5",
459
+ },
460
+ "type": "Picker.Item",
461
+ },
462
+ {
463
+ "$$typeof": Symbol(react.test.json),
464
+ "children": null,
465
+ "props": {
466
+ "label": "6 in",
467
+ "value": "6",
468
+ },
469
+ "type": "Picker.Item",
470
+ },
471
+ {
472
+ "$$typeof": Symbol(react.test.json),
473
+ "children": null,
474
+ "props": {
475
+ "label": "7 in",
476
+ "value": "7",
477
+ },
478
+ "type": "Picker.Item",
479
+ },
480
+ {
481
+ "$$typeof": Symbol(react.test.json),
482
+ "children": null,
483
+ "props": {
484
+ "label": "8 in",
485
+ "value": "8",
486
+ },
487
+ "type": "Picker.Item",
488
+ },
489
+ {
490
+ "$$typeof": Symbol(react.test.json),
491
+ "children": null,
492
+ "props": {
493
+ "label": "9 in",
494
+ "value": "9",
495
+ },
496
+ "type": "Picker.Item",
497
+ },
498
+ {
499
+ "$$typeof": Symbol(react.test.json),
500
+ "children": null,
501
+ "props": {
502
+ "label": "10 in",
503
+ "value": "10",
504
+ },
505
+ "type": "Picker.Item",
506
+ },
507
+ {
508
+ "$$typeof": Symbol(react.test.json),
509
+ "children": null,
510
+ "props": {
511
+ "label": "11 in",
512
+ "value": "11",
513
+ },
514
+ "type": "Picker.Item",
515
+ },
516
+ ],
517
+ "props": {
518
+ "itemStyle": {
519
+ "color": "#1a1a1a",
520
+ "fontSize": 20,
521
+ "height": 180,
522
+ },
523
+ "onValueChange": [Function],
524
+ "selectedValue": "0",
525
+ "style": {
526
+ "backgroundColor": "#FFFFFF",
527
+ "height": 180,
528
+ },
529
+ },
530
+ "type": "Picker",
531
+ },
532
+ ],
533
+ "props": {
534
+ "onPointerEnter": [Function: AsyncFunction],
535
+ "onPointerLeave": [Function: AsyncFunction],
536
+ "style": {
537
+ "width": "50%",
538
+ },
539
+ "testID": undefined,
540
+ },
541
+ "type": "View",
542
+ },
543
+ ],
544
+ "props": {
545
+ "onPointerEnter": [Function: AsyncFunction],
546
+ "onPointerLeave": [Function: AsyncFunction],
547
+ "style": {
548
+ "display": "flex",
549
+ "flexDirection": "row",
550
+ "width": "100%",
551
+ },
552
+ "testID": undefined,
553
+ },
554
+ "type": "View",
555
+ },
556
+ ],
557
+ "props": {
558
+ "onPointerEnter": [Function: AsyncFunction],
559
+ "onPointerLeave": [Function: AsyncFunction],
560
+ "style": {
561
+ "marginBottom": 48,
562
+ "paddingLeft": 16,
563
+ "paddingRight": 16,
564
+ "width": "100%",
565
+ },
566
+ "testID": undefined,
567
+ },
568
+ "type": "View",
569
+ },
570
+ ],
571
+ "props": {
572
+ "style": {
573
+ "marginTop": 0,
574
+ "maxHeight": 812,
575
+ "transform": [
576
+ {
577
+ "translateY": Value {
578
+ "_value": 0,
579
+ "addListener": [class Function],
580
+ "animate": [class Function],
581
+ "extractOffset": [class Function],
582
+ "flattenOffset": [class Function],
583
+ "interpolate": [class Function],
584
+ "removeAllListeners": [class Function],
585
+ "removeListener": [class Function],
586
+ "resetAnimation": [class Function],
587
+ "setOffset": [class Function],
588
+ "setValue": [class Function],
589
+ "stopAnimation": [class Function],
590
+ "stopTracking": [class Function],
591
+ "track": [class Function],
592
+ },
593
+ },
594
+ ],
595
+ },
596
+ "testID": undefined,
597
+ },
598
+ "type": "View",
599
+ },
600
+ ],
601
+ "props": {
602
+ "onLayout": [Function: AsyncFunction],
603
+ "style": [
604
+ {
605
+ "alignSelf": "center",
606
+ "backgroundColor": "white",
607
+ "width": "100%",
608
+ },
609
+ {
610
+ "borderRadius": 10,
611
+ },
612
+ undefined,
613
+ {
614
+ "boxShadow": "1.5px 2.5px 3.5px rgba(0, 0, 0, 0.2)",
615
+ "elevation": 5,
616
+ "maxHeight": 812,
617
+ "opacity": Value {
618
+ "_value": 0,
619
+ "addListener": [class Function],
620
+ "animate": [class Function],
621
+ "extractOffset": [class Function],
622
+ "flattenOffset": [class Function],
623
+ "interpolate": [class Function],
624
+ "removeAllListeners": [class Function],
625
+ "removeListener": [class Function],
626
+ "resetAnimation": [class Function],
627
+ "setOffset": [class Function],
628
+ "setValue": [class Function],
629
+ "stopAnimation": [class Function],
630
+ "stopTracking": [class Function],
631
+ "track": [class Function],
632
+ },
633
+ "transform": [
634
+ {
635
+ "translateY": Value {
636
+ "_value": 0,
637
+ "addListener": [class Function],
638
+ "animate": [class Function],
639
+ "extractOffset": [class Function],
640
+ "flattenOffset": [class Function],
641
+ "interpolate": [class Function],
642
+ "removeAllListeners": [class Function],
643
+ "removeListener": [class Function],
644
+ "resetAnimation": [class Function],
645
+ "setOffset": [class Function],
646
+ "setValue": [class Function],
647
+ "stopAnimation": [class Function],
648
+ "stopTracking": [class Function],
649
+ "track": [class Function],
650
+ },
651
+ },
652
+ ],
653
+ "zIndex": 11,
654
+ },
655
+ ],
656
+ "testID": undefined,
657
+ },
658
+ "type": "View",
659
+ },
660
+ ],
661
+ "props": {
662
+ "style": {
663
+ "width": "100%",
664
+ },
665
+ "testID": undefined,
666
+ },
667
+ "type": "View",
668
+ },
669
+ ],
670
+ "props": {
671
+ "bounces": false,
672
+ "contentContainerStyle": {
673
+ "width": 375,
674
+ },
675
+ "keyboardShouldPersistTaps": undefined,
676
+ "onMomentumScrollBegin": [Function: AsyncFunction],
677
+ "onMomentumScrollEnd": [Function: AsyncFunction],
678
+ "onScroll": [Function],
679
+ "onScrollBeginDrag": [Function: AsyncFunction],
680
+ "onTouchEnd": [Function],
681
+ "ref": {
682
+ "current": null,
683
+ },
684
+ "scrollEnabled": false,
685
+ "scrollEventThrottle": 5,
686
+ "scrollsToTop": false,
687
+ "showsVerticalScrollIndicator": false,
688
+ "style": [
689
+ {
690
+ "backgroundColor": "transparent",
691
+ "height": "100%",
692
+ "width": "100%",
693
+ },
694
+ {
695
+ "width": 375,
696
+ },
697
+ ],
698
+ },
699
+ "type": "FlatList",
700
+ },
701
+ ],
702
+ "props": {
703
+ "onLayout": [Function: AsyncFunction],
704
+ "style": [
705
+ {
706
+ "alignItems": "center",
707
+ "height": "100%",
708
+ "justifyContent": "center",
709
+ "width": "100%",
710
+ },
711
+ {
712
+ "opacity": Value {
713
+ "_value": 0,
714
+ "addListener": [class Function],
715
+ "animate": [class Function],
716
+ "extractOffset": [class Function],
717
+ "flattenOffset": [class Function],
718
+ "interpolate": [class Function],
719
+ "removeAllListeners": [class Function],
720
+ "removeListener": [class Function],
721
+ "resetAnimation": [class Function],
722
+ "setOffset": [class Function],
723
+ "setValue": [class Function],
724
+ "stopAnimation": [class Function],
725
+ "stopTracking": [class Function],
726
+ "track": [class Function],
727
+ },
728
+ "width": 375,
729
+ },
730
+ ],
731
+ "testID": undefined,
732
+ },
733
+ "type": "View",
734
+ },
735
+ ],
736
+ "props": {
737
+ "animationType": "none",
738
+ "onRequestClose": [Function],
739
+ "onShow": undefined,
740
+ "statusBarTranslucent": true,
741
+ "supportedOrientations": [
742
+ "portrait",
743
+ "portrait-upside-down",
744
+ "landscape",
745
+ "landscape-left",
746
+ "landscape-right",
747
+ ],
748
+ "transparent": true,
749
+ "visible": false,
750
+ },
751
+ "type": "Modal",
752
+ },
753
+ ],
754
+ "props": {
755
+ "style": {
756
+ "flexDirection": "column",
757
+ "width": "100%",
758
+ },
759
+ "testID": undefined,
760
+ },
761
+ "type": "View",
762
+ }
763
+ `;
764
+
765
+ exports[`HeightField snapshots should match snapshot with value 1`] = `
766
+ {
767
+ "$$typeof": Symbol(react.test.json),
768
+ "children": [
769
+ {
770
+ "$$typeof": Symbol(react.test.json),
771
+ "children": [
772
+ {
773
+ "$$typeof": Symbol(react.test.json),
774
+ "children": [
775
+ {
776
+ "$$typeof": Symbol(react.test.json),
777
+ "children": [
778
+ {
779
+ "$$typeof": Symbol(react.test.json),
780
+ "children": [
781
+ "5ft 10in",
782
+ ],
783
+ "props": {
784
+ "numberOfLines": 0,
785
+ "selectable": undefined,
786
+ "style": {
787
+ "color": "#1C1C1C",
788
+ "fontFamily": "text-regular",
789
+ "fontSize": 14,
790
+ "textAlign": "left",
791
+ },
792
+ "testID": undefined,
793
+ },
794
+ "type": "Text",
795
+ },
796
+ ],
797
+ "props": {},
798
+ "type": "View",
799
+ },
800
+ ],
801
+ "props": {
802
+ "style": {
803
+ "alignItems": "center",
804
+ "backgroundColor": "#FFFFFF",
805
+ "borderColor": "#9A9A9A",
806
+ "borderRadius": 4,
807
+ "borderWidth": 1,
808
+ "flexDirection": "row",
809
+ "minHeight": 40,
810
+ "paddingHorizontal": 12,
811
+ "paddingVertical": 8,
812
+ },
813
+ "testID": undefined,
814
+ },
815
+ "type": "View",
816
+ },
817
+ ],
818
+ "props": {
819
+ "accessibilityHint": "Tap to select height",
820
+ "accessibilityLabel": "Height selector",
821
+ "accessibilityRole": "button",
822
+ "disabled": undefined,
823
+ "onPress": [Function],
824
+ },
825
+ "type": "Pressable",
826
+ },
827
+ {
828
+ "$$typeof": Symbol(react.test.json),
829
+ "children": [
830
+ {
831
+ "$$typeof": Symbol(react.test.json),
832
+ "children": [
833
+ {
834
+ "$$typeof": Symbol(react.test.json),
835
+ "children": [
836
+ {
837
+ "$$typeof": Symbol(react.test.json),
838
+ "children": null,
839
+ "props": {
840
+ "style": undefined,
841
+ "testID": undefined,
842
+ },
843
+ "type": "View",
844
+ },
845
+ ],
846
+ "props": {
847
+ "ref": {
848
+ "current": null,
849
+ },
850
+ "style": {
851
+ "left": 999999,
852
+ "position": "absolute",
853
+ "top": 999999,
854
+ },
855
+ },
856
+ "type": "SafeAreaView",
857
+ },
858
+ {
859
+ "$$typeof": Symbol(react.test.json),
860
+ "children": [
861
+ {
862
+ "$$typeof": Symbol(react.test.json),
863
+ "children": [
864
+ {
865
+ "$$typeof": Symbol(react.test.json),
866
+ "children": null,
867
+ "props": {
868
+ "onTouchEnd": [Function],
869
+ "onTouchMove": [Function],
870
+ "onTouchStart": [Function],
871
+ "style": {
872
+ "backgroundColor": "black",
873
+ "height": "100%",
874
+ "opacity": 0.3,
875
+ "position": "absolute",
876
+ "width": "100%",
877
+ "zIndex": 1,
878
+ },
879
+ "testID": undefined,
880
+ },
881
+ "type": "View",
882
+ },
883
+ {
884
+ "$$typeof": Symbol(react.test.json),
885
+ "children": [
886
+ {
887
+ "$$typeof": Symbol(react.test.json),
888
+ "children": null,
889
+ "props": {
890
+ "aria-role": "button",
891
+ "onLongPress": [Function],
892
+ "onPress": [Function],
893
+ "style": {
894
+ "height": 933.8,
895
+ "width": "100%",
896
+ },
897
+ },
898
+ "type": "Pressable",
899
+ },
900
+ ],
901
+ "props": {
902
+ "onTouchEnd": [Function],
903
+ "onTouchMove": [Function],
904
+ "onTouchStart": [Function],
905
+ "style": {
906
+ "height": 933.8,
907
+ "width": "100%",
908
+ "zIndex": 10,
909
+ },
910
+ "testID": undefined,
911
+ },
912
+ "type": "View",
913
+ },
914
+ {
915
+ "$$typeof": Symbol(react.test.json),
916
+ "children": [
917
+ {
918
+ "$$typeof": Symbol(react.test.json),
919
+ "children": [
920
+ {
921
+ "$$typeof": Symbol(react.test.json),
922
+ "children": null,
923
+ "props": {
924
+ "style": [
925
+ {
926
+ "alignSelf": "center",
927
+ "backgroundColor": "#f0f0f0",
928
+ "borderRadius": 100,
929
+ "height": 6,
930
+ "marginVertical": 5,
931
+ "width": 45,
932
+ },
933
+ {
934
+ "backgroundColor": "#f0f0f0",
935
+ },
936
+ ],
937
+ "testID": undefined,
938
+ },
939
+ "type": "View",
940
+ },
941
+ {
942
+ "$$typeof": Symbol(react.test.json),
943
+ "children": [
944
+ {
945
+ "$$typeof": Symbol(react.test.json),
946
+ "children": [
947
+ {
948
+ "$$typeof": Symbol(react.test.json),
949
+ "children": null,
950
+ "props": {
951
+ "onPointerEnter": [Function: AsyncFunction],
952
+ "onPointerLeave": [Function: AsyncFunction],
953
+ "style": {
954
+ "display": "flex",
955
+ "flexGrow": 1,
956
+ "flexShrink": 1,
957
+ },
958
+ "testID": undefined,
959
+ },
960
+ "type": "View",
961
+ },
962
+ {
963
+ "$$typeof": Symbol(react.test.json),
964
+ "children": [
965
+ {
966
+ "$$typeof": Symbol(react.test.json),
967
+ "children": [
968
+ {
969
+ "$$typeof": Symbol(react.test.json),
970
+ "children": [
971
+ {
972
+ "$$typeof": Symbol(react.test.json),
973
+ "children": [
974
+ {
975
+ "$$typeof": Symbol(react.test.json),
976
+ "children": [
977
+ "Done",
978
+ ],
979
+ "props": {
980
+ "style": {
981
+ "color": "#FFFFFF",
982
+ "fontSize": 16,
983
+ "fontWeight": "700",
984
+ },
985
+ },
986
+ "type": "Text",
987
+ },
988
+ ],
989
+ "props": {
990
+ "style": {
991
+ "flexDirection": "row",
992
+ },
993
+ "testID": undefined,
994
+ },
995
+ "type": "View",
996
+ },
997
+ ],
998
+ "props": {
999
+ "style": {
1000
+ "flexDirection": "row",
1001
+ },
1002
+ "testID": undefined,
1003
+ },
1004
+ "type": "View",
1005
+ },
1006
+ ],
1007
+ "props": {
1008
+ "accessibilityHint": "Press to perform action",
1009
+ "aria-label": "Done",
1010
+ "aria-role": "button",
1011
+ "disabled": undefined,
1012
+ "onPress": [Function: debounced],
1013
+ "style": {
1014
+ "alignItems": "center",
1015
+ "alignSelf": "flex-start",
1016
+ "backgroundColor": "#0E9DCD",
1017
+ "borderColor": undefined,
1018
+ "borderRadius": 360,
1019
+ "borderWidth": undefined,
1020
+ "flexDirection": "column",
1021
+ "justifyContent": "center",
1022
+ "paddingHorizontal": 20,
1023
+ "paddingVertical": 8,
1024
+ "width": "auto",
1025
+ },
1026
+ "testID": undefined,
1027
+ },
1028
+ "type": "Pressable",
1029
+ },
1030
+ ],
1031
+ "props": {
1032
+ "onPointerEnter": [Function: AsyncFunction],
1033
+ "onPointerLeave": [Function: AsyncFunction],
1034
+ "style": {
1035
+ "width": "33%",
1036
+ },
1037
+ "testID": undefined,
1038
+ },
1039
+ "type": "View",
1040
+ },
1041
+ ],
1042
+ "props": {
1043
+ "onPointerEnter": [Function: AsyncFunction],
1044
+ "onPointerLeave": [Function: AsyncFunction],
1045
+ "style": {
1046
+ "alignItems": "center",
1047
+ "display": "flex",
1048
+ "flexDirection": "row",
1049
+ "justifyContent": "space-between",
1050
+ "width": "100%",
1051
+ },
1052
+ "testID": undefined,
1053
+ },
1054
+ "type": "View",
1055
+ },
1056
+ {
1057
+ "$$typeof": Symbol(react.test.json),
1058
+ "children": [
1059
+ {
1060
+ "$$typeof": Symbol(react.test.json),
1061
+ "children": [
1062
+ {
1063
+ "$$typeof": Symbol(react.test.json),
1064
+ "children": [
1065
+ {
1066
+ "$$typeof": Symbol(react.test.json),
1067
+ "children": null,
1068
+ "props": {
1069
+ "label": "0 ft",
1070
+ "value": "0",
1071
+ },
1072
+ "type": "Picker.Item",
1073
+ },
1074
+ {
1075
+ "$$typeof": Symbol(react.test.json),
1076
+ "children": null,
1077
+ "props": {
1078
+ "label": "1 ft",
1079
+ "value": "1",
1080
+ },
1081
+ "type": "Picker.Item",
1082
+ },
1083
+ {
1084
+ "$$typeof": Symbol(react.test.json),
1085
+ "children": null,
1086
+ "props": {
1087
+ "label": "2 ft",
1088
+ "value": "2",
1089
+ },
1090
+ "type": "Picker.Item",
1091
+ },
1092
+ {
1093
+ "$$typeof": Symbol(react.test.json),
1094
+ "children": null,
1095
+ "props": {
1096
+ "label": "3 ft",
1097
+ "value": "3",
1098
+ },
1099
+ "type": "Picker.Item",
1100
+ },
1101
+ {
1102
+ "$$typeof": Symbol(react.test.json),
1103
+ "children": null,
1104
+ "props": {
1105
+ "label": "4 ft",
1106
+ "value": "4",
1107
+ },
1108
+ "type": "Picker.Item",
1109
+ },
1110
+ {
1111
+ "$$typeof": Symbol(react.test.json),
1112
+ "children": null,
1113
+ "props": {
1114
+ "label": "5 ft",
1115
+ "value": "5",
1116
+ },
1117
+ "type": "Picker.Item",
1118
+ },
1119
+ {
1120
+ "$$typeof": Symbol(react.test.json),
1121
+ "children": null,
1122
+ "props": {
1123
+ "label": "6 ft",
1124
+ "value": "6",
1125
+ },
1126
+ "type": "Picker.Item",
1127
+ },
1128
+ {
1129
+ "$$typeof": Symbol(react.test.json),
1130
+ "children": null,
1131
+ "props": {
1132
+ "label": "7 ft",
1133
+ "value": "7",
1134
+ },
1135
+ "type": "Picker.Item",
1136
+ },
1137
+ ],
1138
+ "props": {
1139
+ "itemStyle": {
1140
+ "color": "#1a1a1a",
1141
+ "fontSize": 20,
1142
+ "height": 180,
1143
+ },
1144
+ "onValueChange": [Function],
1145
+ "selectedValue": "5",
1146
+ "style": {
1147
+ "backgroundColor": "#FFFFFF",
1148
+ "height": 180,
1149
+ },
1150
+ },
1151
+ "type": "Picker",
1152
+ },
1153
+ ],
1154
+ "props": {
1155
+ "onPointerEnter": [Function: AsyncFunction],
1156
+ "onPointerLeave": [Function: AsyncFunction],
1157
+ "style": {
1158
+ "width": "50%",
1159
+ },
1160
+ "testID": undefined,
1161
+ },
1162
+ "type": "View",
1163
+ },
1164
+ {
1165
+ "$$typeof": Symbol(react.test.json),
1166
+ "children": [
1167
+ {
1168
+ "$$typeof": Symbol(react.test.json),
1169
+ "children": [
1170
+ {
1171
+ "$$typeof": Symbol(react.test.json),
1172
+ "children": null,
1173
+ "props": {
1174
+ "label": "0 in",
1175
+ "value": "0",
1176
+ },
1177
+ "type": "Picker.Item",
1178
+ },
1179
+ {
1180
+ "$$typeof": Symbol(react.test.json),
1181
+ "children": null,
1182
+ "props": {
1183
+ "label": "1 in",
1184
+ "value": "1",
1185
+ },
1186
+ "type": "Picker.Item",
1187
+ },
1188
+ {
1189
+ "$$typeof": Symbol(react.test.json),
1190
+ "children": null,
1191
+ "props": {
1192
+ "label": "2 in",
1193
+ "value": "2",
1194
+ },
1195
+ "type": "Picker.Item",
1196
+ },
1197
+ {
1198
+ "$$typeof": Symbol(react.test.json),
1199
+ "children": null,
1200
+ "props": {
1201
+ "label": "3 in",
1202
+ "value": "3",
1203
+ },
1204
+ "type": "Picker.Item",
1205
+ },
1206
+ {
1207
+ "$$typeof": Symbol(react.test.json),
1208
+ "children": null,
1209
+ "props": {
1210
+ "label": "4 in",
1211
+ "value": "4",
1212
+ },
1213
+ "type": "Picker.Item",
1214
+ },
1215
+ {
1216
+ "$$typeof": Symbol(react.test.json),
1217
+ "children": null,
1218
+ "props": {
1219
+ "label": "5 in",
1220
+ "value": "5",
1221
+ },
1222
+ "type": "Picker.Item",
1223
+ },
1224
+ {
1225
+ "$$typeof": Symbol(react.test.json),
1226
+ "children": null,
1227
+ "props": {
1228
+ "label": "6 in",
1229
+ "value": "6",
1230
+ },
1231
+ "type": "Picker.Item",
1232
+ },
1233
+ {
1234
+ "$$typeof": Symbol(react.test.json),
1235
+ "children": null,
1236
+ "props": {
1237
+ "label": "7 in",
1238
+ "value": "7",
1239
+ },
1240
+ "type": "Picker.Item",
1241
+ },
1242
+ {
1243
+ "$$typeof": Symbol(react.test.json),
1244
+ "children": null,
1245
+ "props": {
1246
+ "label": "8 in",
1247
+ "value": "8",
1248
+ },
1249
+ "type": "Picker.Item",
1250
+ },
1251
+ {
1252
+ "$$typeof": Symbol(react.test.json),
1253
+ "children": null,
1254
+ "props": {
1255
+ "label": "9 in",
1256
+ "value": "9",
1257
+ },
1258
+ "type": "Picker.Item",
1259
+ },
1260
+ {
1261
+ "$$typeof": Symbol(react.test.json),
1262
+ "children": null,
1263
+ "props": {
1264
+ "label": "10 in",
1265
+ "value": "10",
1266
+ },
1267
+ "type": "Picker.Item",
1268
+ },
1269
+ {
1270
+ "$$typeof": Symbol(react.test.json),
1271
+ "children": null,
1272
+ "props": {
1273
+ "label": "11 in",
1274
+ "value": "11",
1275
+ },
1276
+ "type": "Picker.Item",
1277
+ },
1278
+ ],
1279
+ "props": {
1280
+ "itemStyle": {
1281
+ "color": "#1a1a1a",
1282
+ "fontSize": 20,
1283
+ "height": 180,
1284
+ },
1285
+ "onValueChange": [Function],
1286
+ "selectedValue": "10",
1287
+ "style": {
1288
+ "backgroundColor": "#FFFFFF",
1289
+ "height": 180,
1290
+ },
1291
+ },
1292
+ "type": "Picker",
1293
+ },
1294
+ ],
1295
+ "props": {
1296
+ "onPointerEnter": [Function: AsyncFunction],
1297
+ "onPointerLeave": [Function: AsyncFunction],
1298
+ "style": {
1299
+ "width": "50%",
1300
+ },
1301
+ "testID": undefined,
1302
+ },
1303
+ "type": "View",
1304
+ },
1305
+ ],
1306
+ "props": {
1307
+ "onPointerEnter": [Function: AsyncFunction],
1308
+ "onPointerLeave": [Function: AsyncFunction],
1309
+ "style": {
1310
+ "display": "flex",
1311
+ "flexDirection": "row",
1312
+ "width": "100%",
1313
+ },
1314
+ "testID": undefined,
1315
+ },
1316
+ "type": "View",
1317
+ },
1318
+ ],
1319
+ "props": {
1320
+ "onPointerEnter": [Function: AsyncFunction],
1321
+ "onPointerLeave": [Function: AsyncFunction],
1322
+ "style": {
1323
+ "marginBottom": 48,
1324
+ "paddingLeft": 16,
1325
+ "paddingRight": 16,
1326
+ "width": "100%",
1327
+ },
1328
+ "testID": undefined,
1329
+ },
1330
+ "type": "View",
1331
+ },
1332
+ ],
1333
+ "props": {
1334
+ "style": {
1335
+ "marginTop": 0,
1336
+ "maxHeight": 812,
1337
+ "transform": [
1338
+ {
1339
+ "translateY": Value {
1340
+ "_value": 0,
1341
+ "addListener": [class Function],
1342
+ "animate": [class Function],
1343
+ "extractOffset": [class Function],
1344
+ "flattenOffset": [class Function],
1345
+ "interpolate": [class Function],
1346
+ "removeAllListeners": [class Function],
1347
+ "removeListener": [class Function],
1348
+ "resetAnimation": [class Function],
1349
+ "setOffset": [class Function],
1350
+ "setValue": [class Function],
1351
+ "stopAnimation": [class Function],
1352
+ "stopTracking": [class Function],
1353
+ "track": [class Function],
1354
+ },
1355
+ },
1356
+ ],
1357
+ },
1358
+ "testID": undefined,
1359
+ },
1360
+ "type": "View",
1361
+ },
1362
+ ],
1363
+ "props": {
1364
+ "onLayout": [Function: AsyncFunction],
1365
+ "style": [
1366
+ {
1367
+ "alignSelf": "center",
1368
+ "backgroundColor": "white",
1369
+ "width": "100%",
1370
+ },
1371
+ {
1372
+ "borderRadius": 10,
1373
+ },
1374
+ undefined,
1375
+ {
1376
+ "boxShadow": "1.5px 2.5px 3.5px rgba(0, 0, 0, 0.2)",
1377
+ "elevation": 5,
1378
+ "maxHeight": 812,
1379
+ "opacity": Value {
1380
+ "_value": 0,
1381
+ "addListener": [class Function],
1382
+ "animate": [class Function],
1383
+ "extractOffset": [class Function],
1384
+ "flattenOffset": [class Function],
1385
+ "interpolate": [class Function],
1386
+ "removeAllListeners": [class Function],
1387
+ "removeListener": [class Function],
1388
+ "resetAnimation": [class Function],
1389
+ "setOffset": [class Function],
1390
+ "setValue": [class Function],
1391
+ "stopAnimation": [class Function],
1392
+ "stopTracking": [class Function],
1393
+ "track": [class Function],
1394
+ },
1395
+ "transform": [
1396
+ {
1397
+ "translateY": Value {
1398
+ "_value": 0,
1399
+ "addListener": [class Function],
1400
+ "animate": [class Function],
1401
+ "extractOffset": [class Function],
1402
+ "flattenOffset": [class Function],
1403
+ "interpolate": [class Function],
1404
+ "removeAllListeners": [class Function],
1405
+ "removeListener": [class Function],
1406
+ "resetAnimation": [class Function],
1407
+ "setOffset": [class Function],
1408
+ "setValue": [class Function],
1409
+ "stopAnimation": [class Function],
1410
+ "stopTracking": [class Function],
1411
+ "track": [class Function],
1412
+ },
1413
+ },
1414
+ ],
1415
+ "zIndex": 11,
1416
+ },
1417
+ ],
1418
+ "testID": undefined,
1419
+ },
1420
+ "type": "View",
1421
+ },
1422
+ ],
1423
+ "props": {
1424
+ "style": {
1425
+ "width": "100%",
1426
+ },
1427
+ "testID": undefined,
1428
+ },
1429
+ "type": "View",
1430
+ },
1431
+ ],
1432
+ "props": {
1433
+ "bounces": false,
1434
+ "contentContainerStyle": {
1435
+ "width": 375,
1436
+ },
1437
+ "keyboardShouldPersistTaps": undefined,
1438
+ "onMomentumScrollBegin": [Function: AsyncFunction],
1439
+ "onMomentumScrollEnd": [Function: AsyncFunction],
1440
+ "onScroll": [Function],
1441
+ "onScrollBeginDrag": [Function: AsyncFunction],
1442
+ "onTouchEnd": [Function],
1443
+ "ref": {
1444
+ "current": null,
1445
+ },
1446
+ "scrollEnabled": false,
1447
+ "scrollEventThrottle": 5,
1448
+ "scrollsToTop": false,
1449
+ "showsVerticalScrollIndicator": false,
1450
+ "style": [
1451
+ {
1452
+ "backgroundColor": "transparent",
1453
+ "height": "100%",
1454
+ "width": "100%",
1455
+ },
1456
+ {
1457
+ "width": 375,
1458
+ },
1459
+ ],
1460
+ },
1461
+ "type": "FlatList",
1462
+ },
1463
+ ],
1464
+ "props": {
1465
+ "onLayout": [Function: AsyncFunction],
1466
+ "style": [
1467
+ {
1468
+ "alignItems": "center",
1469
+ "height": "100%",
1470
+ "justifyContent": "center",
1471
+ "width": "100%",
1472
+ },
1473
+ {
1474
+ "opacity": Value {
1475
+ "_value": 0,
1476
+ "addListener": [class Function],
1477
+ "animate": [class Function],
1478
+ "extractOffset": [class Function],
1479
+ "flattenOffset": [class Function],
1480
+ "interpolate": [class Function],
1481
+ "removeAllListeners": [class Function],
1482
+ "removeListener": [class Function],
1483
+ "resetAnimation": [class Function],
1484
+ "setOffset": [class Function],
1485
+ "setValue": [class Function],
1486
+ "stopAnimation": [class Function],
1487
+ "stopTracking": [class Function],
1488
+ "track": [class Function],
1489
+ },
1490
+ "width": 375,
1491
+ },
1492
+ ],
1493
+ "testID": undefined,
1494
+ },
1495
+ "type": "View",
1496
+ },
1497
+ ],
1498
+ "props": {
1499
+ "animationType": "none",
1500
+ "onRequestClose": [Function],
1501
+ "onShow": undefined,
1502
+ "statusBarTranslucent": true,
1503
+ "supportedOrientations": [
1504
+ "portrait",
1505
+ "portrait-upside-down",
1506
+ "landscape",
1507
+ "landscape-left",
1508
+ "landscape-right",
1509
+ ],
1510
+ "transparent": true,
1511
+ "visible": false,
1512
+ },
1513
+ "type": "Modal",
1514
+ },
1515
+ ],
1516
+ "props": {
1517
+ "style": {
1518
+ "flexDirection": "column",
1519
+ "width": "100%",
1520
+ },
1521
+ "testID": undefined,
1522
+ },
1523
+ "type": "View",
1524
+ }
1525
+ `;
1526
+
1527
+ exports[`HeightField snapshots should match snapshot with all props 1`] = `
1528
+ {
1529
+ "$$typeof": Symbol(react.test.json),
1530
+ "children": [
1531
+ {
1532
+ "$$typeof": Symbol(react.test.json),
1533
+ "children": [
1534
+ "Height",
1535
+ ],
1536
+ "props": {
1537
+ "style": {
1538
+ "color": "#1C1C1C",
1539
+ "fontSize": 14,
1540
+ "fontWeight": 600,
1541
+ "lineHeight": 22.4,
1542
+ },
1543
+ },
1544
+ "type": "Text",
1545
+ },
1546
+ {
1547
+ "$$typeof": Symbol(react.test.json),
1548
+ "children": [
1549
+ {
1550
+ "$$typeof": Symbol(react.test.json),
1551
+ "children": [
1552
+ {
1553
+ "$$typeof": Symbol(react.test.json),
1554
+ "children": [
1555
+ "Error text",
1556
+ ],
1557
+ "props": {
1558
+ "style": {
1559
+ "color": "#BD1111",
1560
+ "fontSize": 12,
1561
+ },
1562
+ },
1563
+ "type": "Text",
1564
+ },
1565
+ ],
1566
+ "props": {
1567
+ "style": {
1568
+ "marginLeft": 4,
1569
+ },
1570
+ "testID": undefined,
1571
+ },
1572
+ "type": "View",
1573
+ },
1574
+ ],
1575
+ "props": {
1576
+ "style": {
1577
+ "alignItems": "center",
1578
+ "flexDirection": "row",
1579
+ "marginVertical": 2,
1580
+ },
1581
+ "testID": undefined,
1582
+ },
1583
+ "type": "View",
1584
+ },
1585
+ {
1586
+ "$$typeof": Symbol(react.test.json),
1587
+ "children": [
1588
+ {
1589
+ "$$typeof": Symbol(react.test.json),
1590
+ "children": [
1591
+ {
1592
+ "$$typeof": Symbol(react.test.json),
1593
+ "children": [
1594
+ {
1595
+ "$$typeof": Symbol(react.test.json),
1596
+ "children": [
1597
+ "5ft 10in",
1598
+ ],
1599
+ "props": {
1600
+ "numberOfLines": 0,
1601
+ "selectable": undefined,
1602
+ "style": {
1603
+ "color": "#1C1C1C",
1604
+ "fontFamily": "text-regular",
1605
+ "fontSize": 14,
1606
+ "textAlign": "left",
1607
+ },
1608
+ "testID": undefined,
1609
+ },
1610
+ "type": "Text",
1611
+ },
1612
+ ],
1613
+ "props": {},
1614
+ "type": "View",
1615
+ },
1616
+ ],
1617
+ "props": {
1618
+ "style": {
1619
+ "alignItems": "center",
1620
+ "backgroundColor": "#FFFFFF",
1621
+ "borderColor": "#D33232",
1622
+ "borderRadius": 4,
1623
+ "borderWidth": 1,
1624
+ "flexDirection": "row",
1625
+ "minHeight": 40,
1626
+ "paddingHorizontal": 12,
1627
+ "paddingVertical": 8,
1628
+ },
1629
+ "testID": undefined,
1630
+ },
1631
+ "type": "View",
1632
+ },
1633
+ ],
1634
+ "props": {
1635
+ "accessibilityHint": "Tap to select height",
1636
+ "accessibilityLabel": "Height selector",
1637
+ "accessibilityRole": "button",
1638
+ "disabled": false,
1639
+ "onPress": [Function],
1640
+ },
1641
+ "type": "Pressable",
1642
+ },
1643
+ {
1644
+ "$$typeof": Symbol(react.test.json),
1645
+ "children": [
1646
+ {
1647
+ "$$typeof": Symbol(react.test.json),
1648
+ "children": [
1649
+ "Helper text",
1650
+ ],
1651
+ "props": {
1652
+ "style": {
1653
+ "color": "#1C1C1C",
1654
+ "fontSize": 12,
1655
+ "lineHeight": 16,
1656
+ },
1657
+ },
1658
+ "type": "Text",
1659
+ },
1660
+ ],
1661
+ "props": {
1662
+ "style": {
1663
+ "marginTop": 2,
1664
+ },
1665
+ "testID": undefined,
1666
+ },
1667
+ "type": "View",
1668
+ },
1669
+ {
1670
+ "$$typeof": Symbol(react.test.json),
1671
+ "children": [
1672
+ {
1673
+ "$$typeof": Symbol(react.test.json),
1674
+ "children": [
1675
+ {
1676
+ "$$typeof": Symbol(react.test.json),
1677
+ "children": [
1678
+ {
1679
+ "$$typeof": Symbol(react.test.json),
1680
+ "children": null,
1681
+ "props": {
1682
+ "style": undefined,
1683
+ "testID": undefined,
1684
+ },
1685
+ "type": "View",
1686
+ },
1687
+ ],
1688
+ "props": {
1689
+ "ref": {
1690
+ "current": null,
1691
+ },
1692
+ "style": {
1693
+ "left": 999999,
1694
+ "position": "absolute",
1695
+ "top": 999999,
1696
+ },
1697
+ },
1698
+ "type": "SafeAreaView",
1699
+ },
1700
+ {
1701
+ "$$typeof": Symbol(react.test.json),
1702
+ "children": [
1703
+ {
1704
+ "$$typeof": Symbol(react.test.json),
1705
+ "children": [
1706
+ {
1707
+ "$$typeof": Symbol(react.test.json),
1708
+ "children": null,
1709
+ "props": {
1710
+ "onTouchEnd": [Function],
1711
+ "onTouchMove": [Function],
1712
+ "onTouchStart": [Function],
1713
+ "style": {
1714
+ "backgroundColor": "black",
1715
+ "height": "100%",
1716
+ "opacity": 0.3,
1717
+ "position": "absolute",
1718
+ "width": "100%",
1719
+ "zIndex": 1,
1720
+ },
1721
+ "testID": undefined,
1722
+ },
1723
+ "type": "View",
1724
+ },
1725
+ {
1726
+ "$$typeof": Symbol(react.test.json),
1727
+ "children": [
1728
+ {
1729
+ "$$typeof": Symbol(react.test.json),
1730
+ "children": null,
1731
+ "props": {
1732
+ "aria-role": "button",
1733
+ "onLongPress": [Function],
1734
+ "onPress": [Function],
1735
+ "style": {
1736
+ "height": 933.8,
1737
+ "width": "100%",
1738
+ },
1739
+ },
1740
+ "type": "Pressable",
1741
+ },
1742
+ ],
1743
+ "props": {
1744
+ "onTouchEnd": [Function],
1745
+ "onTouchMove": [Function],
1746
+ "onTouchStart": [Function],
1747
+ "style": {
1748
+ "height": 933.8,
1749
+ "width": "100%",
1750
+ "zIndex": 10,
1751
+ },
1752
+ "testID": undefined,
1753
+ },
1754
+ "type": "View",
1755
+ },
1756
+ {
1757
+ "$$typeof": Symbol(react.test.json),
1758
+ "children": [
1759
+ {
1760
+ "$$typeof": Symbol(react.test.json),
1761
+ "children": [
1762
+ {
1763
+ "$$typeof": Symbol(react.test.json),
1764
+ "children": null,
1765
+ "props": {
1766
+ "style": [
1767
+ {
1768
+ "alignSelf": "center",
1769
+ "backgroundColor": "#f0f0f0",
1770
+ "borderRadius": 100,
1771
+ "height": 6,
1772
+ "marginVertical": 5,
1773
+ "width": 45,
1774
+ },
1775
+ {
1776
+ "backgroundColor": "#f0f0f0",
1777
+ },
1778
+ ],
1779
+ "testID": undefined,
1780
+ },
1781
+ "type": "View",
1782
+ },
1783
+ {
1784
+ "$$typeof": Symbol(react.test.json),
1785
+ "children": [
1786
+ {
1787
+ "$$typeof": Symbol(react.test.json),
1788
+ "children": [
1789
+ {
1790
+ "$$typeof": Symbol(react.test.json),
1791
+ "children": [
1792
+ {
1793
+ "$$typeof": Symbol(react.test.json),
1794
+ "children": [
1795
+ "Height",
1796
+ ],
1797
+ "props": {
1798
+ "numberOfLines": 0,
1799
+ "style": {
1800
+ "color": "#1C1C1C",
1801
+ "fontFamily": "heading-bold",
1802
+ "fontSize": 16,
1803
+ },
1804
+ "testID": undefined,
1805
+ },
1806
+ "type": "Text",
1807
+ },
1808
+ ],
1809
+ "props": {
1810
+ "onPointerEnter": [Function: AsyncFunction],
1811
+ "onPointerLeave": [Function: AsyncFunction],
1812
+ "style": {
1813
+ "display": "flex",
1814
+ "flexGrow": 1,
1815
+ "flexShrink": 1,
1816
+ },
1817
+ "testID": undefined,
1818
+ },
1819
+ "type": "View",
1820
+ },
1821
+ {
1822
+ "$$typeof": Symbol(react.test.json),
1823
+ "children": [
1824
+ {
1825
+ "$$typeof": Symbol(react.test.json),
1826
+ "children": [
1827
+ {
1828
+ "$$typeof": Symbol(react.test.json),
1829
+ "children": [
1830
+ {
1831
+ "$$typeof": Symbol(react.test.json),
1832
+ "children": [
1833
+ {
1834
+ "$$typeof": Symbol(react.test.json),
1835
+ "children": [
1836
+ "Done",
1837
+ ],
1838
+ "props": {
1839
+ "style": {
1840
+ "color": "#FFFFFF",
1841
+ "fontSize": 16,
1842
+ "fontWeight": "700",
1843
+ },
1844
+ },
1845
+ "type": "Text",
1846
+ },
1847
+ ],
1848
+ "props": {
1849
+ "style": {
1850
+ "flexDirection": "row",
1851
+ },
1852
+ "testID": undefined,
1853
+ },
1854
+ "type": "View",
1855
+ },
1856
+ ],
1857
+ "props": {
1858
+ "style": {
1859
+ "flexDirection": "row",
1860
+ },
1861
+ "testID": undefined,
1862
+ },
1863
+ "type": "View",
1864
+ },
1865
+ ],
1866
+ "props": {
1867
+ "accessibilityHint": "Press to perform action",
1868
+ "aria-label": "Done",
1869
+ "aria-role": "button",
1870
+ "disabled": undefined,
1871
+ "onPress": [Function: debounced],
1872
+ "style": {
1873
+ "alignItems": "center",
1874
+ "alignSelf": "flex-start",
1875
+ "backgroundColor": "#0E9DCD",
1876
+ "borderColor": undefined,
1877
+ "borderRadius": 360,
1878
+ "borderWidth": undefined,
1879
+ "flexDirection": "column",
1880
+ "justifyContent": "center",
1881
+ "paddingHorizontal": 20,
1882
+ "paddingVertical": 8,
1883
+ "width": "auto",
1884
+ },
1885
+ "testID": undefined,
1886
+ },
1887
+ "type": "Pressable",
1888
+ },
1889
+ ],
1890
+ "props": {
1891
+ "onPointerEnter": [Function: AsyncFunction],
1892
+ "onPointerLeave": [Function: AsyncFunction],
1893
+ "style": {
1894
+ "width": "33%",
1895
+ },
1896
+ "testID": undefined,
1897
+ },
1898
+ "type": "View",
1899
+ },
1900
+ ],
1901
+ "props": {
1902
+ "onPointerEnter": [Function: AsyncFunction],
1903
+ "onPointerLeave": [Function: AsyncFunction],
1904
+ "style": {
1905
+ "alignItems": "center",
1906
+ "display": "flex",
1907
+ "flexDirection": "row",
1908
+ "justifyContent": "space-between",
1909
+ "width": "100%",
1910
+ },
1911
+ "testID": undefined,
1912
+ },
1913
+ "type": "View",
1914
+ },
1915
+ {
1916
+ "$$typeof": Symbol(react.test.json),
1917
+ "children": [
1918
+ {
1919
+ "$$typeof": Symbol(react.test.json),
1920
+ "children": [
1921
+ {
1922
+ "$$typeof": Symbol(react.test.json),
1923
+ "children": [
1924
+ {
1925
+ "$$typeof": Symbol(react.test.json),
1926
+ "children": null,
1927
+ "props": {
1928
+ "label": "0 ft",
1929
+ "value": "0",
1930
+ },
1931
+ "type": "Picker.Item",
1932
+ },
1933
+ {
1934
+ "$$typeof": Symbol(react.test.json),
1935
+ "children": null,
1936
+ "props": {
1937
+ "label": "1 ft",
1938
+ "value": "1",
1939
+ },
1940
+ "type": "Picker.Item",
1941
+ },
1942
+ {
1943
+ "$$typeof": Symbol(react.test.json),
1944
+ "children": null,
1945
+ "props": {
1946
+ "label": "2 ft",
1947
+ "value": "2",
1948
+ },
1949
+ "type": "Picker.Item",
1950
+ },
1951
+ {
1952
+ "$$typeof": Symbol(react.test.json),
1953
+ "children": null,
1954
+ "props": {
1955
+ "label": "3 ft",
1956
+ "value": "3",
1957
+ },
1958
+ "type": "Picker.Item",
1959
+ },
1960
+ {
1961
+ "$$typeof": Symbol(react.test.json),
1962
+ "children": null,
1963
+ "props": {
1964
+ "label": "4 ft",
1965
+ "value": "4",
1966
+ },
1967
+ "type": "Picker.Item",
1968
+ },
1969
+ {
1970
+ "$$typeof": Symbol(react.test.json),
1971
+ "children": null,
1972
+ "props": {
1973
+ "label": "5 ft",
1974
+ "value": "5",
1975
+ },
1976
+ "type": "Picker.Item",
1977
+ },
1978
+ {
1979
+ "$$typeof": Symbol(react.test.json),
1980
+ "children": null,
1981
+ "props": {
1982
+ "label": "6 ft",
1983
+ "value": "6",
1984
+ },
1985
+ "type": "Picker.Item",
1986
+ },
1987
+ {
1988
+ "$$typeof": Symbol(react.test.json),
1989
+ "children": null,
1990
+ "props": {
1991
+ "label": "7 ft",
1992
+ "value": "7",
1993
+ },
1994
+ "type": "Picker.Item",
1995
+ },
1996
+ ],
1997
+ "props": {
1998
+ "itemStyle": {
1999
+ "color": "#1a1a1a",
2000
+ "fontSize": 20,
2001
+ "height": 180,
2002
+ },
2003
+ "onValueChange": [Function],
2004
+ "selectedValue": "5",
2005
+ "style": {
2006
+ "backgroundColor": "#FFFFFF",
2007
+ "height": 180,
2008
+ },
2009
+ },
2010
+ "type": "Picker",
2011
+ },
2012
+ ],
2013
+ "props": {
2014
+ "onPointerEnter": [Function: AsyncFunction],
2015
+ "onPointerLeave": [Function: AsyncFunction],
2016
+ "style": {
2017
+ "width": "50%",
2018
+ },
2019
+ "testID": undefined,
2020
+ },
2021
+ "type": "View",
2022
+ },
2023
+ {
2024
+ "$$typeof": Symbol(react.test.json),
2025
+ "children": [
2026
+ {
2027
+ "$$typeof": Symbol(react.test.json),
2028
+ "children": [
2029
+ {
2030
+ "$$typeof": Symbol(react.test.json),
2031
+ "children": null,
2032
+ "props": {
2033
+ "label": "0 in",
2034
+ "value": "0",
2035
+ },
2036
+ "type": "Picker.Item",
2037
+ },
2038
+ {
2039
+ "$$typeof": Symbol(react.test.json),
2040
+ "children": null,
2041
+ "props": {
2042
+ "label": "1 in",
2043
+ "value": "1",
2044
+ },
2045
+ "type": "Picker.Item",
2046
+ },
2047
+ {
2048
+ "$$typeof": Symbol(react.test.json),
2049
+ "children": null,
2050
+ "props": {
2051
+ "label": "2 in",
2052
+ "value": "2",
2053
+ },
2054
+ "type": "Picker.Item",
2055
+ },
2056
+ {
2057
+ "$$typeof": Symbol(react.test.json),
2058
+ "children": null,
2059
+ "props": {
2060
+ "label": "3 in",
2061
+ "value": "3",
2062
+ },
2063
+ "type": "Picker.Item",
2064
+ },
2065
+ {
2066
+ "$$typeof": Symbol(react.test.json),
2067
+ "children": null,
2068
+ "props": {
2069
+ "label": "4 in",
2070
+ "value": "4",
2071
+ },
2072
+ "type": "Picker.Item",
2073
+ },
2074
+ {
2075
+ "$$typeof": Symbol(react.test.json),
2076
+ "children": null,
2077
+ "props": {
2078
+ "label": "5 in",
2079
+ "value": "5",
2080
+ },
2081
+ "type": "Picker.Item",
2082
+ },
2083
+ {
2084
+ "$$typeof": Symbol(react.test.json),
2085
+ "children": null,
2086
+ "props": {
2087
+ "label": "6 in",
2088
+ "value": "6",
2089
+ },
2090
+ "type": "Picker.Item",
2091
+ },
2092
+ {
2093
+ "$$typeof": Symbol(react.test.json),
2094
+ "children": null,
2095
+ "props": {
2096
+ "label": "7 in",
2097
+ "value": "7",
2098
+ },
2099
+ "type": "Picker.Item",
2100
+ },
2101
+ {
2102
+ "$$typeof": Symbol(react.test.json),
2103
+ "children": null,
2104
+ "props": {
2105
+ "label": "8 in",
2106
+ "value": "8",
2107
+ },
2108
+ "type": "Picker.Item",
2109
+ },
2110
+ {
2111
+ "$$typeof": Symbol(react.test.json),
2112
+ "children": null,
2113
+ "props": {
2114
+ "label": "9 in",
2115
+ "value": "9",
2116
+ },
2117
+ "type": "Picker.Item",
2118
+ },
2119
+ {
2120
+ "$$typeof": Symbol(react.test.json),
2121
+ "children": null,
2122
+ "props": {
2123
+ "label": "10 in",
2124
+ "value": "10",
2125
+ },
2126
+ "type": "Picker.Item",
2127
+ },
2128
+ {
2129
+ "$$typeof": Symbol(react.test.json),
2130
+ "children": null,
2131
+ "props": {
2132
+ "label": "11 in",
2133
+ "value": "11",
2134
+ },
2135
+ "type": "Picker.Item",
2136
+ },
2137
+ ],
2138
+ "props": {
2139
+ "itemStyle": {
2140
+ "color": "#1a1a1a",
2141
+ "fontSize": 20,
2142
+ "height": 180,
2143
+ },
2144
+ "onValueChange": [Function],
2145
+ "selectedValue": "10",
2146
+ "style": {
2147
+ "backgroundColor": "#FFFFFF",
2148
+ "height": 180,
2149
+ },
2150
+ },
2151
+ "type": "Picker",
2152
+ },
2153
+ ],
2154
+ "props": {
2155
+ "onPointerEnter": [Function: AsyncFunction],
2156
+ "onPointerLeave": [Function: AsyncFunction],
2157
+ "style": {
2158
+ "width": "50%",
2159
+ },
2160
+ "testID": undefined,
2161
+ },
2162
+ "type": "View",
2163
+ },
2164
+ ],
2165
+ "props": {
2166
+ "onPointerEnter": [Function: AsyncFunction],
2167
+ "onPointerLeave": [Function: AsyncFunction],
2168
+ "style": {
2169
+ "display": "flex",
2170
+ "flexDirection": "row",
2171
+ "width": "100%",
2172
+ },
2173
+ "testID": undefined,
2174
+ },
2175
+ "type": "View",
2176
+ },
2177
+ ],
2178
+ "props": {
2179
+ "onPointerEnter": [Function: AsyncFunction],
2180
+ "onPointerLeave": [Function: AsyncFunction],
2181
+ "style": {
2182
+ "marginBottom": 48,
2183
+ "paddingLeft": 16,
2184
+ "paddingRight": 16,
2185
+ "width": "100%",
2186
+ },
2187
+ "testID": undefined,
2188
+ },
2189
+ "type": "View",
2190
+ },
2191
+ ],
2192
+ "props": {
2193
+ "style": {
2194
+ "marginTop": 0,
2195
+ "maxHeight": 812,
2196
+ "transform": [
2197
+ {
2198
+ "translateY": Value {
2199
+ "_value": 0,
2200
+ "addListener": [class Function],
2201
+ "animate": [class Function],
2202
+ "extractOffset": [class Function],
2203
+ "flattenOffset": [class Function],
2204
+ "interpolate": [class Function],
2205
+ "removeAllListeners": [class Function],
2206
+ "removeListener": [class Function],
2207
+ "resetAnimation": [class Function],
2208
+ "setOffset": [class Function],
2209
+ "setValue": [class Function],
2210
+ "stopAnimation": [class Function],
2211
+ "stopTracking": [class Function],
2212
+ "track": [class Function],
2213
+ },
2214
+ },
2215
+ ],
2216
+ },
2217
+ "testID": undefined,
2218
+ },
2219
+ "type": "View",
2220
+ },
2221
+ ],
2222
+ "props": {
2223
+ "onLayout": [Function: AsyncFunction],
2224
+ "style": [
2225
+ {
2226
+ "alignSelf": "center",
2227
+ "backgroundColor": "white",
2228
+ "width": "100%",
2229
+ },
2230
+ {
2231
+ "borderRadius": 10,
2232
+ },
2233
+ undefined,
2234
+ {
2235
+ "boxShadow": "1.5px 2.5px 3.5px rgba(0, 0, 0, 0.2)",
2236
+ "elevation": 5,
2237
+ "maxHeight": 812,
2238
+ "opacity": Value {
2239
+ "_value": 0,
2240
+ "addListener": [class Function],
2241
+ "animate": [class Function],
2242
+ "extractOffset": [class Function],
2243
+ "flattenOffset": [class Function],
2244
+ "interpolate": [class Function],
2245
+ "removeAllListeners": [class Function],
2246
+ "removeListener": [class Function],
2247
+ "resetAnimation": [class Function],
2248
+ "setOffset": [class Function],
2249
+ "setValue": [class Function],
2250
+ "stopAnimation": [class Function],
2251
+ "stopTracking": [class Function],
2252
+ "track": [class Function],
2253
+ },
2254
+ "transform": [
2255
+ {
2256
+ "translateY": Value {
2257
+ "_value": 0,
2258
+ "addListener": [class Function],
2259
+ "animate": [class Function],
2260
+ "extractOffset": [class Function],
2261
+ "flattenOffset": [class Function],
2262
+ "interpolate": [class Function],
2263
+ "removeAllListeners": [class Function],
2264
+ "removeListener": [class Function],
2265
+ "resetAnimation": [class Function],
2266
+ "setOffset": [class Function],
2267
+ "setValue": [class Function],
2268
+ "stopAnimation": [class Function],
2269
+ "stopTracking": [class Function],
2270
+ "track": [class Function],
2271
+ },
2272
+ },
2273
+ ],
2274
+ "zIndex": 11,
2275
+ },
2276
+ ],
2277
+ "testID": undefined,
2278
+ },
2279
+ "type": "View",
2280
+ },
2281
+ ],
2282
+ "props": {
2283
+ "style": {
2284
+ "width": "100%",
2285
+ },
2286
+ "testID": undefined,
2287
+ },
2288
+ "type": "View",
2289
+ },
2290
+ ],
2291
+ "props": {
2292
+ "bounces": false,
2293
+ "contentContainerStyle": {
2294
+ "width": 375,
2295
+ },
2296
+ "keyboardShouldPersistTaps": undefined,
2297
+ "onMomentumScrollBegin": [Function: AsyncFunction],
2298
+ "onMomentumScrollEnd": [Function: AsyncFunction],
2299
+ "onScroll": [Function],
2300
+ "onScrollBeginDrag": [Function: AsyncFunction],
2301
+ "onTouchEnd": [Function],
2302
+ "ref": {
2303
+ "current": null,
2304
+ },
2305
+ "scrollEnabled": false,
2306
+ "scrollEventThrottle": 5,
2307
+ "scrollsToTop": false,
2308
+ "showsVerticalScrollIndicator": false,
2309
+ "style": [
2310
+ {
2311
+ "backgroundColor": "transparent",
2312
+ "height": "100%",
2313
+ "width": "100%",
2314
+ },
2315
+ {
2316
+ "width": 375,
2317
+ },
2318
+ ],
2319
+ },
2320
+ "type": "FlatList",
2321
+ },
2322
+ ],
2323
+ "props": {
2324
+ "onLayout": [Function: AsyncFunction],
2325
+ "style": [
2326
+ {
2327
+ "alignItems": "center",
2328
+ "height": "100%",
2329
+ "justifyContent": "center",
2330
+ "width": "100%",
2331
+ },
2332
+ {
2333
+ "opacity": Value {
2334
+ "_value": 0,
2335
+ "addListener": [class Function],
2336
+ "animate": [class Function],
2337
+ "extractOffset": [class Function],
2338
+ "flattenOffset": [class Function],
2339
+ "interpolate": [class Function],
2340
+ "removeAllListeners": [class Function],
2341
+ "removeListener": [class Function],
2342
+ "resetAnimation": [class Function],
2343
+ "setOffset": [class Function],
2344
+ "setValue": [class Function],
2345
+ "stopAnimation": [class Function],
2346
+ "stopTracking": [class Function],
2347
+ "track": [class Function],
2348
+ },
2349
+ "width": 375,
2350
+ },
2351
+ ],
2352
+ "testID": undefined,
2353
+ },
2354
+ "type": "View",
2355
+ },
2356
+ ],
2357
+ "props": {
2358
+ "animationType": "none",
2359
+ "onRequestClose": [Function],
2360
+ "onShow": undefined,
2361
+ "statusBarTranslucent": true,
2362
+ "supportedOrientations": [
2363
+ "portrait",
2364
+ "portrait-upside-down",
2365
+ "landscape",
2366
+ "landscape-left",
2367
+ "landscape-right",
2368
+ ],
2369
+ "transparent": true,
2370
+ "visible": false,
2371
+ },
2372
+ "type": "Modal",
2373
+ },
2374
+ ],
2375
+ "props": {
2376
+ "style": {
2377
+ "flexDirection": "column",
2378
+ "width": "100%",
2379
+ },
2380
+ "testID": undefined,
2381
+ },
2382
+ "type": "View",
2383
+ }
2384
+ `;
2385
+
2386
+ exports[`HeightField snapshots should match snapshot when disabled 1`] = `
2387
+ {
2388
+ "$$typeof": Symbol(react.test.json),
2389
+ "children": [
2390
+ {
2391
+ "$$typeof": Symbol(react.test.json),
2392
+ "children": [
2393
+ "Height",
2394
+ ],
2395
+ "props": {
2396
+ "style": {
2397
+ "color": "#1C1C1C",
2398
+ "fontSize": 14,
2399
+ "fontWeight": 600,
2400
+ "lineHeight": 22.4,
2401
+ },
2402
+ },
2403
+ "type": "Text",
2404
+ },
2405
+ {
2406
+ "$$typeof": Symbol(react.test.json),
2407
+ "children": [
2408
+ {
2409
+ "$$typeof": Symbol(react.test.json),
2410
+ "children": [
2411
+ {
2412
+ "$$typeof": Symbol(react.test.json),
2413
+ "children": [
2414
+ {
2415
+ "$$typeof": Symbol(react.test.json),
2416
+ "children": [
2417
+ "5ft 10in",
2418
+ ],
2419
+ "props": {
2420
+ "numberOfLines": 0,
2421
+ "selectable": undefined,
2422
+ "style": {
2423
+ "color": "#1C1C1C",
2424
+ "fontFamily": "text-regular",
2425
+ "fontSize": 14,
2426
+ "textAlign": "left",
2427
+ },
2428
+ "testID": undefined,
2429
+ },
2430
+ "type": "Text",
2431
+ },
2432
+ ],
2433
+ "props": {},
2434
+ "type": "View",
2435
+ },
2436
+ ],
2437
+ "props": {
2438
+ "style": {
2439
+ "alignItems": "center",
2440
+ "backgroundColor": "#D9D9D9",
2441
+ "borderColor": "#4E4E4E",
2442
+ "borderRadius": 4,
2443
+ "borderWidth": 1,
2444
+ "flexDirection": "row",
2445
+ "minHeight": 40,
2446
+ "paddingHorizontal": 12,
2447
+ "paddingVertical": 8,
2448
+ },
2449
+ "testID": undefined,
2450
+ },
2451
+ "type": "View",
2452
+ },
2453
+ ],
2454
+ "props": {
2455
+ "accessibilityHint": "Tap to select height",
2456
+ "accessibilityLabel": "Height selector",
2457
+ "accessibilityRole": "button",
2458
+ "disabled": true,
2459
+ "onPress": [Function],
2460
+ },
2461
+ "type": "Pressable",
2462
+ },
2463
+ {
2464
+ "$$typeof": Symbol(react.test.json),
2465
+ "children": [
2466
+ {
2467
+ "$$typeof": Symbol(react.test.json),
2468
+ "children": [
2469
+ {
2470
+ "$$typeof": Symbol(react.test.json),
2471
+ "children": [
2472
+ {
2473
+ "$$typeof": Symbol(react.test.json),
2474
+ "children": null,
2475
+ "props": {
2476
+ "style": undefined,
2477
+ "testID": undefined,
2478
+ },
2479
+ "type": "View",
2480
+ },
2481
+ ],
2482
+ "props": {
2483
+ "ref": {
2484
+ "current": null,
2485
+ },
2486
+ "style": {
2487
+ "left": 999999,
2488
+ "position": "absolute",
2489
+ "top": 999999,
2490
+ },
2491
+ },
2492
+ "type": "SafeAreaView",
2493
+ },
2494
+ {
2495
+ "$$typeof": Symbol(react.test.json),
2496
+ "children": [
2497
+ {
2498
+ "$$typeof": Symbol(react.test.json),
2499
+ "children": [
2500
+ {
2501
+ "$$typeof": Symbol(react.test.json),
2502
+ "children": null,
2503
+ "props": {
2504
+ "onTouchEnd": [Function],
2505
+ "onTouchMove": [Function],
2506
+ "onTouchStart": [Function],
2507
+ "style": {
2508
+ "backgroundColor": "black",
2509
+ "height": "100%",
2510
+ "opacity": 0.3,
2511
+ "position": "absolute",
2512
+ "width": "100%",
2513
+ "zIndex": 1,
2514
+ },
2515
+ "testID": undefined,
2516
+ },
2517
+ "type": "View",
2518
+ },
2519
+ {
2520
+ "$$typeof": Symbol(react.test.json),
2521
+ "children": [
2522
+ {
2523
+ "$$typeof": Symbol(react.test.json),
2524
+ "children": null,
2525
+ "props": {
2526
+ "aria-role": "button",
2527
+ "onLongPress": [Function],
2528
+ "onPress": [Function],
2529
+ "style": {
2530
+ "height": 933.8,
2531
+ "width": "100%",
2532
+ },
2533
+ },
2534
+ "type": "Pressable",
2535
+ },
2536
+ ],
2537
+ "props": {
2538
+ "onTouchEnd": [Function],
2539
+ "onTouchMove": [Function],
2540
+ "onTouchStart": [Function],
2541
+ "style": {
2542
+ "height": 933.8,
2543
+ "width": "100%",
2544
+ "zIndex": 10,
2545
+ },
2546
+ "testID": undefined,
2547
+ },
2548
+ "type": "View",
2549
+ },
2550
+ {
2551
+ "$$typeof": Symbol(react.test.json),
2552
+ "children": [
2553
+ {
2554
+ "$$typeof": Symbol(react.test.json),
2555
+ "children": [
2556
+ {
2557
+ "$$typeof": Symbol(react.test.json),
2558
+ "children": null,
2559
+ "props": {
2560
+ "style": [
2561
+ {
2562
+ "alignSelf": "center",
2563
+ "backgroundColor": "#f0f0f0",
2564
+ "borderRadius": 100,
2565
+ "height": 6,
2566
+ "marginVertical": 5,
2567
+ "width": 45,
2568
+ },
2569
+ {
2570
+ "backgroundColor": "#f0f0f0",
2571
+ },
2572
+ ],
2573
+ "testID": undefined,
2574
+ },
2575
+ "type": "View",
2576
+ },
2577
+ {
2578
+ "$$typeof": Symbol(react.test.json),
2579
+ "children": [
2580
+ {
2581
+ "$$typeof": Symbol(react.test.json),
2582
+ "children": [
2583
+ {
2584
+ "$$typeof": Symbol(react.test.json),
2585
+ "children": [
2586
+ {
2587
+ "$$typeof": Symbol(react.test.json),
2588
+ "children": [
2589
+ "Height",
2590
+ ],
2591
+ "props": {
2592
+ "numberOfLines": 0,
2593
+ "style": {
2594
+ "color": "#1C1C1C",
2595
+ "fontFamily": "heading-bold",
2596
+ "fontSize": 16,
2597
+ },
2598
+ "testID": undefined,
2599
+ },
2600
+ "type": "Text",
2601
+ },
2602
+ ],
2603
+ "props": {
2604
+ "onPointerEnter": [Function: AsyncFunction],
2605
+ "onPointerLeave": [Function: AsyncFunction],
2606
+ "style": {
2607
+ "display": "flex",
2608
+ "flexGrow": 1,
2609
+ "flexShrink": 1,
2610
+ },
2611
+ "testID": undefined,
2612
+ },
2613
+ "type": "View",
2614
+ },
2615
+ {
2616
+ "$$typeof": Symbol(react.test.json),
2617
+ "children": [
2618
+ {
2619
+ "$$typeof": Symbol(react.test.json),
2620
+ "children": [
2621
+ {
2622
+ "$$typeof": Symbol(react.test.json),
2623
+ "children": [
2624
+ {
2625
+ "$$typeof": Symbol(react.test.json),
2626
+ "children": [
2627
+ {
2628
+ "$$typeof": Symbol(react.test.json),
2629
+ "children": [
2630
+ "Done",
2631
+ ],
2632
+ "props": {
2633
+ "style": {
2634
+ "color": "#FFFFFF",
2635
+ "fontSize": 16,
2636
+ "fontWeight": "700",
2637
+ },
2638
+ },
2639
+ "type": "Text",
2640
+ },
2641
+ ],
2642
+ "props": {
2643
+ "style": {
2644
+ "flexDirection": "row",
2645
+ },
2646
+ "testID": undefined,
2647
+ },
2648
+ "type": "View",
2649
+ },
2650
+ ],
2651
+ "props": {
2652
+ "style": {
2653
+ "flexDirection": "row",
2654
+ },
2655
+ "testID": undefined,
2656
+ },
2657
+ "type": "View",
2658
+ },
2659
+ ],
2660
+ "props": {
2661
+ "accessibilityHint": "Press to perform action",
2662
+ "aria-label": "Done",
2663
+ "aria-role": "button",
2664
+ "disabled": undefined,
2665
+ "onPress": [Function: debounced],
2666
+ "style": {
2667
+ "alignItems": "center",
2668
+ "alignSelf": "flex-start",
2669
+ "backgroundColor": "#0E9DCD",
2670
+ "borderColor": undefined,
2671
+ "borderRadius": 360,
2672
+ "borderWidth": undefined,
2673
+ "flexDirection": "column",
2674
+ "justifyContent": "center",
2675
+ "paddingHorizontal": 20,
2676
+ "paddingVertical": 8,
2677
+ "width": "auto",
2678
+ },
2679
+ "testID": undefined,
2680
+ },
2681
+ "type": "Pressable",
2682
+ },
2683
+ ],
2684
+ "props": {
2685
+ "onPointerEnter": [Function: AsyncFunction],
2686
+ "onPointerLeave": [Function: AsyncFunction],
2687
+ "style": {
2688
+ "width": "33%",
2689
+ },
2690
+ "testID": undefined,
2691
+ },
2692
+ "type": "View",
2693
+ },
2694
+ ],
2695
+ "props": {
2696
+ "onPointerEnter": [Function: AsyncFunction],
2697
+ "onPointerLeave": [Function: AsyncFunction],
2698
+ "style": {
2699
+ "alignItems": "center",
2700
+ "display": "flex",
2701
+ "flexDirection": "row",
2702
+ "justifyContent": "space-between",
2703
+ "width": "100%",
2704
+ },
2705
+ "testID": undefined,
2706
+ },
2707
+ "type": "View",
2708
+ },
2709
+ {
2710
+ "$$typeof": Symbol(react.test.json),
2711
+ "children": [
2712
+ {
2713
+ "$$typeof": Symbol(react.test.json),
2714
+ "children": [
2715
+ {
2716
+ "$$typeof": Symbol(react.test.json),
2717
+ "children": [
2718
+ {
2719
+ "$$typeof": Symbol(react.test.json),
2720
+ "children": null,
2721
+ "props": {
2722
+ "label": "0 ft",
2723
+ "value": "0",
2724
+ },
2725
+ "type": "Picker.Item",
2726
+ },
2727
+ {
2728
+ "$$typeof": Symbol(react.test.json),
2729
+ "children": null,
2730
+ "props": {
2731
+ "label": "1 ft",
2732
+ "value": "1",
2733
+ },
2734
+ "type": "Picker.Item",
2735
+ },
2736
+ {
2737
+ "$$typeof": Symbol(react.test.json),
2738
+ "children": null,
2739
+ "props": {
2740
+ "label": "2 ft",
2741
+ "value": "2",
2742
+ },
2743
+ "type": "Picker.Item",
2744
+ },
2745
+ {
2746
+ "$$typeof": Symbol(react.test.json),
2747
+ "children": null,
2748
+ "props": {
2749
+ "label": "3 ft",
2750
+ "value": "3",
2751
+ },
2752
+ "type": "Picker.Item",
2753
+ },
2754
+ {
2755
+ "$$typeof": Symbol(react.test.json),
2756
+ "children": null,
2757
+ "props": {
2758
+ "label": "4 ft",
2759
+ "value": "4",
2760
+ },
2761
+ "type": "Picker.Item",
2762
+ },
2763
+ {
2764
+ "$$typeof": Symbol(react.test.json),
2765
+ "children": null,
2766
+ "props": {
2767
+ "label": "5 ft",
2768
+ "value": "5",
2769
+ },
2770
+ "type": "Picker.Item",
2771
+ },
2772
+ {
2773
+ "$$typeof": Symbol(react.test.json),
2774
+ "children": null,
2775
+ "props": {
2776
+ "label": "6 ft",
2777
+ "value": "6",
2778
+ },
2779
+ "type": "Picker.Item",
2780
+ },
2781
+ {
2782
+ "$$typeof": Symbol(react.test.json),
2783
+ "children": null,
2784
+ "props": {
2785
+ "label": "7 ft",
2786
+ "value": "7",
2787
+ },
2788
+ "type": "Picker.Item",
2789
+ },
2790
+ ],
2791
+ "props": {
2792
+ "itemStyle": {
2793
+ "color": "#1a1a1a",
2794
+ "fontSize": 20,
2795
+ "height": 180,
2796
+ },
2797
+ "onValueChange": [Function],
2798
+ "selectedValue": "5",
2799
+ "style": {
2800
+ "backgroundColor": "#FFFFFF",
2801
+ "height": 180,
2802
+ },
2803
+ },
2804
+ "type": "Picker",
2805
+ },
2806
+ ],
2807
+ "props": {
2808
+ "onPointerEnter": [Function: AsyncFunction],
2809
+ "onPointerLeave": [Function: AsyncFunction],
2810
+ "style": {
2811
+ "width": "50%",
2812
+ },
2813
+ "testID": undefined,
2814
+ },
2815
+ "type": "View",
2816
+ },
2817
+ {
2818
+ "$$typeof": Symbol(react.test.json),
2819
+ "children": [
2820
+ {
2821
+ "$$typeof": Symbol(react.test.json),
2822
+ "children": [
2823
+ {
2824
+ "$$typeof": Symbol(react.test.json),
2825
+ "children": null,
2826
+ "props": {
2827
+ "label": "0 in",
2828
+ "value": "0",
2829
+ },
2830
+ "type": "Picker.Item",
2831
+ },
2832
+ {
2833
+ "$$typeof": Symbol(react.test.json),
2834
+ "children": null,
2835
+ "props": {
2836
+ "label": "1 in",
2837
+ "value": "1",
2838
+ },
2839
+ "type": "Picker.Item",
2840
+ },
2841
+ {
2842
+ "$$typeof": Symbol(react.test.json),
2843
+ "children": null,
2844
+ "props": {
2845
+ "label": "2 in",
2846
+ "value": "2",
2847
+ },
2848
+ "type": "Picker.Item",
2849
+ },
2850
+ {
2851
+ "$$typeof": Symbol(react.test.json),
2852
+ "children": null,
2853
+ "props": {
2854
+ "label": "3 in",
2855
+ "value": "3",
2856
+ },
2857
+ "type": "Picker.Item",
2858
+ },
2859
+ {
2860
+ "$$typeof": Symbol(react.test.json),
2861
+ "children": null,
2862
+ "props": {
2863
+ "label": "4 in",
2864
+ "value": "4",
2865
+ },
2866
+ "type": "Picker.Item",
2867
+ },
2868
+ {
2869
+ "$$typeof": Symbol(react.test.json),
2870
+ "children": null,
2871
+ "props": {
2872
+ "label": "5 in",
2873
+ "value": "5",
2874
+ },
2875
+ "type": "Picker.Item",
2876
+ },
2877
+ {
2878
+ "$$typeof": Symbol(react.test.json),
2879
+ "children": null,
2880
+ "props": {
2881
+ "label": "6 in",
2882
+ "value": "6",
2883
+ },
2884
+ "type": "Picker.Item",
2885
+ },
2886
+ {
2887
+ "$$typeof": Symbol(react.test.json),
2888
+ "children": null,
2889
+ "props": {
2890
+ "label": "7 in",
2891
+ "value": "7",
2892
+ },
2893
+ "type": "Picker.Item",
2894
+ },
2895
+ {
2896
+ "$$typeof": Symbol(react.test.json),
2897
+ "children": null,
2898
+ "props": {
2899
+ "label": "8 in",
2900
+ "value": "8",
2901
+ },
2902
+ "type": "Picker.Item",
2903
+ },
2904
+ {
2905
+ "$$typeof": Symbol(react.test.json),
2906
+ "children": null,
2907
+ "props": {
2908
+ "label": "9 in",
2909
+ "value": "9",
2910
+ },
2911
+ "type": "Picker.Item",
2912
+ },
2913
+ {
2914
+ "$$typeof": Symbol(react.test.json),
2915
+ "children": null,
2916
+ "props": {
2917
+ "label": "10 in",
2918
+ "value": "10",
2919
+ },
2920
+ "type": "Picker.Item",
2921
+ },
2922
+ {
2923
+ "$$typeof": Symbol(react.test.json),
2924
+ "children": null,
2925
+ "props": {
2926
+ "label": "11 in",
2927
+ "value": "11",
2928
+ },
2929
+ "type": "Picker.Item",
2930
+ },
2931
+ ],
2932
+ "props": {
2933
+ "itemStyle": {
2934
+ "color": "#1a1a1a",
2935
+ "fontSize": 20,
2936
+ "height": 180,
2937
+ },
2938
+ "onValueChange": [Function],
2939
+ "selectedValue": "10",
2940
+ "style": {
2941
+ "backgroundColor": "#FFFFFF",
2942
+ "height": 180,
2943
+ },
2944
+ },
2945
+ "type": "Picker",
2946
+ },
2947
+ ],
2948
+ "props": {
2949
+ "onPointerEnter": [Function: AsyncFunction],
2950
+ "onPointerLeave": [Function: AsyncFunction],
2951
+ "style": {
2952
+ "width": "50%",
2953
+ },
2954
+ "testID": undefined,
2955
+ },
2956
+ "type": "View",
2957
+ },
2958
+ ],
2959
+ "props": {
2960
+ "onPointerEnter": [Function: AsyncFunction],
2961
+ "onPointerLeave": [Function: AsyncFunction],
2962
+ "style": {
2963
+ "display": "flex",
2964
+ "flexDirection": "row",
2965
+ "width": "100%",
2966
+ },
2967
+ "testID": undefined,
2968
+ },
2969
+ "type": "View",
2970
+ },
2971
+ ],
2972
+ "props": {
2973
+ "onPointerEnter": [Function: AsyncFunction],
2974
+ "onPointerLeave": [Function: AsyncFunction],
2975
+ "style": {
2976
+ "marginBottom": 48,
2977
+ "paddingLeft": 16,
2978
+ "paddingRight": 16,
2979
+ "width": "100%",
2980
+ },
2981
+ "testID": undefined,
2982
+ },
2983
+ "type": "View",
2984
+ },
2985
+ ],
2986
+ "props": {
2987
+ "style": {
2988
+ "marginTop": 0,
2989
+ "maxHeight": 812,
2990
+ "transform": [
2991
+ {
2992
+ "translateY": Value {
2993
+ "_value": 0,
2994
+ "addListener": [class Function],
2995
+ "animate": [class Function],
2996
+ "extractOffset": [class Function],
2997
+ "flattenOffset": [class Function],
2998
+ "interpolate": [class Function],
2999
+ "removeAllListeners": [class Function],
3000
+ "removeListener": [class Function],
3001
+ "resetAnimation": [class Function],
3002
+ "setOffset": [class Function],
3003
+ "setValue": [class Function],
3004
+ "stopAnimation": [class Function],
3005
+ "stopTracking": [class Function],
3006
+ "track": [class Function],
3007
+ },
3008
+ },
3009
+ ],
3010
+ },
3011
+ "testID": undefined,
3012
+ },
3013
+ "type": "View",
3014
+ },
3015
+ ],
3016
+ "props": {
3017
+ "onLayout": [Function: AsyncFunction],
3018
+ "style": [
3019
+ {
3020
+ "alignSelf": "center",
3021
+ "backgroundColor": "white",
3022
+ "width": "100%",
3023
+ },
3024
+ {
3025
+ "borderRadius": 10,
3026
+ },
3027
+ undefined,
3028
+ {
3029
+ "boxShadow": "1.5px 2.5px 3.5px rgba(0, 0, 0, 0.2)",
3030
+ "elevation": 5,
3031
+ "maxHeight": 812,
3032
+ "opacity": Value {
3033
+ "_value": 0,
3034
+ "addListener": [class Function],
3035
+ "animate": [class Function],
3036
+ "extractOffset": [class Function],
3037
+ "flattenOffset": [class Function],
3038
+ "interpolate": [class Function],
3039
+ "removeAllListeners": [class Function],
3040
+ "removeListener": [class Function],
3041
+ "resetAnimation": [class Function],
3042
+ "setOffset": [class Function],
3043
+ "setValue": [class Function],
3044
+ "stopAnimation": [class Function],
3045
+ "stopTracking": [class Function],
3046
+ "track": [class Function],
3047
+ },
3048
+ "transform": [
3049
+ {
3050
+ "translateY": Value {
3051
+ "_value": 0,
3052
+ "addListener": [class Function],
3053
+ "animate": [class Function],
3054
+ "extractOffset": [class Function],
3055
+ "flattenOffset": [class Function],
3056
+ "interpolate": [class Function],
3057
+ "removeAllListeners": [class Function],
3058
+ "removeListener": [class Function],
3059
+ "resetAnimation": [class Function],
3060
+ "setOffset": [class Function],
3061
+ "setValue": [class Function],
3062
+ "stopAnimation": [class Function],
3063
+ "stopTracking": [class Function],
3064
+ "track": [class Function],
3065
+ },
3066
+ },
3067
+ ],
3068
+ "zIndex": 11,
3069
+ },
3070
+ ],
3071
+ "testID": undefined,
3072
+ },
3073
+ "type": "View",
3074
+ },
3075
+ ],
3076
+ "props": {
3077
+ "style": {
3078
+ "width": "100%",
3079
+ },
3080
+ "testID": undefined,
3081
+ },
3082
+ "type": "View",
3083
+ },
3084
+ ],
3085
+ "props": {
3086
+ "bounces": false,
3087
+ "contentContainerStyle": {
3088
+ "width": 375,
3089
+ },
3090
+ "keyboardShouldPersistTaps": undefined,
3091
+ "onMomentumScrollBegin": [Function: AsyncFunction],
3092
+ "onMomentumScrollEnd": [Function: AsyncFunction],
3093
+ "onScroll": [Function],
3094
+ "onScrollBeginDrag": [Function: AsyncFunction],
3095
+ "onTouchEnd": [Function],
3096
+ "ref": {
3097
+ "current": null,
3098
+ },
3099
+ "scrollEnabled": false,
3100
+ "scrollEventThrottle": 5,
3101
+ "scrollsToTop": false,
3102
+ "showsVerticalScrollIndicator": false,
3103
+ "style": [
3104
+ {
3105
+ "backgroundColor": "transparent",
3106
+ "height": "100%",
3107
+ "width": "100%",
3108
+ },
3109
+ {
3110
+ "width": 375,
3111
+ },
3112
+ ],
3113
+ },
3114
+ "type": "FlatList",
3115
+ },
3116
+ ],
3117
+ "props": {
3118
+ "onLayout": [Function: AsyncFunction],
3119
+ "style": [
3120
+ {
3121
+ "alignItems": "center",
3122
+ "height": "100%",
3123
+ "justifyContent": "center",
3124
+ "width": "100%",
3125
+ },
3126
+ {
3127
+ "opacity": Value {
3128
+ "_value": 0,
3129
+ "addListener": [class Function],
3130
+ "animate": [class Function],
3131
+ "extractOffset": [class Function],
3132
+ "flattenOffset": [class Function],
3133
+ "interpolate": [class Function],
3134
+ "removeAllListeners": [class Function],
3135
+ "removeListener": [class Function],
3136
+ "resetAnimation": [class Function],
3137
+ "setOffset": [class Function],
3138
+ "setValue": [class Function],
3139
+ "stopAnimation": [class Function],
3140
+ "stopTracking": [class Function],
3141
+ "track": [class Function],
3142
+ },
3143
+ "width": 375,
3144
+ },
3145
+ ],
3146
+ "testID": undefined,
3147
+ },
3148
+ "type": "View",
3149
+ },
3150
+ ],
3151
+ "props": {
3152
+ "animationType": "none",
3153
+ "onRequestClose": [Function],
3154
+ "onShow": undefined,
3155
+ "statusBarTranslucent": true,
3156
+ "supportedOrientations": [
3157
+ "portrait",
3158
+ "portrait-upside-down",
3159
+ "landscape",
3160
+ "landscape-left",
3161
+ "landscape-right",
3162
+ ],
3163
+ "transparent": true,
3164
+ "visible": false,
3165
+ },
3166
+ "type": "Modal",
3167
+ },
3168
+ ],
3169
+ "props": {
3170
+ "style": {
3171
+ "flexDirection": "column",
3172
+ "width": "100%",
3173
+ },
3174
+ "testID": undefined,
3175
+ },
3176
+ "type": "View",
3177
+ }
3178
+ `;
3179
+
3180
+ exports[`HeightField snapshots should match snapshot with error state 1`] = `
3181
+ {
3182
+ "$$typeof": Symbol(react.test.json),
3183
+ "children": [
3184
+ {
3185
+ "$$typeof": Symbol(react.test.json),
3186
+ "children": [
3187
+ "Height",
3188
+ ],
3189
+ "props": {
3190
+ "style": {
3191
+ "color": "#1C1C1C",
3192
+ "fontSize": 14,
3193
+ "fontWeight": 600,
3194
+ "lineHeight": 22.4,
3195
+ },
3196
+ },
3197
+ "type": "Text",
3198
+ },
3199
+ {
3200
+ "$$typeof": Symbol(react.test.json),
3201
+ "children": [
3202
+ {
3203
+ "$$typeof": Symbol(react.test.json),
3204
+ "children": [
3205
+ {
3206
+ "$$typeof": Symbol(react.test.json),
3207
+ "children": [
3208
+ "Height is required",
3209
+ ],
3210
+ "props": {
3211
+ "style": {
3212
+ "color": "#BD1111",
3213
+ "fontSize": 12,
3214
+ },
3215
+ },
3216
+ "type": "Text",
3217
+ },
3218
+ ],
3219
+ "props": {
3220
+ "style": {
3221
+ "marginLeft": 4,
3222
+ },
3223
+ "testID": undefined,
3224
+ },
3225
+ "type": "View",
3226
+ },
3227
+ ],
3228
+ "props": {
3229
+ "style": {
3230
+ "alignItems": "center",
3231
+ "flexDirection": "row",
3232
+ "marginVertical": 2,
3233
+ },
3234
+ "testID": undefined,
3235
+ },
3236
+ "type": "View",
3237
+ },
3238
+ {
3239
+ "$$typeof": Symbol(react.test.json),
3240
+ "children": [
3241
+ {
3242
+ "$$typeof": Symbol(react.test.json),
3243
+ "children": [
3244
+ {
3245
+ "$$typeof": Symbol(react.test.json),
3246
+ "children": [
3247
+ {
3248
+ "$$typeof": Symbol(react.test.json),
3249
+ "children": [
3250
+ "Select height",
3251
+ ],
3252
+ "props": {
3253
+ "numberOfLines": 0,
3254
+ "selectable": undefined,
3255
+ "style": {
3256
+ "color": "#686868",
3257
+ "fontFamily": "text-regular",
3258
+ "fontSize": 14,
3259
+ "textAlign": "left",
3260
+ },
3261
+ "testID": undefined,
3262
+ },
3263
+ "type": "Text",
3264
+ },
3265
+ ],
3266
+ "props": {},
3267
+ "type": "View",
3268
+ },
3269
+ ],
3270
+ "props": {
3271
+ "style": {
3272
+ "alignItems": "center",
3273
+ "backgroundColor": "#FFFFFF",
3274
+ "borderColor": "#D33232",
3275
+ "borderRadius": 4,
3276
+ "borderWidth": 1,
3277
+ "flexDirection": "row",
3278
+ "minHeight": 40,
3279
+ "paddingHorizontal": 12,
3280
+ "paddingVertical": 8,
3281
+ },
3282
+ "testID": undefined,
3283
+ },
3284
+ "type": "View",
3285
+ },
3286
+ ],
3287
+ "props": {
3288
+ "accessibilityHint": "Tap to select height",
3289
+ "accessibilityLabel": "Height selector",
3290
+ "accessibilityRole": "button",
3291
+ "disabled": undefined,
3292
+ "onPress": [Function],
3293
+ },
3294
+ "type": "Pressable",
3295
+ },
3296
+ {
3297
+ "$$typeof": Symbol(react.test.json),
3298
+ "children": [
3299
+ {
3300
+ "$$typeof": Symbol(react.test.json),
3301
+ "children": [
3302
+ {
3303
+ "$$typeof": Symbol(react.test.json),
3304
+ "children": [
3305
+ {
3306
+ "$$typeof": Symbol(react.test.json),
3307
+ "children": null,
3308
+ "props": {
3309
+ "style": undefined,
3310
+ "testID": undefined,
3311
+ },
3312
+ "type": "View",
3313
+ },
3314
+ ],
3315
+ "props": {
3316
+ "ref": {
3317
+ "current": null,
3318
+ },
3319
+ "style": {
3320
+ "left": 999999,
3321
+ "position": "absolute",
3322
+ "top": 999999,
3323
+ },
3324
+ },
3325
+ "type": "SafeAreaView",
3326
+ },
3327
+ {
3328
+ "$$typeof": Symbol(react.test.json),
3329
+ "children": [
3330
+ {
3331
+ "$$typeof": Symbol(react.test.json),
3332
+ "children": [
3333
+ {
3334
+ "$$typeof": Symbol(react.test.json),
3335
+ "children": null,
3336
+ "props": {
3337
+ "onTouchEnd": [Function],
3338
+ "onTouchMove": [Function],
3339
+ "onTouchStart": [Function],
3340
+ "style": {
3341
+ "backgroundColor": "black",
3342
+ "height": "100%",
3343
+ "opacity": 0.3,
3344
+ "position": "absolute",
3345
+ "width": "100%",
3346
+ "zIndex": 1,
3347
+ },
3348
+ "testID": undefined,
3349
+ },
3350
+ "type": "View",
3351
+ },
3352
+ {
3353
+ "$$typeof": Symbol(react.test.json),
3354
+ "children": [
3355
+ {
3356
+ "$$typeof": Symbol(react.test.json),
3357
+ "children": null,
3358
+ "props": {
3359
+ "aria-role": "button",
3360
+ "onLongPress": [Function],
3361
+ "onPress": [Function],
3362
+ "style": {
3363
+ "height": 933.8,
3364
+ "width": "100%",
3365
+ },
3366
+ },
3367
+ "type": "Pressable",
3368
+ },
3369
+ ],
3370
+ "props": {
3371
+ "onTouchEnd": [Function],
3372
+ "onTouchMove": [Function],
3373
+ "onTouchStart": [Function],
3374
+ "style": {
3375
+ "height": 933.8,
3376
+ "width": "100%",
3377
+ "zIndex": 10,
3378
+ },
3379
+ "testID": undefined,
3380
+ },
3381
+ "type": "View",
3382
+ },
3383
+ {
3384
+ "$$typeof": Symbol(react.test.json),
3385
+ "children": [
3386
+ {
3387
+ "$$typeof": Symbol(react.test.json),
3388
+ "children": [
3389
+ {
3390
+ "$$typeof": Symbol(react.test.json),
3391
+ "children": null,
3392
+ "props": {
3393
+ "style": [
3394
+ {
3395
+ "alignSelf": "center",
3396
+ "backgroundColor": "#f0f0f0",
3397
+ "borderRadius": 100,
3398
+ "height": 6,
3399
+ "marginVertical": 5,
3400
+ "width": 45,
3401
+ },
3402
+ {
3403
+ "backgroundColor": "#f0f0f0",
3404
+ },
3405
+ ],
3406
+ "testID": undefined,
3407
+ },
3408
+ "type": "View",
3409
+ },
3410
+ {
3411
+ "$$typeof": Symbol(react.test.json),
3412
+ "children": [
3413
+ {
3414
+ "$$typeof": Symbol(react.test.json),
3415
+ "children": [
3416
+ {
3417
+ "$$typeof": Symbol(react.test.json),
3418
+ "children": [
3419
+ {
3420
+ "$$typeof": Symbol(react.test.json),
3421
+ "children": [
3422
+ "Height",
3423
+ ],
3424
+ "props": {
3425
+ "numberOfLines": 0,
3426
+ "style": {
3427
+ "color": "#1C1C1C",
3428
+ "fontFamily": "heading-bold",
3429
+ "fontSize": 16,
3430
+ },
3431
+ "testID": undefined,
3432
+ },
3433
+ "type": "Text",
3434
+ },
3435
+ ],
3436
+ "props": {
3437
+ "onPointerEnter": [Function: AsyncFunction],
3438
+ "onPointerLeave": [Function: AsyncFunction],
3439
+ "style": {
3440
+ "display": "flex",
3441
+ "flexGrow": 1,
3442
+ "flexShrink": 1,
3443
+ },
3444
+ "testID": undefined,
3445
+ },
3446
+ "type": "View",
3447
+ },
3448
+ {
3449
+ "$$typeof": Symbol(react.test.json),
3450
+ "children": [
3451
+ {
3452
+ "$$typeof": Symbol(react.test.json),
3453
+ "children": [
3454
+ {
3455
+ "$$typeof": Symbol(react.test.json),
3456
+ "children": [
3457
+ {
3458
+ "$$typeof": Symbol(react.test.json),
3459
+ "children": [
3460
+ {
3461
+ "$$typeof": Symbol(react.test.json),
3462
+ "children": [
3463
+ "Done",
3464
+ ],
3465
+ "props": {
3466
+ "style": {
3467
+ "color": "#FFFFFF",
3468
+ "fontSize": 16,
3469
+ "fontWeight": "700",
3470
+ },
3471
+ },
3472
+ "type": "Text",
3473
+ },
3474
+ ],
3475
+ "props": {
3476
+ "style": {
3477
+ "flexDirection": "row",
3478
+ },
3479
+ "testID": undefined,
3480
+ },
3481
+ "type": "View",
3482
+ },
3483
+ ],
3484
+ "props": {
3485
+ "style": {
3486
+ "flexDirection": "row",
3487
+ },
3488
+ "testID": undefined,
3489
+ },
3490
+ "type": "View",
3491
+ },
3492
+ ],
3493
+ "props": {
3494
+ "accessibilityHint": "Press to perform action",
3495
+ "aria-label": "Done",
3496
+ "aria-role": "button",
3497
+ "disabled": undefined,
3498
+ "onPress": [Function: debounced],
3499
+ "style": {
3500
+ "alignItems": "center",
3501
+ "alignSelf": "flex-start",
3502
+ "backgroundColor": "#0E9DCD",
3503
+ "borderColor": undefined,
3504
+ "borderRadius": 360,
3505
+ "borderWidth": undefined,
3506
+ "flexDirection": "column",
3507
+ "justifyContent": "center",
3508
+ "paddingHorizontal": 20,
3509
+ "paddingVertical": 8,
3510
+ "width": "auto",
3511
+ },
3512
+ "testID": undefined,
3513
+ },
3514
+ "type": "Pressable",
3515
+ },
3516
+ ],
3517
+ "props": {
3518
+ "onPointerEnter": [Function: AsyncFunction],
3519
+ "onPointerLeave": [Function: AsyncFunction],
3520
+ "style": {
3521
+ "width": "33%",
3522
+ },
3523
+ "testID": undefined,
3524
+ },
3525
+ "type": "View",
3526
+ },
3527
+ ],
3528
+ "props": {
3529
+ "onPointerEnter": [Function: AsyncFunction],
3530
+ "onPointerLeave": [Function: AsyncFunction],
3531
+ "style": {
3532
+ "alignItems": "center",
3533
+ "display": "flex",
3534
+ "flexDirection": "row",
3535
+ "justifyContent": "space-between",
3536
+ "width": "100%",
3537
+ },
3538
+ "testID": undefined,
3539
+ },
3540
+ "type": "View",
3541
+ },
3542
+ {
3543
+ "$$typeof": Symbol(react.test.json),
3544
+ "children": [
3545
+ {
3546
+ "$$typeof": Symbol(react.test.json),
3547
+ "children": [
3548
+ {
3549
+ "$$typeof": Symbol(react.test.json),
3550
+ "children": [
3551
+ {
3552
+ "$$typeof": Symbol(react.test.json),
3553
+ "children": null,
3554
+ "props": {
3555
+ "label": "0 ft",
3556
+ "value": "0",
3557
+ },
3558
+ "type": "Picker.Item",
3559
+ },
3560
+ {
3561
+ "$$typeof": Symbol(react.test.json),
3562
+ "children": null,
3563
+ "props": {
3564
+ "label": "1 ft",
3565
+ "value": "1",
3566
+ },
3567
+ "type": "Picker.Item",
3568
+ },
3569
+ {
3570
+ "$$typeof": Symbol(react.test.json),
3571
+ "children": null,
3572
+ "props": {
3573
+ "label": "2 ft",
3574
+ "value": "2",
3575
+ },
3576
+ "type": "Picker.Item",
3577
+ },
3578
+ {
3579
+ "$$typeof": Symbol(react.test.json),
3580
+ "children": null,
3581
+ "props": {
3582
+ "label": "3 ft",
3583
+ "value": "3",
3584
+ },
3585
+ "type": "Picker.Item",
3586
+ },
3587
+ {
3588
+ "$$typeof": Symbol(react.test.json),
3589
+ "children": null,
3590
+ "props": {
3591
+ "label": "4 ft",
3592
+ "value": "4",
3593
+ },
3594
+ "type": "Picker.Item",
3595
+ },
3596
+ {
3597
+ "$$typeof": Symbol(react.test.json),
3598
+ "children": null,
3599
+ "props": {
3600
+ "label": "5 ft",
3601
+ "value": "5",
3602
+ },
3603
+ "type": "Picker.Item",
3604
+ },
3605
+ {
3606
+ "$$typeof": Symbol(react.test.json),
3607
+ "children": null,
3608
+ "props": {
3609
+ "label": "6 ft",
3610
+ "value": "6",
3611
+ },
3612
+ "type": "Picker.Item",
3613
+ },
3614
+ {
3615
+ "$$typeof": Symbol(react.test.json),
3616
+ "children": null,
3617
+ "props": {
3618
+ "label": "7 ft",
3619
+ "value": "7",
3620
+ },
3621
+ "type": "Picker.Item",
3622
+ },
3623
+ ],
3624
+ "props": {
3625
+ "itemStyle": {
3626
+ "color": "#1a1a1a",
3627
+ "fontSize": 20,
3628
+ "height": 180,
3629
+ },
3630
+ "onValueChange": [Function],
3631
+ "selectedValue": "5",
3632
+ "style": {
3633
+ "backgroundColor": "#FFFFFF",
3634
+ "height": 180,
3635
+ },
3636
+ },
3637
+ "type": "Picker",
3638
+ },
3639
+ ],
3640
+ "props": {
3641
+ "onPointerEnter": [Function: AsyncFunction],
3642
+ "onPointerLeave": [Function: AsyncFunction],
3643
+ "style": {
3644
+ "width": "50%",
3645
+ },
3646
+ "testID": undefined,
3647
+ },
3648
+ "type": "View",
3649
+ },
3650
+ {
3651
+ "$$typeof": Symbol(react.test.json),
3652
+ "children": [
3653
+ {
3654
+ "$$typeof": Symbol(react.test.json),
3655
+ "children": [
3656
+ {
3657
+ "$$typeof": Symbol(react.test.json),
3658
+ "children": null,
3659
+ "props": {
3660
+ "label": "0 in",
3661
+ "value": "0",
3662
+ },
3663
+ "type": "Picker.Item",
3664
+ },
3665
+ {
3666
+ "$$typeof": Symbol(react.test.json),
3667
+ "children": null,
3668
+ "props": {
3669
+ "label": "1 in",
3670
+ "value": "1",
3671
+ },
3672
+ "type": "Picker.Item",
3673
+ },
3674
+ {
3675
+ "$$typeof": Symbol(react.test.json),
3676
+ "children": null,
3677
+ "props": {
3678
+ "label": "2 in",
3679
+ "value": "2",
3680
+ },
3681
+ "type": "Picker.Item",
3682
+ },
3683
+ {
3684
+ "$$typeof": Symbol(react.test.json),
3685
+ "children": null,
3686
+ "props": {
3687
+ "label": "3 in",
3688
+ "value": "3",
3689
+ },
3690
+ "type": "Picker.Item",
3691
+ },
3692
+ {
3693
+ "$$typeof": Symbol(react.test.json),
3694
+ "children": null,
3695
+ "props": {
3696
+ "label": "4 in",
3697
+ "value": "4",
3698
+ },
3699
+ "type": "Picker.Item",
3700
+ },
3701
+ {
3702
+ "$$typeof": Symbol(react.test.json),
3703
+ "children": null,
3704
+ "props": {
3705
+ "label": "5 in",
3706
+ "value": "5",
3707
+ },
3708
+ "type": "Picker.Item",
3709
+ },
3710
+ {
3711
+ "$$typeof": Symbol(react.test.json),
3712
+ "children": null,
3713
+ "props": {
3714
+ "label": "6 in",
3715
+ "value": "6",
3716
+ },
3717
+ "type": "Picker.Item",
3718
+ },
3719
+ {
3720
+ "$$typeof": Symbol(react.test.json),
3721
+ "children": null,
3722
+ "props": {
3723
+ "label": "7 in",
3724
+ "value": "7",
3725
+ },
3726
+ "type": "Picker.Item",
3727
+ },
3728
+ {
3729
+ "$$typeof": Symbol(react.test.json),
3730
+ "children": null,
3731
+ "props": {
3732
+ "label": "8 in",
3733
+ "value": "8",
3734
+ },
3735
+ "type": "Picker.Item",
3736
+ },
3737
+ {
3738
+ "$$typeof": Symbol(react.test.json),
3739
+ "children": null,
3740
+ "props": {
3741
+ "label": "9 in",
3742
+ "value": "9",
3743
+ },
3744
+ "type": "Picker.Item",
3745
+ },
3746
+ {
3747
+ "$$typeof": Symbol(react.test.json),
3748
+ "children": null,
3749
+ "props": {
3750
+ "label": "10 in",
3751
+ "value": "10",
3752
+ },
3753
+ "type": "Picker.Item",
3754
+ },
3755
+ {
3756
+ "$$typeof": Symbol(react.test.json),
3757
+ "children": null,
3758
+ "props": {
3759
+ "label": "11 in",
3760
+ "value": "11",
3761
+ },
3762
+ "type": "Picker.Item",
3763
+ },
3764
+ ],
3765
+ "props": {
3766
+ "itemStyle": {
3767
+ "color": "#1a1a1a",
3768
+ "fontSize": 20,
3769
+ "height": 180,
3770
+ },
3771
+ "onValueChange": [Function],
3772
+ "selectedValue": "0",
3773
+ "style": {
3774
+ "backgroundColor": "#FFFFFF",
3775
+ "height": 180,
3776
+ },
3777
+ },
3778
+ "type": "Picker",
3779
+ },
3780
+ ],
3781
+ "props": {
3782
+ "onPointerEnter": [Function: AsyncFunction],
3783
+ "onPointerLeave": [Function: AsyncFunction],
3784
+ "style": {
3785
+ "width": "50%",
3786
+ },
3787
+ "testID": undefined,
3788
+ },
3789
+ "type": "View",
3790
+ },
3791
+ ],
3792
+ "props": {
3793
+ "onPointerEnter": [Function: AsyncFunction],
3794
+ "onPointerLeave": [Function: AsyncFunction],
3795
+ "style": {
3796
+ "display": "flex",
3797
+ "flexDirection": "row",
3798
+ "width": "100%",
3799
+ },
3800
+ "testID": undefined,
3801
+ },
3802
+ "type": "View",
3803
+ },
3804
+ ],
3805
+ "props": {
3806
+ "onPointerEnter": [Function: AsyncFunction],
3807
+ "onPointerLeave": [Function: AsyncFunction],
3808
+ "style": {
3809
+ "marginBottom": 48,
3810
+ "paddingLeft": 16,
3811
+ "paddingRight": 16,
3812
+ "width": "100%",
3813
+ },
3814
+ "testID": undefined,
3815
+ },
3816
+ "type": "View",
3817
+ },
3818
+ ],
3819
+ "props": {
3820
+ "style": {
3821
+ "marginTop": 0,
3822
+ "maxHeight": 812,
3823
+ "transform": [
3824
+ {
3825
+ "translateY": Value {
3826
+ "_value": 0,
3827
+ "addListener": [class Function],
3828
+ "animate": [class Function],
3829
+ "extractOffset": [class Function],
3830
+ "flattenOffset": [class Function],
3831
+ "interpolate": [class Function],
3832
+ "removeAllListeners": [class Function],
3833
+ "removeListener": [class Function],
3834
+ "resetAnimation": [class Function],
3835
+ "setOffset": [class Function],
3836
+ "setValue": [class Function],
3837
+ "stopAnimation": [class Function],
3838
+ "stopTracking": [class Function],
3839
+ "track": [class Function],
3840
+ },
3841
+ },
3842
+ ],
3843
+ },
3844
+ "testID": undefined,
3845
+ },
3846
+ "type": "View",
3847
+ },
3848
+ ],
3849
+ "props": {
3850
+ "onLayout": [Function: AsyncFunction],
3851
+ "style": [
3852
+ {
3853
+ "alignSelf": "center",
3854
+ "backgroundColor": "white",
3855
+ "width": "100%",
3856
+ },
3857
+ {
3858
+ "borderRadius": 10,
3859
+ },
3860
+ undefined,
3861
+ {
3862
+ "boxShadow": "1.5px 2.5px 3.5px rgba(0, 0, 0, 0.2)",
3863
+ "elevation": 5,
3864
+ "maxHeight": 812,
3865
+ "opacity": Value {
3866
+ "_value": 0,
3867
+ "addListener": [class Function],
3868
+ "animate": [class Function],
3869
+ "extractOffset": [class Function],
3870
+ "flattenOffset": [class Function],
3871
+ "interpolate": [class Function],
3872
+ "removeAllListeners": [class Function],
3873
+ "removeListener": [class Function],
3874
+ "resetAnimation": [class Function],
3875
+ "setOffset": [class Function],
3876
+ "setValue": [class Function],
3877
+ "stopAnimation": [class Function],
3878
+ "stopTracking": [class Function],
3879
+ "track": [class Function],
3880
+ },
3881
+ "transform": [
3882
+ {
3883
+ "translateY": Value {
3884
+ "_value": 0,
3885
+ "addListener": [class Function],
3886
+ "animate": [class Function],
3887
+ "extractOffset": [class Function],
3888
+ "flattenOffset": [class Function],
3889
+ "interpolate": [class Function],
3890
+ "removeAllListeners": [class Function],
3891
+ "removeListener": [class Function],
3892
+ "resetAnimation": [class Function],
3893
+ "setOffset": [class Function],
3894
+ "setValue": [class Function],
3895
+ "stopAnimation": [class Function],
3896
+ "stopTracking": [class Function],
3897
+ "track": [class Function],
3898
+ },
3899
+ },
3900
+ ],
3901
+ "zIndex": 11,
3902
+ },
3903
+ ],
3904
+ "testID": undefined,
3905
+ },
3906
+ "type": "View",
3907
+ },
3908
+ ],
3909
+ "props": {
3910
+ "style": {
3911
+ "width": "100%",
3912
+ },
3913
+ "testID": undefined,
3914
+ },
3915
+ "type": "View",
3916
+ },
3917
+ ],
3918
+ "props": {
3919
+ "bounces": false,
3920
+ "contentContainerStyle": {
3921
+ "width": 375,
3922
+ },
3923
+ "keyboardShouldPersistTaps": undefined,
3924
+ "onMomentumScrollBegin": [Function: AsyncFunction],
3925
+ "onMomentumScrollEnd": [Function: AsyncFunction],
3926
+ "onScroll": [Function],
3927
+ "onScrollBeginDrag": [Function: AsyncFunction],
3928
+ "onTouchEnd": [Function],
3929
+ "ref": {
3930
+ "current": null,
3931
+ },
3932
+ "scrollEnabled": false,
3933
+ "scrollEventThrottle": 5,
3934
+ "scrollsToTop": false,
3935
+ "showsVerticalScrollIndicator": false,
3936
+ "style": [
3937
+ {
3938
+ "backgroundColor": "transparent",
3939
+ "height": "100%",
3940
+ "width": "100%",
3941
+ },
3942
+ {
3943
+ "width": 375,
3944
+ },
3945
+ ],
3946
+ },
3947
+ "type": "FlatList",
3948
+ },
3949
+ ],
3950
+ "props": {
3951
+ "onLayout": [Function: AsyncFunction],
3952
+ "style": [
3953
+ {
3954
+ "alignItems": "center",
3955
+ "height": "100%",
3956
+ "justifyContent": "center",
3957
+ "width": "100%",
3958
+ },
3959
+ {
3960
+ "opacity": Value {
3961
+ "_value": 0,
3962
+ "addListener": [class Function],
3963
+ "animate": [class Function],
3964
+ "extractOffset": [class Function],
3965
+ "flattenOffset": [class Function],
3966
+ "interpolate": [class Function],
3967
+ "removeAllListeners": [class Function],
3968
+ "removeListener": [class Function],
3969
+ "resetAnimation": [class Function],
3970
+ "setOffset": [class Function],
3971
+ "setValue": [class Function],
3972
+ "stopAnimation": [class Function],
3973
+ "stopTracking": [class Function],
3974
+ "track": [class Function],
3975
+ },
3976
+ "width": 375,
3977
+ },
3978
+ ],
3979
+ "testID": undefined,
3980
+ },
3981
+ "type": "View",
3982
+ },
3983
+ ],
3984
+ "props": {
3985
+ "animationType": "none",
3986
+ "onRequestClose": [Function],
3987
+ "onShow": undefined,
3988
+ "statusBarTranslucent": true,
3989
+ "supportedOrientations": [
3990
+ "portrait",
3991
+ "portrait-upside-down",
3992
+ "landscape",
3993
+ "landscape-left",
3994
+ "landscape-right",
3995
+ ],
3996
+ "transparent": true,
3997
+ "visible": false,
3998
+ },
3999
+ "type": "Modal",
4000
+ },
4001
+ ],
4002
+ "props": {
4003
+ "style": {
4004
+ "flexDirection": "column",
4005
+ "width": "100%",
4006
+ },
4007
+ "testID": undefined,
4008
+ },
4009
+ "type": "View",
4010
+ }
4011
+ `;