@tactics/toddle-styleguide 1.2.2 → 1.2.3

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 (36) hide show
  1. package/App.tsx +11 -1
  2. package/index.d.ts +3 -2
  3. package/index.tsx +4 -2
  4. package/package.json +5 -1
  5. package/src/components/atoms/calendar/__snapshots__/calendar.test.js.snap +234 -234
  6. package/src/components/atoms/calendar/calendar.component.tsx +8 -6
  7. package/src/components/molecules/calendar-select/calendar-select.component.d.ts +2 -2
  8. package/src/components/molecules/calendar-select/calendar-select.component.tsx +4 -14
  9. package/src/components/molecules/calendar-select/calendar-select.preview.tsx +9 -22
  10. package/src/components/molecules/time-picker/__snapshots__/time-picker.test.js.snap +2149 -0
  11. package/src/components/molecules/time-picker/time-picker.component.d.ts +8 -0
  12. package/src/components/molecules/time-picker/time-picker.component.tsx +65 -0
  13. package/src/components/molecules/time-picker/time-picker.preview.d.ts +1 -0
  14. package/src/components/molecules/time-picker/time-picker.preview.tsx +109 -0
  15. package/src/components/molecules/time-picker/time-picker.styles.d.ts +15 -0
  16. package/src/components/molecules/time-picker/time-picker.styles.js +19 -0
  17. package/src/components/molecules/time-picker/time-picker.test.js +18 -0
  18. package/src/components/molecules/time-tracker/time-tracker.test.js +0 -1
  19. package/src/components/molecules/timeline/__snapshots__/timeline.test.js.snap +47 -39
  20. package/src/components/molecules/timeline/timeline.component.d.ts +2 -2
  21. package/src/components/molecules/timeline/timeline.component.tsx +27 -120
  22. package/src/components/molecules/timeline/timeline.preview.tsx +9 -20
  23. package/src/components/molecules/timeline/timeline.styles.d.ts +58 -40
  24. package/src/components/molecules/timeline/timeline.styles.js +24 -17
  25. package/src/components/molecules/timeline/timeline.test.js +3 -3
  26. package/src/components/templates/modal/components/fade-panel.component.d.ts +2 -1
  27. package/src/components/templates/modal/components/fade-panel.component.tsx +8 -2
  28. package/src/components/templates/modal/modal.component.d.ts +2 -1
  29. package/src/components/templates/modal/modal.component.tsx +4 -3
  30. package/src/components/templates/modal/modal.styles.d.ts +3 -6
  31. package/src/components/templates/modal/modal.styles.js +3 -3
  32. package/src/components/templates/popover/components/modal/modal.component.tsx +0 -2
  33. package/src/theme/provider/parent.theme.d.ts +4 -1
  34. package/src/theme/provider/parent.theme.ts +4 -1
  35. package/src/utilities/toddle-datetime/toddle-datetime.class.d.ts +2 -2
  36. package/src/utilities/toddle-datetime/toddle-datetime.class.tsx +2 -2
@@ -0,0 +1,2149 @@
1
+ // Jest Snapshot v1, https://goo.gl/fbAQLP
2
+
3
+ exports[`Time picker test Should render a time picker where we can choose the hours and minutes separately, and our initial set time is 08:00 1`] = `
4
+ <View
5
+ style={
6
+ {
7
+ "alignItems": "center",
8
+ "borderColor": "#F5F7FA",
9
+ "borderRadius": 16,
10
+ "borderStyle": "solid",
11
+ "borderWidth": 1,
12
+ "flexDirection": "row",
13
+ "overflow": "hidden",
14
+ }
15
+ }
16
+ >
17
+ <View
18
+ style={
19
+ {
20
+ "backgroundColor": "#FFFFFF",
21
+ "height": 200,
22
+ "width": 72,
23
+ }
24
+ }
25
+ >
26
+ <RCTScrollView
27
+ data={
28
+ [
29
+ {
30
+ "label": "",
31
+ "value": null,
32
+ },
33
+ {
34
+ "label": "",
35
+ "value": null,
36
+ },
37
+ {
38
+ "label": "--",
39
+ "value": "--",
40
+ },
41
+ {
42
+ "label": "00",
43
+ "value": "00",
44
+ },
45
+ {
46
+ "label": "01",
47
+ "value": "01",
48
+ },
49
+ {
50
+ "label": "02",
51
+ "value": "02",
52
+ },
53
+ {
54
+ "label": "03",
55
+ "value": "03",
56
+ },
57
+ {
58
+ "label": "04",
59
+ "value": "04",
60
+ },
61
+ {
62
+ "label": "05",
63
+ "value": "05",
64
+ },
65
+ {
66
+ "label": "06",
67
+ "value": "06",
68
+ },
69
+ {
70
+ "label": "07",
71
+ "value": "07",
72
+ },
73
+ {
74
+ "label": "08",
75
+ "value": "08",
76
+ },
77
+ {
78
+ "label": "09",
79
+ "value": "09",
80
+ },
81
+ {
82
+ "label": "10",
83
+ "value": "10",
84
+ },
85
+ {
86
+ "label": "11",
87
+ "value": "11",
88
+ },
89
+ {
90
+ "label": "12",
91
+ "value": "12",
92
+ },
93
+ {
94
+ "label": "13",
95
+ "value": "13",
96
+ },
97
+ {
98
+ "label": "14",
99
+ "value": "14",
100
+ },
101
+ {
102
+ "label": "15",
103
+ "value": "15",
104
+ },
105
+ {
106
+ "label": "16",
107
+ "value": "16",
108
+ },
109
+ {
110
+ "label": "17",
111
+ "value": "17",
112
+ },
113
+ {
114
+ "label": "18",
115
+ "value": "18",
116
+ },
117
+ {
118
+ "label": "19",
119
+ "value": "19",
120
+ },
121
+ {
122
+ "label": "20",
123
+ "value": "20",
124
+ },
125
+ {
126
+ "label": "21",
127
+ "value": "21",
128
+ },
129
+ {
130
+ "label": "22",
131
+ "value": "22",
132
+ },
133
+ {
134
+ "label": "23",
135
+ "value": "23",
136
+ },
137
+ {
138
+ "label": "",
139
+ "value": null,
140
+ },
141
+ {
142
+ "label": "",
143
+ "value": null,
144
+ },
145
+ ]
146
+ }
147
+ getItem={[Function]}
148
+ getItemCount={[Function]}
149
+ getItemLayout={[Function]}
150
+ initialScrollIndex={9}
151
+ keyExtractor={[Function]}
152
+ onContentSizeChange={[Function]}
153
+ onLayout={[Function]}
154
+ onMomentumScrollBegin={[Function]}
155
+ onMomentumScrollEnd={[Function]}
156
+ onScroll={[Function]}
157
+ onScrollBeginDrag={[Function]}
158
+ onScrollEndDrag={[Function]}
159
+ onTouchStart={[Function]}
160
+ removeClippedSubviews={false}
161
+ renderItem={[Function]}
162
+ scrollEventThrottle={50}
163
+ showsVerticalScrollIndicator={false}
164
+ snapToInterval={40}
165
+ stickyHeaderIndices={[]}
166
+ viewabilityConfigCallbackPairs={[]}
167
+ >
168
+ <View>
169
+ <View
170
+ style={
171
+ {
172
+ "height": 360,
173
+ }
174
+ }
175
+ />
176
+ <View
177
+ onFocusCapture={[Function]}
178
+ style={null}
179
+ >
180
+ <View
181
+ accessibilityState={
182
+ {
183
+ "busy": undefined,
184
+ "checked": undefined,
185
+ "disabled": undefined,
186
+ "expanded": undefined,
187
+ "selected": undefined,
188
+ }
189
+ }
190
+ accessibilityValue={
191
+ {
192
+ "max": undefined,
193
+ "min": undefined,
194
+ "now": undefined,
195
+ "text": undefined,
196
+ }
197
+ }
198
+ accessible={true}
199
+ collapsable={false}
200
+ focusable={true}
201
+ onClick={[Function]}
202
+ onResponderGrant={[Function]}
203
+ onResponderMove={[Function]}
204
+ onResponderRelease={[Function]}
205
+ onResponderTerminate={[Function]}
206
+ onResponderTerminationRequest={[Function]}
207
+ onStartShouldSetResponder={[Function]}
208
+ style={
209
+ {
210
+ "opacity": 1,
211
+ }
212
+ }
213
+ >
214
+ <View
215
+ style={
216
+ {
217
+ "alignItems": "center",
218
+ "backgroundColor": "#FFFFFF",
219
+ "fontSize": 20,
220
+ "height": 40,
221
+ "justifyContent": "center",
222
+ }
223
+ }
224
+ >
225
+ <Text
226
+ style={
227
+ [
228
+ [
229
+ {
230
+ "fontFamily": "SourceSansPro",
231
+ "fontSize": 18,
232
+ "lineHeight": 22.6,
233
+ },
234
+ ],
235
+ {
236
+ "color": "#1F2933",
237
+ "textAlign": "center",
238
+ "width": "100%",
239
+ },
240
+ undefined,
241
+ ]
242
+ }
243
+ >
244
+ 06
245
+ </Text>
246
+ </View>
247
+ </View>
248
+ </View>
249
+ <View
250
+ onFocusCapture={[Function]}
251
+ style={null}
252
+ >
253
+ <View
254
+ accessibilityState={
255
+ {
256
+ "busy": undefined,
257
+ "checked": undefined,
258
+ "disabled": undefined,
259
+ "expanded": undefined,
260
+ "selected": undefined,
261
+ }
262
+ }
263
+ accessibilityValue={
264
+ {
265
+ "max": undefined,
266
+ "min": undefined,
267
+ "now": undefined,
268
+ "text": undefined,
269
+ }
270
+ }
271
+ accessible={true}
272
+ collapsable={false}
273
+ focusable={true}
274
+ onClick={[Function]}
275
+ onResponderGrant={[Function]}
276
+ onResponderMove={[Function]}
277
+ onResponderRelease={[Function]}
278
+ onResponderTerminate={[Function]}
279
+ onResponderTerminationRequest={[Function]}
280
+ onStartShouldSetResponder={[Function]}
281
+ style={
282
+ {
283
+ "opacity": 1,
284
+ }
285
+ }
286
+ >
287
+ <View
288
+ style={
289
+ {
290
+ "alignItems": "center",
291
+ "backgroundColor": "#FFFFFF",
292
+ "fontSize": 20,
293
+ "height": 40,
294
+ "justifyContent": "center",
295
+ }
296
+ }
297
+ >
298
+ <Text
299
+ style={
300
+ [
301
+ [
302
+ {
303
+ "fontFamily": "SourceSansPro",
304
+ "fontSize": 18,
305
+ "lineHeight": 22.6,
306
+ },
307
+ ],
308
+ {
309
+ "color": "#1F2933",
310
+ "textAlign": "center",
311
+ "width": "100%",
312
+ },
313
+ undefined,
314
+ ]
315
+ }
316
+ >
317
+ 07
318
+ </Text>
319
+ </View>
320
+ </View>
321
+ </View>
322
+ <View
323
+ onFocusCapture={[Function]}
324
+ style={null}
325
+ >
326
+ <View
327
+ accessibilityState={
328
+ {
329
+ "busy": undefined,
330
+ "checked": undefined,
331
+ "disabled": undefined,
332
+ "expanded": undefined,
333
+ "selected": undefined,
334
+ }
335
+ }
336
+ accessibilityValue={
337
+ {
338
+ "max": undefined,
339
+ "min": undefined,
340
+ "now": undefined,
341
+ "text": undefined,
342
+ }
343
+ }
344
+ accessible={true}
345
+ collapsable={false}
346
+ focusable={true}
347
+ onClick={[Function]}
348
+ onResponderGrant={[Function]}
349
+ onResponderMove={[Function]}
350
+ onResponderRelease={[Function]}
351
+ onResponderTerminate={[Function]}
352
+ onResponderTerminationRequest={[Function]}
353
+ onStartShouldSetResponder={[Function]}
354
+ style={
355
+ {
356
+ "opacity": 1,
357
+ }
358
+ }
359
+ >
360
+ <View
361
+ style={
362
+ {
363
+ "alignItems": "center",
364
+ "backgroundColor": "#FFFFFF",
365
+ "fontSize": 20,
366
+ "height": 40,
367
+ "justifyContent": "center",
368
+ }
369
+ }
370
+ >
371
+ <Text
372
+ style={
373
+ [
374
+ [
375
+ {
376
+ "fontFamily": "SourceSansPro",
377
+ "fontSize": 18,
378
+ "lineHeight": 22.6,
379
+ },
380
+ ],
381
+ {
382
+ "color": "#1F2933",
383
+ "textAlign": "center",
384
+ "width": "100%",
385
+ },
386
+ undefined,
387
+ ]
388
+ }
389
+ >
390
+ 08
391
+ </Text>
392
+ </View>
393
+ </View>
394
+ </View>
395
+ <View
396
+ onFocusCapture={[Function]}
397
+ style={null}
398
+ >
399
+ <View
400
+ accessibilityState={
401
+ {
402
+ "busy": undefined,
403
+ "checked": undefined,
404
+ "disabled": undefined,
405
+ "expanded": undefined,
406
+ "selected": undefined,
407
+ }
408
+ }
409
+ accessibilityValue={
410
+ {
411
+ "max": undefined,
412
+ "min": undefined,
413
+ "now": undefined,
414
+ "text": undefined,
415
+ }
416
+ }
417
+ accessible={true}
418
+ collapsable={false}
419
+ focusable={true}
420
+ onClick={[Function]}
421
+ onResponderGrant={[Function]}
422
+ onResponderMove={[Function]}
423
+ onResponderRelease={[Function]}
424
+ onResponderTerminate={[Function]}
425
+ onResponderTerminationRequest={[Function]}
426
+ onStartShouldSetResponder={[Function]}
427
+ style={
428
+ {
429
+ "opacity": 1,
430
+ }
431
+ }
432
+ >
433
+ <View
434
+ style={
435
+ {
436
+ "alignItems": "center",
437
+ "backgroundColor": "#FFFFFF",
438
+ "fontSize": 20,
439
+ "height": 40,
440
+ "justifyContent": "center",
441
+ }
442
+ }
443
+ >
444
+ <Text
445
+ style={
446
+ [
447
+ [
448
+ {
449
+ "fontFamily": "SourceSansPro",
450
+ "fontSize": 18,
451
+ "lineHeight": 22.6,
452
+ },
453
+ ],
454
+ {
455
+ "color": "#1F2933",
456
+ "textAlign": "center",
457
+ "width": "100%",
458
+ },
459
+ undefined,
460
+ ]
461
+ }
462
+ >
463
+ 09
464
+ </Text>
465
+ </View>
466
+ </View>
467
+ </View>
468
+ <View
469
+ onFocusCapture={[Function]}
470
+ style={null}
471
+ >
472
+ <View
473
+ accessibilityState={
474
+ {
475
+ "busy": undefined,
476
+ "checked": undefined,
477
+ "disabled": undefined,
478
+ "expanded": undefined,
479
+ "selected": undefined,
480
+ }
481
+ }
482
+ accessibilityValue={
483
+ {
484
+ "max": undefined,
485
+ "min": undefined,
486
+ "now": undefined,
487
+ "text": undefined,
488
+ }
489
+ }
490
+ accessible={true}
491
+ collapsable={false}
492
+ focusable={true}
493
+ onClick={[Function]}
494
+ onResponderGrant={[Function]}
495
+ onResponderMove={[Function]}
496
+ onResponderRelease={[Function]}
497
+ onResponderTerminate={[Function]}
498
+ onResponderTerminationRequest={[Function]}
499
+ onStartShouldSetResponder={[Function]}
500
+ style={
501
+ {
502
+ "opacity": 1,
503
+ }
504
+ }
505
+ >
506
+ <View
507
+ style={
508
+ {
509
+ "alignItems": "center",
510
+ "backgroundColor": "#FFFFFF",
511
+ "fontSize": 20,
512
+ "height": 40,
513
+ "justifyContent": "center",
514
+ }
515
+ }
516
+ >
517
+ <Text
518
+ style={
519
+ [
520
+ [
521
+ {
522
+ "fontFamily": "SourceSansPro",
523
+ "fontSize": 18,
524
+ "lineHeight": 22.6,
525
+ },
526
+ ],
527
+ {
528
+ "color": "#1F2933",
529
+ "textAlign": "center",
530
+ "width": "100%",
531
+ },
532
+ undefined,
533
+ ]
534
+ }
535
+ >
536
+ 10
537
+ </Text>
538
+ </View>
539
+ </View>
540
+ </View>
541
+ <View
542
+ onFocusCapture={[Function]}
543
+ style={null}
544
+ >
545
+ <View
546
+ accessibilityState={
547
+ {
548
+ "busy": undefined,
549
+ "checked": undefined,
550
+ "disabled": undefined,
551
+ "expanded": undefined,
552
+ "selected": undefined,
553
+ }
554
+ }
555
+ accessibilityValue={
556
+ {
557
+ "max": undefined,
558
+ "min": undefined,
559
+ "now": undefined,
560
+ "text": undefined,
561
+ }
562
+ }
563
+ accessible={true}
564
+ collapsable={false}
565
+ focusable={true}
566
+ onClick={[Function]}
567
+ onResponderGrant={[Function]}
568
+ onResponderMove={[Function]}
569
+ onResponderRelease={[Function]}
570
+ onResponderTerminate={[Function]}
571
+ onResponderTerminationRequest={[Function]}
572
+ onStartShouldSetResponder={[Function]}
573
+ style={
574
+ {
575
+ "opacity": 1,
576
+ }
577
+ }
578
+ >
579
+ <View
580
+ style={
581
+ {
582
+ "alignItems": "center",
583
+ "backgroundColor": "#FFFFFF",
584
+ "fontSize": 20,
585
+ "height": 40,
586
+ "justifyContent": "center",
587
+ }
588
+ }
589
+ >
590
+ <Text
591
+ style={
592
+ [
593
+ [
594
+ {
595
+ "fontFamily": "SourceSansPro",
596
+ "fontSize": 18,
597
+ "lineHeight": 22.6,
598
+ },
599
+ ],
600
+ {
601
+ "color": "#1F2933",
602
+ "textAlign": "center",
603
+ "width": "100%",
604
+ },
605
+ undefined,
606
+ ]
607
+ }
608
+ >
609
+ 11
610
+ </Text>
611
+ </View>
612
+ </View>
613
+ </View>
614
+ <View
615
+ onFocusCapture={[Function]}
616
+ style={null}
617
+ >
618
+ <View
619
+ accessibilityState={
620
+ {
621
+ "busy": undefined,
622
+ "checked": undefined,
623
+ "disabled": undefined,
624
+ "expanded": undefined,
625
+ "selected": undefined,
626
+ }
627
+ }
628
+ accessibilityValue={
629
+ {
630
+ "max": undefined,
631
+ "min": undefined,
632
+ "now": undefined,
633
+ "text": undefined,
634
+ }
635
+ }
636
+ accessible={true}
637
+ collapsable={false}
638
+ focusable={true}
639
+ onClick={[Function]}
640
+ onResponderGrant={[Function]}
641
+ onResponderMove={[Function]}
642
+ onResponderRelease={[Function]}
643
+ onResponderTerminate={[Function]}
644
+ onResponderTerminationRequest={[Function]}
645
+ onStartShouldSetResponder={[Function]}
646
+ style={
647
+ {
648
+ "opacity": 1,
649
+ }
650
+ }
651
+ >
652
+ <View
653
+ style={
654
+ {
655
+ "alignItems": "center",
656
+ "backgroundColor": "#FFFFFF",
657
+ "fontSize": 20,
658
+ "height": 40,
659
+ "justifyContent": "center",
660
+ }
661
+ }
662
+ >
663
+ <Text
664
+ style={
665
+ [
666
+ [
667
+ {
668
+ "fontFamily": "SourceSansPro",
669
+ "fontSize": 18,
670
+ "lineHeight": 22.6,
671
+ },
672
+ ],
673
+ {
674
+ "color": "#1F2933",
675
+ "textAlign": "center",
676
+ "width": "100%",
677
+ },
678
+ undefined,
679
+ ]
680
+ }
681
+ >
682
+ 12
683
+ </Text>
684
+ </View>
685
+ </View>
686
+ </View>
687
+ <View
688
+ onFocusCapture={[Function]}
689
+ style={null}
690
+ >
691
+ <View
692
+ accessibilityState={
693
+ {
694
+ "busy": undefined,
695
+ "checked": undefined,
696
+ "disabled": undefined,
697
+ "expanded": undefined,
698
+ "selected": undefined,
699
+ }
700
+ }
701
+ accessibilityValue={
702
+ {
703
+ "max": undefined,
704
+ "min": undefined,
705
+ "now": undefined,
706
+ "text": undefined,
707
+ }
708
+ }
709
+ accessible={true}
710
+ collapsable={false}
711
+ focusable={true}
712
+ onClick={[Function]}
713
+ onResponderGrant={[Function]}
714
+ onResponderMove={[Function]}
715
+ onResponderRelease={[Function]}
716
+ onResponderTerminate={[Function]}
717
+ onResponderTerminationRequest={[Function]}
718
+ onStartShouldSetResponder={[Function]}
719
+ style={
720
+ {
721
+ "opacity": 1,
722
+ }
723
+ }
724
+ >
725
+ <View
726
+ style={
727
+ {
728
+ "alignItems": "center",
729
+ "backgroundColor": "#FFFFFF",
730
+ "fontSize": 20,
731
+ "height": 40,
732
+ "justifyContent": "center",
733
+ }
734
+ }
735
+ >
736
+ <Text
737
+ style={
738
+ [
739
+ [
740
+ {
741
+ "fontFamily": "SourceSansPro",
742
+ "fontSize": 18,
743
+ "lineHeight": 22.6,
744
+ },
745
+ ],
746
+ {
747
+ "color": "#1F2933",
748
+ "textAlign": "center",
749
+ "width": "100%",
750
+ },
751
+ undefined,
752
+ ]
753
+ }
754
+ >
755
+ 13
756
+ </Text>
757
+ </View>
758
+ </View>
759
+ </View>
760
+ <View
761
+ onFocusCapture={[Function]}
762
+ style={null}
763
+ >
764
+ <View
765
+ accessibilityState={
766
+ {
767
+ "busy": undefined,
768
+ "checked": undefined,
769
+ "disabled": undefined,
770
+ "expanded": undefined,
771
+ "selected": undefined,
772
+ }
773
+ }
774
+ accessibilityValue={
775
+ {
776
+ "max": undefined,
777
+ "min": undefined,
778
+ "now": undefined,
779
+ "text": undefined,
780
+ }
781
+ }
782
+ accessible={true}
783
+ collapsable={false}
784
+ focusable={true}
785
+ onClick={[Function]}
786
+ onResponderGrant={[Function]}
787
+ onResponderMove={[Function]}
788
+ onResponderRelease={[Function]}
789
+ onResponderTerminate={[Function]}
790
+ onResponderTerminationRequest={[Function]}
791
+ onStartShouldSetResponder={[Function]}
792
+ style={
793
+ {
794
+ "opacity": 1,
795
+ }
796
+ }
797
+ >
798
+ <View
799
+ style={
800
+ {
801
+ "alignItems": "center",
802
+ "backgroundColor": "#FFFFFF",
803
+ "fontSize": 20,
804
+ "height": 40,
805
+ "justifyContent": "center",
806
+ }
807
+ }
808
+ >
809
+ <Text
810
+ style={
811
+ [
812
+ [
813
+ {
814
+ "fontFamily": "SourceSansPro",
815
+ "fontSize": 18,
816
+ "lineHeight": 22.6,
817
+ },
818
+ ],
819
+ {
820
+ "color": "#1F2933",
821
+ "textAlign": "center",
822
+ "width": "100%",
823
+ },
824
+ undefined,
825
+ ]
826
+ }
827
+ >
828
+ 14
829
+ </Text>
830
+ </View>
831
+ </View>
832
+ </View>
833
+ <View
834
+ onFocusCapture={[Function]}
835
+ style={null}
836
+ >
837
+ <View
838
+ accessibilityState={
839
+ {
840
+ "busy": undefined,
841
+ "checked": undefined,
842
+ "disabled": undefined,
843
+ "expanded": undefined,
844
+ "selected": undefined,
845
+ }
846
+ }
847
+ accessibilityValue={
848
+ {
849
+ "max": undefined,
850
+ "min": undefined,
851
+ "now": undefined,
852
+ "text": undefined,
853
+ }
854
+ }
855
+ accessible={true}
856
+ collapsable={false}
857
+ focusable={true}
858
+ onClick={[Function]}
859
+ onResponderGrant={[Function]}
860
+ onResponderMove={[Function]}
861
+ onResponderRelease={[Function]}
862
+ onResponderTerminate={[Function]}
863
+ onResponderTerminationRequest={[Function]}
864
+ onStartShouldSetResponder={[Function]}
865
+ style={
866
+ {
867
+ "opacity": 1,
868
+ }
869
+ }
870
+ >
871
+ <View
872
+ style={
873
+ {
874
+ "alignItems": "center",
875
+ "backgroundColor": "#FFFFFF",
876
+ "fontSize": 20,
877
+ "height": 40,
878
+ "justifyContent": "center",
879
+ }
880
+ }
881
+ >
882
+ <Text
883
+ style={
884
+ [
885
+ [
886
+ {
887
+ "fontFamily": "SourceSansPro",
888
+ "fontSize": 18,
889
+ "lineHeight": 22.6,
890
+ },
891
+ ],
892
+ {
893
+ "color": "#1F2933",
894
+ "textAlign": "center",
895
+ "width": "100%",
896
+ },
897
+ undefined,
898
+ ]
899
+ }
900
+ >
901
+ 15
902
+ </Text>
903
+ </View>
904
+ </View>
905
+ </View>
906
+ <View
907
+ style={
908
+ {
909
+ "height": 400,
910
+ }
911
+ }
912
+ />
913
+ </View>
914
+ </RCTScrollView>
915
+ <View
916
+ pointerEvents="none"
917
+ style={
918
+ [
919
+ [
920
+ {
921
+ "borderColor": "#E5E8EB",
922
+ "height": 80,
923
+ },
924
+ {
925
+ "position": "absolute",
926
+ "width": "100%",
927
+ },
928
+ ],
929
+ {
930
+ "top": 0,
931
+ },
932
+ {
933
+ "borderBottomWidth": 1,
934
+ },
935
+ ]
936
+ }
937
+ >
938
+ <ViewManagerAdapter_ExpoLinearGradient
939
+ proxiedProperties={
940
+ {
941
+ "colors": [
942
+ 4294967295,
943
+ 872415231,
944
+ ],
945
+ "endPoint": undefined,
946
+ "locations": undefined,
947
+ "startPoint": undefined,
948
+ }
949
+ }
950
+ style={
951
+ {
952
+ "flex": 1,
953
+ }
954
+ }
955
+ />
956
+ </View>
957
+ <View
958
+ pointerEvents="none"
959
+ style={
960
+ [
961
+ [
962
+ {
963
+ "borderColor": "#E5E8EB",
964
+ "height": 80,
965
+ },
966
+ {
967
+ "position": "absolute",
968
+ "width": "100%",
969
+ },
970
+ ],
971
+ {
972
+ "bottom": 0,
973
+ },
974
+ {
975
+ "borderTopWidth": 1,
976
+ },
977
+ ]
978
+ }
979
+ >
980
+ <ViewManagerAdapter_ExpoLinearGradient
981
+ proxiedProperties={
982
+ {
983
+ "colors": [
984
+ 872415231,
985
+ 4294967295,
986
+ ],
987
+ "endPoint": undefined,
988
+ "locations": undefined,
989
+ "startPoint": undefined,
990
+ }
991
+ }
992
+ style={
993
+ {
994
+ "flex": 1,
995
+ }
996
+ }
997
+ />
998
+ </View>
999
+ </View>
1000
+ <View>
1001
+ <Text
1002
+ style={
1003
+ [
1004
+ [
1005
+ {
1006
+ "fontFamily": "SourceSansPro",
1007
+ "fontSize": 18,
1008
+ "lineHeight": 22.6,
1009
+ },
1010
+ ],
1011
+ {
1012
+ "color": "#1F2933",
1013
+ "textAlign": undefined,
1014
+ "width": "100%",
1015
+ },
1016
+ undefined,
1017
+ ]
1018
+ }
1019
+ >
1020
+ :
1021
+ </Text>
1022
+ </View>
1023
+ <View
1024
+ style={
1025
+ {
1026
+ "backgroundColor": "#FFFFFF",
1027
+ "height": 200,
1028
+ "width": 72,
1029
+ }
1030
+ }
1031
+ >
1032
+ <RCTScrollView
1033
+ data={
1034
+ [
1035
+ {
1036
+ "label": "",
1037
+ "value": null,
1038
+ },
1039
+ {
1040
+ "label": "",
1041
+ "value": null,
1042
+ },
1043
+ {
1044
+ "label": "--",
1045
+ "value": "--",
1046
+ },
1047
+ {
1048
+ "label": "00",
1049
+ "value": "00",
1050
+ },
1051
+ {
1052
+ "label": "01",
1053
+ "value": "01",
1054
+ },
1055
+ {
1056
+ "label": "02",
1057
+ "value": "02",
1058
+ },
1059
+ {
1060
+ "label": "03",
1061
+ "value": "03",
1062
+ },
1063
+ {
1064
+ "label": "04",
1065
+ "value": "04",
1066
+ },
1067
+ {
1068
+ "label": "05",
1069
+ "value": "05",
1070
+ },
1071
+ {
1072
+ "label": "06",
1073
+ "value": "06",
1074
+ },
1075
+ {
1076
+ "label": "07",
1077
+ "value": "07",
1078
+ },
1079
+ {
1080
+ "label": "08",
1081
+ "value": "08",
1082
+ },
1083
+ {
1084
+ "label": "09",
1085
+ "value": "09",
1086
+ },
1087
+ {
1088
+ "label": "10",
1089
+ "value": "10",
1090
+ },
1091
+ {
1092
+ "label": "11",
1093
+ "value": "11",
1094
+ },
1095
+ {
1096
+ "label": "12",
1097
+ "value": "12",
1098
+ },
1099
+ {
1100
+ "label": "13",
1101
+ "value": "13",
1102
+ },
1103
+ {
1104
+ "label": "14",
1105
+ "value": "14",
1106
+ },
1107
+ {
1108
+ "label": "15",
1109
+ "value": "15",
1110
+ },
1111
+ {
1112
+ "label": "16",
1113
+ "value": "16",
1114
+ },
1115
+ {
1116
+ "label": "17",
1117
+ "value": "17",
1118
+ },
1119
+ {
1120
+ "label": "18",
1121
+ "value": "18",
1122
+ },
1123
+ {
1124
+ "label": "19",
1125
+ "value": "19",
1126
+ },
1127
+ {
1128
+ "label": "20",
1129
+ "value": "20",
1130
+ },
1131
+ {
1132
+ "label": "21",
1133
+ "value": "21",
1134
+ },
1135
+ {
1136
+ "label": "22",
1137
+ "value": "22",
1138
+ },
1139
+ {
1140
+ "label": "23",
1141
+ "value": "23",
1142
+ },
1143
+ {
1144
+ "label": "24",
1145
+ "value": "24",
1146
+ },
1147
+ {
1148
+ "label": "25",
1149
+ "value": "25",
1150
+ },
1151
+ {
1152
+ "label": "26",
1153
+ "value": "26",
1154
+ },
1155
+ {
1156
+ "label": "27",
1157
+ "value": "27",
1158
+ },
1159
+ {
1160
+ "label": "28",
1161
+ "value": "28",
1162
+ },
1163
+ {
1164
+ "label": "29",
1165
+ "value": "29",
1166
+ },
1167
+ {
1168
+ "label": "30",
1169
+ "value": "30",
1170
+ },
1171
+ {
1172
+ "label": "31",
1173
+ "value": "31",
1174
+ },
1175
+ {
1176
+ "label": "32",
1177
+ "value": "32",
1178
+ },
1179
+ {
1180
+ "label": "33",
1181
+ "value": "33",
1182
+ },
1183
+ {
1184
+ "label": "34",
1185
+ "value": "34",
1186
+ },
1187
+ {
1188
+ "label": "35",
1189
+ "value": "35",
1190
+ },
1191
+ {
1192
+ "label": "36",
1193
+ "value": "36",
1194
+ },
1195
+ {
1196
+ "label": "37",
1197
+ "value": "37",
1198
+ },
1199
+ {
1200
+ "label": "38",
1201
+ "value": "38",
1202
+ },
1203
+ {
1204
+ "label": "39",
1205
+ "value": "39",
1206
+ },
1207
+ {
1208
+ "label": "40",
1209
+ "value": "40",
1210
+ },
1211
+ {
1212
+ "label": "41",
1213
+ "value": "41",
1214
+ },
1215
+ {
1216
+ "label": "42",
1217
+ "value": "42",
1218
+ },
1219
+ {
1220
+ "label": "43",
1221
+ "value": "43",
1222
+ },
1223
+ {
1224
+ "label": "44",
1225
+ "value": "44",
1226
+ },
1227
+ {
1228
+ "label": "45",
1229
+ "value": "45",
1230
+ },
1231
+ {
1232
+ "label": "46",
1233
+ "value": "46",
1234
+ },
1235
+ {
1236
+ "label": "47",
1237
+ "value": "47",
1238
+ },
1239
+ {
1240
+ "label": "48",
1241
+ "value": "48",
1242
+ },
1243
+ {
1244
+ "label": "49",
1245
+ "value": "49",
1246
+ },
1247
+ {
1248
+ "label": "50",
1249
+ "value": "50",
1250
+ },
1251
+ {
1252
+ "label": "51",
1253
+ "value": "51",
1254
+ },
1255
+ {
1256
+ "label": "52",
1257
+ "value": "52",
1258
+ },
1259
+ {
1260
+ "label": "53",
1261
+ "value": "53",
1262
+ },
1263
+ {
1264
+ "label": "54",
1265
+ "value": "54",
1266
+ },
1267
+ {
1268
+ "label": "55",
1269
+ "value": "55",
1270
+ },
1271
+ {
1272
+ "label": "56",
1273
+ "value": "56",
1274
+ },
1275
+ {
1276
+ "label": "57",
1277
+ "value": "57",
1278
+ },
1279
+ {
1280
+ "label": "58",
1281
+ "value": "58",
1282
+ },
1283
+ {
1284
+ "label": "59",
1285
+ "value": "59",
1286
+ },
1287
+ {
1288
+ "label": "",
1289
+ "value": null,
1290
+ },
1291
+ {
1292
+ "label": "",
1293
+ "value": null,
1294
+ },
1295
+ ]
1296
+ }
1297
+ getItem={[Function]}
1298
+ getItemCount={[Function]}
1299
+ getItemLayout={[Function]}
1300
+ initialScrollIndex={1}
1301
+ keyExtractor={[Function]}
1302
+ onContentSizeChange={[Function]}
1303
+ onLayout={[Function]}
1304
+ onMomentumScrollBegin={[Function]}
1305
+ onMomentumScrollEnd={[Function]}
1306
+ onScroll={[Function]}
1307
+ onScrollBeginDrag={[Function]}
1308
+ onScrollEndDrag={[Function]}
1309
+ onTouchStart={[Function]}
1310
+ removeClippedSubviews={false}
1311
+ renderItem={[Function]}
1312
+ scrollEventThrottle={50}
1313
+ showsVerticalScrollIndicator={false}
1314
+ snapToInterval={40}
1315
+ stickyHeaderIndices={[]}
1316
+ viewabilityConfigCallbackPairs={[]}
1317
+ >
1318
+ <View>
1319
+ <View
1320
+ style={
1321
+ {
1322
+ "height": 40,
1323
+ }
1324
+ }
1325
+ />
1326
+ <View
1327
+ onFocusCapture={[Function]}
1328
+ style={null}
1329
+ >
1330
+ <View
1331
+ accessibilityState={
1332
+ {
1333
+ "busy": undefined,
1334
+ "checked": undefined,
1335
+ "disabled": undefined,
1336
+ "expanded": undefined,
1337
+ "selected": undefined,
1338
+ }
1339
+ }
1340
+ accessibilityValue={
1341
+ {
1342
+ "max": undefined,
1343
+ "min": undefined,
1344
+ "now": undefined,
1345
+ "text": undefined,
1346
+ }
1347
+ }
1348
+ accessible={true}
1349
+ collapsable={false}
1350
+ focusable={true}
1351
+ onClick={[Function]}
1352
+ onResponderGrant={[Function]}
1353
+ onResponderMove={[Function]}
1354
+ onResponderRelease={[Function]}
1355
+ onResponderTerminate={[Function]}
1356
+ onResponderTerminationRequest={[Function]}
1357
+ onStartShouldSetResponder={[Function]}
1358
+ style={
1359
+ {
1360
+ "opacity": 1,
1361
+ }
1362
+ }
1363
+ >
1364
+ <View
1365
+ style={
1366
+ {
1367
+ "alignItems": "center",
1368
+ "backgroundColor": "#FFFFFF",
1369
+ "fontSize": 20,
1370
+ "height": 40,
1371
+ "justifyContent": "center",
1372
+ }
1373
+ }
1374
+ >
1375
+ <Text
1376
+ style={
1377
+ [
1378
+ [
1379
+ {
1380
+ "fontFamily": "SourceSansPro",
1381
+ "fontSize": 18,
1382
+ "lineHeight": 22.6,
1383
+ },
1384
+ ],
1385
+ {
1386
+ "color": "#1F2933",
1387
+ "textAlign": "center",
1388
+ "width": "100%",
1389
+ },
1390
+ undefined,
1391
+ ]
1392
+ }
1393
+ />
1394
+ </View>
1395
+ </View>
1396
+ </View>
1397
+ <View
1398
+ onFocusCapture={[Function]}
1399
+ style={null}
1400
+ >
1401
+ <View
1402
+ accessibilityState={
1403
+ {
1404
+ "busy": undefined,
1405
+ "checked": undefined,
1406
+ "disabled": undefined,
1407
+ "expanded": undefined,
1408
+ "selected": undefined,
1409
+ }
1410
+ }
1411
+ accessibilityValue={
1412
+ {
1413
+ "max": undefined,
1414
+ "min": undefined,
1415
+ "now": undefined,
1416
+ "text": undefined,
1417
+ }
1418
+ }
1419
+ accessible={true}
1420
+ collapsable={false}
1421
+ focusable={true}
1422
+ onClick={[Function]}
1423
+ onResponderGrant={[Function]}
1424
+ onResponderMove={[Function]}
1425
+ onResponderRelease={[Function]}
1426
+ onResponderTerminate={[Function]}
1427
+ onResponderTerminationRequest={[Function]}
1428
+ onStartShouldSetResponder={[Function]}
1429
+ style={
1430
+ {
1431
+ "opacity": 1,
1432
+ }
1433
+ }
1434
+ >
1435
+ <View
1436
+ style={
1437
+ {
1438
+ "alignItems": "center",
1439
+ "backgroundColor": "#FFFFFF",
1440
+ "fontSize": 20,
1441
+ "height": 40,
1442
+ "justifyContent": "center",
1443
+ }
1444
+ }
1445
+ >
1446
+ <Text
1447
+ style={
1448
+ [
1449
+ [
1450
+ {
1451
+ "fontFamily": "SourceSansPro",
1452
+ "fontSize": 18,
1453
+ "lineHeight": 22.6,
1454
+ },
1455
+ ],
1456
+ {
1457
+ "color": "#1F2933",
1458
+ "textAlign": "center",
1459
+ "width": "100%",
1460
+ },
1461
+ undefined,
1462
+ ]
1463
+ }
1464
+ >
1465
+ --
1466
+ </Text>
1467
+ </View>
1468
+ </View>
1469
+ </View>
1470
+ <View
1471
+ onFocusCapture={[Function]}
1472
+ style={null}
1473
+ >
1474
+ <View
1475
+ accessibilityState={
1476
+ {
1477
+ "busy": undefined,
1478
+ "checked": undefined,
1479
+ "disabled": undefined,
1480
+ "expanded": undefined,
1481
+ "selected": undefined,
1482
+ }
1483
+ }
1484
+ accessibilityValue={
1485
+ {
1486
+ "max": undefined,
1487
+ "min": undefined,
1488
+ "now": undefined,
1489
+ "text": undefined,
1490
+ }
1491
+ }
1492
+ accessible={true}
1493
+ collapsable={false}
1494
+ focusable={true}
1495
+ onClick={[Function]}
1496
+ onResponderGrant={[Function]}
1497
+ onResponderMove={[Function]}
1498
+ onResponderRelease={[Function]}
1499
+ onResponderTerminate={[Function]}
1500
+ onResponderTerminationRequest={[Function]}
1501
+ onStartShouldSetResponder={[Function]}
1502
+ style={
1503
+ {
1504
+ "opacity": 1,
1505
+ }
1506
+ }
1507
+ >
1508
+ <View
1509
+ style={
1510
+ {
1511
+ "alignItems": "center",
1512
+ "backgroundColor": "#FFFFFF",
1513
+ "fontSize": 20,
1514
+ "height": 40,
1515
+ "justifyContent": "center",
1516
+ }
1517
+ }
1518
+ >
1519
+ <Text
1520
+ style={
1521
+ [
1522
+ [
1523
+ {
1524
+ "fontFamily": "SourceSansPro",
1525
+ "fontSize": 18,
1526
+ "lineHeight": 22.6,
1527
+ },
1528
+ ],
1529
+ {
1530
+ "color": "#1F2933",
1531
+ "textAlign": "center",
1532
+ "width": "100%",
1533
+ },
1534
+ undefined,
1535
+ ]
1536
+ }
1537
+ >
1538
+ 00
1539
+ </Text>
1540
+ </View>
1541
+ </View>
1542
+ </View>
1543
+ <View
1544
+ onFocusCapture={[Function]}
1545
+ style={null}
1546
+ >
1547
+ <View
1548
+ accessibilityState={
1549
+ {
1550
+ "busy": undefined,
1551
+ "checked": undefined,
1552
+ "disabled": undefined,
1553
+ "expanded": undefined,
1554
+ "selected": undefined,
1555
+ }
1556
+ }
1557
+ accessibilityValue={
1558
+ {
1559
+ "max": undefined,
1560
+ "min": undefined,
1561
+ "now": undefined,
1562
+ "text": undefined,
1563
+ }
1564
+ }
1565
+ accessible={true}
1566
+ collapsable={false}
1567
+ focusable={true}
1568
+ onClick={[Function]}
1569
+ onResponderGrant={[Function]}
1570
+ onResponderMove={[Function]}
1571
+ onResponderRelease={[Function]}
1572
+ onResponderTerminate={[Function]}
1573
+ onResponderTerminationRequest={[Function]}
1574
+ onStartShouldSetResponder={[Function]}
1575
+ style={
1576
+ {
1577
+ "opacity": 1,
1578
+ }
1579
+ }
1580
+ >
1581
+ <View
1582
+ style={
1583
+ {
1584
+ "alignItems": "center",
1585
+ "backgroundColor": "#FFFFFF",
1586
+ "fontSize": 20,
1587
+ "height": 40,
1588
+ "justifyContent": "center",
1589
+ }
1590
+ }
1591
+ >
1592
+ <Text
1593
+ style={
1594
+ [
1595
+ [
1596
+ {
1597
+ "fontFamily": "SourceSansPro",
1598
+ "fontSize": 18,
1599
+ "lineHeight": 22.6,
1600
+ },
1601
+ ],
1602
+ {
1603
+ "color": "#1F2933",
1604
+ "textAlign": "center",
1605
+ "width": "100%",
1606
+ },
1607
+ undefined,
1608
+ ]
1609
+ }
1610
+ >
1611
+ 01
1612
+ </Text>
1613
+ </View>
1614
+ </View>
1615
+ </View>
1616
+ <View
1617
+ onFocusCapture={[Function]}
1618
+ style={null}
1619
+ >
1620
+ <View
1621
+ accessibilityState={
1622
+ {
1623
+ "busy": undefined,
1624
+ "checked": undefined,
1625
+ "disabled": undefined,
1626
+ "expanded": undefined,
1627
+ "selected": undefined,
1628
+ }
1629
+ }
1630
+ accessibilityValue={
1631
+ {
1632
+ "max": undefined,
1633
+ "min": undefined,
1634
+ "now": undefined,
1635
+ "text": undefined,
1636
+ }
1637
+ }
1638
+ accessible={true}
1639
+ collapsable={false}
1640
+ focusable={true}
1641
+ onClick={[Function]}
1642
+ onResponderGrant={[Function]}
1643
+ onResponderMove={[Function]}
1644
+ onResponderRelease={[Function]}
1645
+ onResponderTerminate={[Function]}
1646
+ onResponderTerminationRequest={[Function]}
1647
+ onStartShouldSetResponder={[Function]}
1648
+ style={
1649
+ {
1650
+ "opacity": 1,
1651
+ }
1652
+ }
1653
+ >
1654
+ <View
1655
+ style={
1656
+ {
1657
+ "alignItems": "center",
1658
+ "backgroundColor": "#FFFFFF",
1659
+ "fontSize": 20,
1660
+ "height": 40,
1661
+ "justifyContent": "center",
1662
+ }
1663
+ }
1664
+ >
1665
+ <Text
1666
+ style={
1667
+ [
1668
+ [
1669
+ {
1670
+ "fontFamily": "SourceSansPro",
1671
+ "fontSize": 18,
1672
+ "lineHeight": 22.6,
1673
+ },
1674
+ ],
1675
+ {
1676
+ "color": "#1F2933",
1677
+ "textAlign": "center",
1678
+ "width": "100%",
1679
+ },
1680
+ undefined,
1681
+ ]
1682
+ }
1683
+ >
1684
+ 02
1685
+ </Text>
1686
+ </View>
1687
+ </View>
1688
+ </View>
1689
+ <View
1690
+ onFocusCapture={[Function]}
1691
+ style={null}
1692
+ >
1693
+ <View
1694
+ accessibilityState={
1695
+ {
1696
+ "busy": undefined,
1697
+ "checked": undefined,
1698
+ "disabled": undefined,
1699
+ "expanded": undefined,
1700
+ "selected": undefined,
1701
+ }
1702
+ }
1703
+ accessibilityValue={
1704
+ {
1705
+ "max": undefined,
1706
+ "min": undefined,
1707
+ "now": undefined,
1708
+ "text": undefined,
1709
+ }
1710
+ }
1711
+ accessible={true}
1712
+ collapsable={false}
1713
+ focusable={true}
1714
+ onClick={[Function]}
1715
+ onResponderGrant={[Function]}
1716
+ onResponderMove={[Function]}
1717
+ onResponderRelease={[Function]}
1718
+ onResponderTerminate={[Function]}
1719
+ onResponderTerminationRequest={[Function]}
1720
+ onStartShouldSetResponder={[Function]}
1721
+ style={
1722
+ {
1723
+ "opacity": 1,
1724
+ }
1725
+ }
1726
+ >
1727
+ <View
1728
+ style={
1729
+ {
1730
+ "alignItems": "center",
1731
+ "backgroundColor": "#FFFFFF",
1732
+ "fontSize": 20,
1733
+ "height": 40,
1734
+ "justifyContent": "center",
1735
+ }
1736
+ }
1737
+ >
1738
+ <Text
1739
+ style={
1740
+ [
1741
+ [
1742
+ {
1743
+ "fontFamily": "SourceSansPro",
1744
+ "fontSize": 18,
1745
+ "lineHeight": 22.6,
1746
+ },
1747
+ ],
1748
+ {
1749
+ "color": "#1F2933",
1750
+ "textAlign": "center",
1751
+ "width": "100%",
1752
+ },
1753
+ undefined,
1754
+ ]
1755
+ }
1756
+ >
1757
+ 03
1758
+ </Text>
1759
+ </View>
1760
+ </View>
1761
+ </View>
1762
+ <View
1763
+ onFocusCapture={[Function]}
1764
+ style={null}
1765
+ >
1766
+ <View
1767
+ accessibilityState={
1768
+ {
1769
+ "busy": undefined,
1770
+ "checked": undefined,
1771
+ "disabled": undefined,
1772
+ "expanded": undefined,
1773
+ "selected": undefined,
1774
+ }
1775
+ }
1776
+ accessibilityValue={
1777
+ {
1778
+ "max": undefined,
1779
+ "min": undefined,
1780
+ "now": undefined,
1781
+ "text": undefined,
1782
+ }
1783
+ }
1784
+ accessible={true}
1785
+ collapsable={false}
1786
+ focusable={true}
1787
+ onClick={[Function]}
1788
+ onResponderGrant={[Function]}
1789
+ onResponderMove={[Function]}
1790
+ onResponderRelease={[Function]}
1791
+ onResponderTerminate={[Function]}
1792
+ onResponderTerminationRequest={[Function]}
1793
+ onStartShouldSetResponder={[Function]}
1794
+ style={
1795
+ {
1796
+ "opacity": 1,
1797
+ }
1798
+ }
1799
+ >
1800
+ <View
1801
+ style={
1802
+ {
1803
+ "alignItems": "center",
1804
+ "backgroundColor": "#FFFFFF",
1805
+ "fontSize": 20,
1806
+ "height": 40,
1807
+ "justifyContent": "center",
1808
+ }
1809
+ }
1810
+ >
1811
+ <Text
1812
+ style={
1813
+ [
1814
+ [
1815
+ {
1816
+ "fontFamily": "SourceSansPro",
1817
+ "fontSize": 18,
1818
+ "lineHeight": 22.6,
1819
+ },
1820
+ ],
1821
+ {
1822
+ "color": "#1F2933",
1823
+ "textAlign": "center",
1824
+ "width": "100%",
1825
+ },
1826
+ undefined,
1827
+ ]
1828
+ }
1829
+ >
1830
+ 04
1831
+ </Text>
1832
+ </View>
1833
+ </View>
1834
+ </View>
1835
+ <View
1836
+ onFocusCapture={[Function]}
1837
+ style={null}
1838
+ >
1839
+ <View
1840
+ accessibilityState={
1841
+ {
1842
+ "busy": undefined,
1843
+ "checked": undefined,
1844
+ "disabled": undefined,
1845
+ "expanded": undefined,
1846
+ "selected": undefined,
1847
+ }
1848
+ }
1849
+ accessibilityValue={
1850
+ {
1851
+ "max": undefined,
1852
+ "min": undefined,
1853
+ "now": undefined,
1854
+ "text": undefined,
1855
+ }
1856
+ }
1857
+ accessible={true}
1858
+ collapsable={false}
1859
+ focusable={true}
1860
+ onClick={[Function]}
1861
+ onResponderGrant={[Function]}
1862
+ onResponderMove={[Function]}
1863
+ onResponderRelease={[Function]}
1864
+ onResponderTerminate={[Function]}
1865
+ onResponderTerminationRequest={[Function]}
1866
+ onStartShouldSetResponder={[Function]}
1867
+ style={
1868
+ {
1869
+ "opacity": 1,
1870
+ }
1871
+ }
1872
+ >
1873
+ <View
1874
+ style={
1875
+ {
1876
+ "alignItems": "center",
1877
+ "backgroundColor": "#FFFFFF",
1878
+ "fontSize": 20,
1879
+ "height": 40,
1880
+ "justifyContent": "center",
1881
+ }
1882
+ }
1883
+ >
1884
+ <Text
1885
+ style={
1886
+ [
1887
+ [
1888
+ {
1889
+ "fontFamily": "SourceSansPro",
1890
+ "fontSize": 18,
1891
+ "lineHeight": 22.6,
1892
+ },
1893
+ ],
1894
+ {
1895
+ "color": "#1F2933",
1896
+ "textAlign": "center",
1897
+ "width": "100%",
1898
+ },
1899
+ undefined,
1900
+ ]
1901
+ }
1902
+ >
1903
+ 05
1904
+ </Text>
1905
+ </View>
1906
+ </View>
1907
+ </View>
1908
+ <View
1909
+ onFocusCapture={[Function]}
1910
+ style={null}
1911
+ >
1912
+ <View
1913
+ accessibilityState={
1914
+ {
1915
+ "busy": undefined,
1916
+ "checked": undefined,
1917
+ "disabled": undefined,
1918
+ "expanded": undefined,
1919
+ "selected": undefined,
1920
+ }
1921
+ }
1922
+ accessibilityValue={
1923
+ {
1924
+ "max": undefined,
1925
+ "min": undefined,
1926
+ "now": undefined,
1927
+ "text": undefined,
1928
+ }
1929
+ }
1930
+ accessible={true}
1931
+ collapsable={false}
1932
+ focusable={true}
1933
+ onClick={[Function]}
1934
+ onResponderGrant={[Function]}
1935
+ onResponderMove={[Function]}
1936
+ onResponderRelease={[Function]}
1937
+ onResponderTerminate={[Function]}
1938
+ onResponderTerminationRequest={[Function]}
1939
+ onStartShouldSetResponder={[Function]}
1940
+ style={
1941
+ {
1942
+ "opacity": 1,
1943
+ }
1944
+ }
1945
+ >
1946
+ <View
1947
+ style={
1948
+ {
1949
+ "alignItems": "center",
1950
+ "backgroundColor": "#FFFFFF",
1951
+ "fontSize": 20,
1952
+ "height": 40,
1953
+ "justifyContent": "center",
1954
+ }
1955
+ }
1956
+ >
1957
+ <Text
1958
+ style={
1959
+ [
1960
+ [
1961
+ {
1962
+ "fontFamily": "SourceSansPro",
1963
+ "fontSize": 18,
1964
+ "lineHeight": 22.6,
1965
+ },
1966
+ ],
1967
+ {
1968
+ "color": "#1F2933",
1969
+ "textAlign": "center",
1970
+ "width": "100%",
1971
+ },
1972
+ undefined,
1973
+ ]
1974
+ }
1975
+ >
1976
+ 06
1977
+ </Text>
1978
+ </View>
1979
+ </View>
1980
+ </View>
1981
+ <View
1982
+ onFocusCapture={[Function]}
1983
+ style={null}
1984
+ >
1985
+ <View
1986
+ accessibilityState={
1987
+ {
1988
+ "busy": undefined,
1989
+ "checked": undefined,
1990
+ "disabled": undefined,
1991
+ "expanded": undefined,
1992
+ "selected": undefined,
1993
+ }
1994
+ }
1995
+ accessibilityValue={
1996
+ {
1997
+ "max": undefined,
1998
+ "min": undefined,
1999
+ "now": undefined,
2000
+ "text": undefined,
2001
+ }
2002
+ }
2003
+ accessible={true}
2004
+ collapsable={false}
2005
+ focusable={true}
2006
+ onClick={[Function]}
2007
+ onResponderGrant={[Function]}
2008
+ onResponderMove={[Function]}
2009
+ onResponderRelease={[Function]}
2010
+ onResponderTerminate={[Function]}
2011
+ onResponderTerminationRequest={[Function]}
2012
+ onStartShouldSetResponder={[Function]}
2013
+ style={
2014
+ {
2015
+ "opacity": 1,
2016
+ }
2017
+ }
2018
+ >
2019
+ <View
2020
+ style={
2021
+ {
2022
+ "alignItems": "center",
2023
+ "backgroundColor": "#FFFFFF",
2024
+ "fontSize": 20,
2025
+ "height": 40,
2026
+ "justifyContent": "center",
2027
+ }
2028
+ }
2029
+ >
2030
+ <Text
2031
+ style={
2032
+ [
2033
+ [
2034
+ {
2035
+ "fontFamily": "SourceSansPro",
2036
+ "fontSize": 18,
2037
+ "lineHeight": 22.6,
2038
+ },
2039
+ ],
2040
+ {
2041
+ "color": "#1F2933",
2042
+ "textAlign": "center",
2043
+ "width": "100%",
2044
+ },
2045
+ undefined,
2046
+ ]
2047
+ }
2048
+ >
2049
+ 07
2050
+ </Text>
2051
+ </View>
2052
+ </View>
2053
+ </View>
2054
+ <View
2055
+ style={
2056
+ {
2057
+ "height": 2160,
2058
+ }
2059
+ }
2060
+ />
2061
+ </View>
2062
+ </RCTScrollView>
2063
+ <View
2064
+ pointerEvents="none"
2065
+ style={
2066
+ [
2067
+ [
2068
+ {
2069
+ "borderColor": "#E5E8EB",
2070
+ "height": 80,
2071
+ },
2072
+ {
2073
+ "position": "absolute",
2074
+ "width": "100%",
2075
+ },
2076
+ ],
2077
+ {
2078
+ "top": 0,
2079
+ },
2080
+ {
2081
+ "borderBottomWidth": 1,
2082
+ },
2083
+ ]
2084
+ }
2085
+ >
2086
+ <ViewManagerAdapter_ExpoLinearGradient
2087
+ proxiedProperties={
2088
+ {
2089
+ "colors": [
2090
+ 4294967295,
2091
+ 872415231,
2092
+ ],
2093
+ "endPoint": undefined,
2094
+ "locations": undefined,
2095
+ "startPoint": undefined,
2096
+ }
2097
+ }
2098
+ style={
2099
+ {
2100
+ "flex": 1,
2101
+ }
2102
+ }
2103
+ />
2104
+ </View>
2105
+ <View
2106
+ pointerEvents="none"
2107
+ style={
2108
+ [
2109
+ [
2110
+ {
2111
+ "borderColor": "#E5E8EB",
2112
+ "height": 80,
2113
+ },
2114
+ {
2115
+ "position": "absolute",
2116
+ "width": "100%",
2117
+ },
2118
+ ],
2119
+ {
2120
+ "bottom": 0,
2121
+ },
2122
+ {
2123
+ "borderTopWidth": 1,
2124
+ },
2125
+ ]
2126
+ }
2127
+ >
2128
+ <ViewManagerAdapter_ExpoLinearGradient
2129
+ proxiedProperties={
2130
+ {
2131
+ "colors": [
2132
+ 872415231,
2133
+ 4294967295,
2134
+ ],
2135
+ "endPoint": undefined,
2136
+ "locations": undefined,
2137
+ "startPoint": undefined,
2138
+ }
2139
+ }
2140
+ style={
2141
+ {
2142
+ "flex": 1,
2143
+ }
2144
+ }
2145
+ />
2146
+ </View>
2147
+ </View>
2148
+ </View>
2149
+ `;