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