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