@hero-design/rn 8.38.0 → 8.39.1

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 (139) hide show
  1. package/.turbo/turbo-build.log +1 -1
  2. package/assets/fonts/hero-icons-mobile.ttf +0 -0
  3. package/es/index.js +201 -196
  4. package/lib/assets/fonts/hero-icons-mobile.ttf +0 -0
  5. package/lib/index.js +201 -196
  6. package/package.json +13 -12
  7. package/src/components/Accordion/__tests__/__snapshots__/AccordionItem.spec.tsx.snap +64 -64
  8. package/src/components/Accordion/__tests__/__snapshots__/StyledAccordion.spec.tsx.snap +4 -4
  9. package/src/components/Accordion/__tests__/__snapshots__/index.spec.tsx.snap +104 -104
  10. package/src/components/Alert/__tests__/__snapshots__/index.spec.tsx.snap +107 -107
  11. package/src/components/Attachment/__tests__/__snapshots__/index.spec.tsx.snap +17 -17
  12. package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/StyledAvatarStack.spec.tsx.snap +10 -10
  13. package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/index.spec.tsx.snap +76 -76
  14. package/src/components/Avatar/__tests__/__snapshots__/StyledAvatar.spec.tsx.snap +8 -8
  15. package/src/components/Avatar/__tests__/__snapshots__/index.spec.tsx.snap +24 -24
  16. package/src/components/Badge/__tests__/__snapshots__/Badge.spec.tsx.snap +42 -42
  17. package/src/components/Badge/__tests__/__snapshots__/Status.spec.tsx.snap +10 -10
  18. package/src/components/BottomNavigation/__tests__/__snapshots__/index.spec.tsx.snap +46 -46
  19. package/src/components/BottomNavigation/index.tsx +4 -0
  20. package/src/components/BottomSheet/__tests__/__snapshots__/index.spec.tsx.snap +30 -30
  21. package/src/components/Box/__tests__/__snapshots__/index.spec.tsx.snap +42 -42
  22. package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/StyledLoadingIndicator.spec.tsx.snap +20 -20
  23. package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/index.spec.tsx.snap +210 -210
  24. package/src/components/Button/UtilityButton/__tests__/__snapshots__/index.spec.tsx.snap +18 -18
  25. package/src/components/Button/__tests__/__snapshots__/Button.spec.tsx.snap +214 -214
  26. package/src/components/Button/__tests__/__snapshots__/IconButton.spec.tsx.snap +4 -4
  27. package/src/components/Button/__tests__/__snapshots__/StyledButton.spec.tsx.snap +105 -105
  28. package/src/components/Calendar/__tests__/__snapshots__/CalendarRowItem.spec.tsx.snap +35 -35
  29. package/src/components/Card/DataCard/__tests__/__snapshots__/StyledDataCard.spec.tsx.snap +14 -14
  30. package/src/components/Card/DataCard/__tests__/__snapshots__/index.spec.tsx.snap +20 -20
  31. package/src/components/Card/__tests__/__snapshots__/StyledCard.spec.tsx.snap +2 -2
  32. package/src/components/Card/__tests__/__snapshots__/index.spec.tsx.snap +24 -24
  33. package/src/components/Carousel/CardCarousel.tsx +1 -1
  34. package/src/components/Carousel/__tests__/__snapshots__/CardCarousel.spec.tsx.snap +88 -88
  35. package/src/components/Carousel/__tests__/__snapshots__/StyledCardCarousel.spec.tsx.snap +15 -15
  36. package/src/components/Carousel/__tests__/__snapshots__/StyledCarousel.spec.tsx.snap +2 -2
  37. package/src/components/Carousel/__tests__/__snapshots__/index.spec.tsx.snap +342 -342
  38. package/src/components/Checkbox/__tests__/__snapshots__/StyledCheckbox.spec.tsx.snap +12 -12
  39. package/src/components/Checkbox/__tests__/__snapshots__/index.spec.tsx.snap +56 -56
  40. package/src/components/Collapse/__tests__/__snapshots__/StyledCollapse.spec.tsx.snap +3 -3
  41. package/src/components/Collapse/__tests__/__snapshots__/index.spec.tsx.snap +10 -10
  42. package/src/components/ContentNavigator/__tests__/__snapshots__/StyledContentNavigator.spec.tsx.snap +2 -2
  43. package/src/components/ContentNavigator/__tests__/__snapshots__/index.spec.tsx.snap +39 -39
  44. package/src/components/DatePicker/__tests__/__snapshots__/DatePicker.spec.tsx.snap +90 -90
  45. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerAndroid.spec.tsx.snap +30 -30
  46. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerCalendar.spec.tsx.snap +30 -30
  47. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +71 -71
  48. package/src/components/Divider/__tests__/__snapshots__/StyledDivider.spec.tsx.snap +24 -24
  49. package/src/components/Drawer/DragableDrawer/__tests__/__snapshots__/index.spec.tsx.snap +11 -11
  50. package/src/components/Drawer/__tests__/__snapshots__/index.spec.tsx.snap +21 -21
  51. package/src/components/Empty/__tests__/__snapshots__/index.spec.tsx.snap +23 -23
  52. package/src/components/Error/__tests__/__snapshots__/index.spec.tsx.snap +69 -69
  53. package/src/components/FAB/ActionGroup/__tests__/__snapshots__/index.spec.tsx.snap +157 -157
  54. package/src/components/FAB/__tests__/__snapshots__/AnimatedFABIcon.spec.tsx.snap +16 -16
  55. package/src/components/FAB/__tests__/__snapshots__/StyledFAB.spec.tsx.snap +14 -14
  56. package/src/components/FAB/__tests__/__snapshots__/index.spec.tsx.snap +46 -46
  57. package/src/components/HeroDesignProvider/__tests__/__snapshots__/index.spec.tsx.snap +5 -5
  58. package/src/components/Icon/HeroIcon/glyphMap.json +1 -1
  59. package/src/components/Icon/IconList.ts +2 -0
  60. package/src/components/Icon/__tests__/__snapshots__/index.spec.tsx.snap +11 -11
  61. package/src/components/Image/__tests__/__snapshots__/index.spec.tsx.snap +12 -12
  62. package/src/components/List/__tests__/__snapshots__/BasicListItem.spec.tsx.snap +34 -34
  63. package/src/components/List/__tests__/__snapshots__/ListItem.spec.tsx.snap +98 -98
  64. package/src/components/List/__tests__/__snapshots__/StyledBasicListItem.spec.tsx.snap +16 -16
  65. package/src/components/List/__tests__/__snapshots__/StyledListItem.spec.tsx.snap +28 -28
  66. package/src/components/PageControl/__tests__/__snapshots__/index.spec.tsx.snap +5 -5
  67. package/src/components/PinInput/__tests__/__snapshots__/PinCell.spec.tsx.snap +30 -30
  68. package/src/components/PinInput/__tests__/__snapshots__/StyledPinInput.spec.tsx.snap +6 -6
  69. package/src/components/PinInput/__tests__/__snapshots__/index.spec.tsx.snap +138 -138
  70. package/src/components/Progress/__tests__/__snapshots__/index.spec.js.snap +136 -136
  71. package/src/components/Radio/__tests__/__snapshots__/Radio.spec.tsx.snap +24 -24
  72. package/src/components/Radio/__tests__/__snapshots__/RadioGroup.spec.tsx.snap +39 -39
  73. package/src/components/Rate/__tests__/__snapshots__/index.spec.tsx.snap +78 -78
  74. package/src/components/RefreshControl/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
  75. package/src/components/RichTextEditor/__tests__/__snapshots__/EditorToolbar.spec.tsx.snap +27 -27
  76. package/src/components/RichTextEditor/__tests__/__snapshots__/MentionList.spec.tsx.snap +4 -4
  77. package/src/components/RichTextEditor/__tests__/__snapshots__/RichTextEditor.spec.tsx.snap +72 -72
  78. package/src/components/SectionHeading/__tests__/__snapshots__/StyledHeading.spec.tsx.snap +6 -6
  79. package/src/components/SectionHeading/__tests__/__snapshots__/index.spec.tsx.snap +38 -38
  80. package/src/components/Select/MultiSelect/__tests__/__snapshots__/Option.spec.tsx.snap +12 -12
  81. package/src/components/Select/MultiSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +460 -460
  82. package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +838 -838
  83. package/src/components/Select/SingleSelect/__tests__/__snapshots__/Option.spec.tsx.snap +7 -7
  84. package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +443 -443
  85. package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +628 -628
  86. package/src/components/Skeleton/__tests__/__snapshots__/index.spec.tsx.snap +98 -98
  87. package/src/components/Spinner/__tests__/__snapshots__/AnimatedSpinner.spec.tsx.snap +21 -21
  88. package/src/components/Spinner/__tests__/__snapshots__/StyledSpinner.spec.tsx.snap +132 -132
  89. package/src/components/Spinner/__tests__/__snapshots__/index.spec.tsx.snap +25 -25
  90. package/src/components/Success/__tests__/__snapshots__/index.spec.tsx.snap +69 -69
  91. package/src/components/Swipeable/__tests__/__snapshots__/SwipeableAction.spec.tsx.snap +9 -9
  92. package/src/components/Swipeable/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
  93. package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/Option.spec.tsx.snap +26 -26
  94. package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/index.spec.tsx.snap +19 -19
  95. package/src/components/Switch/__tests__/__snapshots__/StyledSwitch.spec.tsx.snap +9 -9
  96. package/src/components/Switch/__tests__/__snapshots__/index.spec.tsx.snap +8 -8
  97. package/src/components/Tabs/SceneView.tsx +5 -2
  98. package/src/components/Tabs/ScrollableTabs.tsx +1 -1
  99. package/src/components/Tabs/__tests__/__snapshots__/SceneView.spec.tsx.snap +23 -23
  100. package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +336 -336
  101. package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabsHeader.spec.tsx.snap +80 -80
  102. package/src/components/Tabs/__tests__/__snapshots__/TabWithBadge.spec.tsx.snap +13 -13
  103. package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +225 -225
  104. package/src/components/Tag/__tests__/__snapshots__/Tag.spec.tsx.snap +58 -58
  105. package/src/components/TextInput/__tests__/__snapshots__/StyledTextInput.spec.tsx.snap +106 -106
  106. package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +561 -561
  107. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerAndroid.spec.tsx.snap +60 -60
  108. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +101 -101
  109. package/src/components/Toast/__tests__/__snapshots__/Toast.spec.tsx.snap +108 -108
  110. package/src/components/Toast/__tests__/__snapshots__/ToastContainer.spec.tsx.snap +8 -8
  111. package/src/components/Toolbar/__tests__/__snapshots__/ToolbarGroup.spec.tsx.snap +66 -66
  112. package/src/components/Toolbar/__tests__/__snapshots__/ToolbarItem.spec.tsx.snap +52 -52
  113. package/src/components/Typography/Body/__tests__/__snapshots__/StyledBody.tsx.snap +32 -32
  114. package/src/components/Typography/Body/__tests__/__snapshots__/index.spec.tsx.snap +38 -38
  115. package/src/components/Typography/Caption/__tests__/__snapshots__/StyledCaption.spec.tsx.snap +20 -20
  116. package/src/components/Typography/Caption/__tests__/__snapshots__/index.spec.tsx.snap +26 -26
  117. package/src/components/Typography/Label/__tests__/__snapshots__/StyledLabel.tsx.snap +16 -16
  118. package/src/components/Typography/Label/__tests__/__snapshots__/index.spec.tsx.snap +22 -22
  119. package/src/components/Typography/Text/__tests__/__snapshots__/StyledText.spec.tsx.snap +40 -40
  120. package/src/components/Typography/Title/__tests__/__snapshots__/StyledTitle.tsx.snap +40 -40
  121. package/src/components/Typography/Title/__tests__/__snapshots__/index.spec.tsx.snap +46 -46
  122. package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +302 -302
  123. package/src/theme/global/colors/__tests__/__snapshots__/eBens.spec.ts.snap +1 -1
  124. package/src/theme/global/colors/__tests__/__snapshots__/global.spec.ts.snap +1 -1
  125. package/src/theme/global/colors/__tests__/__snapshots__/globalDark.spec.ts.snap +1 -1
  126. package/src/theme/global/colors/__tests__/__snapshots__/jobs.spec.ts.snap +1 -1
  127. package/src/theme/global/colors/__tests__/__snapshots__/swag.spec.ts.snap +1 -1
  128. package/src/theme/global/colors/__tests__/__snapshots__/swagDark.spec.ts.snap +1 -1
  129. package/src/theme/global/colors/__tests__/__snapshots__/wallet.spec.ts.snap +1 -1
  130. package/src/theme/global/colors/__tests__/__snapshots__/work.spec.ts.snap +1 -1
  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
  134. package/types/components/RichTextEditor/EditorEvent.d.ts +1 -0
  135. package/src/components/Modal/__tests__/ModalContentWrapper.spec.tsx +0 -25
  136. package/src/components/Modal/__tests__/ModalPresenter.spec.tsx +0 -57
  137. package/src/components/Modal/__tests__/__snapshots__/ModalContentWrapper.spec.tsx.snap +0 -35
  138. package/src/components/Modal/__tests__/__snapshots__/ModalPresenter.spec.tsx.snap +0 -55
  139. package/src/components/Modal/__tests__/index.spec.tsx +0 -50
@@ -4,8 +4,8 @@ exports[`Tabs renders correctly 1`] = `
4
4
  <RNCSafeAreaProvider
5
5
  onInsetsChange={[Function]}
6
6
  style={
7
- Array [
8
- Object {
7
+ [
8
+ {
9
9
  "flex": 1,
10
10
  },
11
11
  undefined,
@@ -24,7 +24,7 @@ exports[`Tabs renders correctly 1`] = `
24
24
  onResponderTerminationRequest={[Function]}
25
25
  onStartShouldSetResponder={[Function]}
26
26
  style={
27
- Object {
27
+ {
28
28
  "alignItems": "center",
29
29
  "backgroundColor": "#ffffff",
30
30
  "borderRadius": 8,
@@ -38,8 +38,8 @@ exports[`Tabs renders correctly 1`] = `
38
38
  >
39
39
  <View
40
40
  style={
41
- Array [
42
- Object {
41
+ [
42
+ {
43
43
  "paddingRight": 12,
44
44
  },
45
45
  undefined,
@@ -49,8 +49,8 @@ exports[`Tabs renders correctly 1`] = `
49
49
  <HeroIcon
50
50
  name="sync"
51
51
  style={
52
- Array [
53
- Object {
52
+ [
53
+ {
54
54
  "color": "#001f23",
55
55
  "fontSize": 24,
56
56
  },
@@ -65,16 +65,16 @@ exports[`Tabs renders correctly 1`] = `
65
65
  <Text
66
66
  allowFontScaling={false}
67
67
  style={
68
- Array [
69
- Object {
68
+ [
69
+ {
70
70
  "color": "#001f23",
71
71
  "fontFamily": "BeVietnamPro-Regular",
72
72
  "fontSize": 16,
73
73
  "letterSpacing": 0.48,
74
74
  "lineHeight": 24,
75
75
  },
76
- Array [
77
- Object {
76
+ [
77
+ {
78
78
  "flexShrink": 1,
79
79
  "textAlign": "center",
80
80
  },
@@ -91,8 +91,8 @@ exports[`Tabs renders correctly 1`] = `
91
91
  </View>
92
92
  <View
93
93
  style={
94
- Array [
95
- Object {
94
+ [
95
+ {
96
96
  "flex": 1,
97
97
  "overflow": "hidden",
98
98
  },
@@ -102,8 +102,8 @@ exports[`Tabs renders correctly 1`] = `
102
102
  >
103
103
  <View
104
104
  style={
105
- Array [
106
- Object {
105
+ [
106
+ {
107
107
  "borderBottomColor": "#e8e9ea",
108
108
  "borderBottomWidth": 1,
109
109
  "paddingHorizontal": 0,
@@ -112,7 +112,7 @@ exports[`Tabs renders correctly 1`] = `
112
112
  ]
113
113
  }
114
114
  themeInsets={
115
- Object {
115
+ {
116
116
  "bottom": 0,
117
117
  "left": 0,
118
118
  "right": 0,
@@ -124,8 +124,8 @@ exports[`Tabs renders correctly 1`] = `
124
124
  <View
125
125
  onLayout={[Function]}
126
126
  style={
127
- Array [
128
- Object {
127
+ [
128
+ {
129
129
  "flexDirection": "row",
130
130
  },
131
131
  undefined,
@@ -143,8 +143,8 @@ exports[`Tabs renders correctly 1`] = `
143
143
  onResponderTerminationRequest={[Function]}
144
144
  onStartShouldSetResponder={[Function]}
145
145
  style={
146
- Array [
147
- Object {
146
+ [
147
+ {
148
148
  "alignItems": "center",
149
149
  "flex": 1,
150
150
  "paddingVertical": 8,
@@ -158,15 +158,15 @@ exports[`Tabs renders correctly 1`] = `
158
158
  allowFontScaling={false}
159
159
  numberOfLines={1}
160
160
  style={
161
- Array [
162
- Object {
161
+ [
162
+ {
163
163
  "color": "#001f23",
164
164
  "fontFamily": "BeVietnamPro-SemiBold",
165
165
  "fontSize": 14,
166
166
  "letterSpacing": 0.24,
167
167
  "lineHeight": 22,
168
168
  },
169
- Object {
169
+ {
170
170
  "color": "#001f23",
171
171
  },
172
172
  ]
@@ -190,8 +190,8 @@ exports[`Tabs renders correctly 1`] = `
190
190
  onResponderTerminationRequest={[Function]}
191
191
  onStartShouldSetResponder={[Function]}
192
192
  style={
193
- Array [
194
- Object {
193
+ [
194
+ {
195
195
  "alignItems": "center",
196
196
  "flex": 1,
197
197
  "paddingVertical": 8,
@@ -205,15 +205,15 @@ exports[`Tabs renders correctly 1`] = `
205
205
  allowFontScaling={false}
206
206
  numberOfLines={1}
207
207
  style={
208
- Array [
209
- Object {
208
+ [
209
+ {
210
210
  "color": "#001f23",
211
211
  "fontFamily": "BeVietnamPro-Regular",
212
212
  "fontSize": 14,
213
213
  "letterSpacing": 0.48,
214
214
  "lineHeight": 22,
215
215
  },
216
- Object {
216
+ {
217
217
  "color": "#001f23",
218
218
  },
219
219
  ]
@@ -237,8 +237,8 @@ exports[`Tabs renders correctly 1`] = `
237
237
  onResponderTerminationRequest={[Function]}
238
238
  onStartShouldSetResponder={[Function]}
239
239
  style={
240
- Array [
241
- Object {
240
+ [
241
+ {
242
242
  "alignItems": "center",
243
243
  "flex": 1,
244
244
  "paddingVertical": 8,
@@ -249,7 +249,7 @@ exports[`Tabs renders correctly 1`] = `
249
249
  >
250
250
  <View
251
251
  style={
252
- Object {
252
+ {
253
253
  "paddingHorizontal": 4,
254
254
  }
255
255
  }
@@ -258,15 +258,15 @@ exports[`Tabs renders correctly 1`] = `
258
258
  allowFontScaling={false}
259
259
  numberOfLines={1}
260
260
  style={
261
- Array [
262
- Object {
261
+ [
262
+ {
263
263
  "color": "#001f23",
264
264
  "fontFamily": "BeVietnamPro-Regular",
265
265
  "fontSize": 14,
266
266
  "letterSpacing": 0.48,
267
267
  "lineHeight": 22,
268
268
  },
269
- Object {
269
+ {
270
270
  "color": "#001f23",
271
271
  },
272
272
  ]
@@ -280,7 +280,7 @@ exports[`Tabs renders correctly 1`] = `
280
280
  <View
281
281
  collapsable={false}
282
282
  style={
283
- Object {
283
+ {
284
284
  "backgroundColor": "#cb300a",
285
285
  "borderRadius": 999,
286
286
  "height": 8,
@@ -288,8 +288,8 @@ exports[`Tabs renders correctly 1`] = `
288
288
  "position": "absolute",
289
289
  "right": -2,
290
290
  "top": -2,
291
- "transform": Array [
292
- Object {
291
+ "transform": [
292
+ {
293
293
  "scale": 1,
294
294
  },
295
295
  ],
@@ -311,8 +311,8 @@ exports[`Tabs renders correctly 1`] = `
311
311
  onResponderTerminationRequest={[Function]}
312
312
  onStartShouldSetResponder={[Function]}
313
313
  style={
314
- Array [
315
- Object {
314
+ [
315
+ {
316
316
  "alignItems": "center",
317
317
  "flex": 1,
318
318
  "paddingVertical": 8,
@@ -323,8 +323,8 @@ exports[`Tabs renders correctly 1`] = `
323
323
  >
324
324
  <View
325
325
  style={
326
- Array [
327
- Object {
326
+ [
327
+ {
328
328
  "alignItems": "center",
329
329
  "flexDirection": "row",
330
330
  },
@@ -336,15 +336,15 @@ exports[`Tabs renders correctly 1`] = `
336
336
  allowFontScaling={false}
337
337
  numberOfLines={1}
338
338
  style={
339
- Array [
340
- Object {
339
+ [
340
+ {
341
341
  "color": "#001f23",
342
342
  "fontFamily": "BeVietnamPro-Regular",
343
343
  "fontSize": 14,
344
344
  "letterSpacing": 0.48,
345
345
  "lineHeight": 22,
346
346
  },
347
- Object {
347
+ {
348
348
  "color": "#001f23",
349
349
  },
350
350
  ]
@@ -358,7 +358,7 @@ exports[`Tabs renders correctly 1`] = `
358
358
  <View
359
359
  collapsable={false}
360
360
  style={
361
- Object {
361
+ {
362
362
  "alignItems": "center",
363
363
  "backgroundColor": "#355bfb",
364
364
  "borderRadius": 999,
@@ -368,8 +368,8 @@ exports[`Tabs renders correctly 1`] = `
368
368
  "minWidth": 20,
369
369
  "opacity": 1,
370
370
  "paddingHorizontal": 8,
371
- "transform": Array [
372
- Object {
371
+ "transform": [
372
+ {
373
373
  "scale": 1,
374
374
  },
375
375
  ],
@@ -381,16 +381,16 @@ exports[`Tabs renders correctly 1`] = `
381
381
  <Text
382
382
  allowFontScaling={false}
383
383
  style={
384
- Array [
385
- Object {
384
+ [
385
+ {
386
386
  "color": "#001f23",
387
387
  "fontFamily": "BeVietnamPro-Regular",
388
388
  "fontSize": 12,
389
389
  "letterSpacing": 0.48,
390
390
  "lineHeight": 16,
391
391
  },
392
- Array [
393
- Object {
392
+ [
393
+ {
394
394
  "color": "#ffffff",
395
395
  "includeFontPadding": false,
396
396
  "textAlign": "center",
@@ -412,13 +412,13 @@ exports[`Tabs renders correctly 1`] = `
412
412
  <View
413
413
  collapsable={false}
414
414
  style={
415
- Object {
415
+ {
416
416
  "backgroundColor": "#401960",
417
417
  "bottom": 0,
418
418
  "height": 2,
419
419
  "position": "absolute",
420
- "transform": Array [
421
- Object {
420
+ "transform": [
421
+ {
422
422
  "translateX": 0,
423
423
  },
424
424
  ],
@@ -439,7 +439,7 @@ exports[`Tabs renders correctly 1`] = `
439
439
  <View
440
440
  collapsable={false}
441
441
  style={
442
- Object {
442
+ {
443
443
  "bottom": 0,
444
444
  "left": 0,
445
445
  "position": "absolute",
@@ -452,16 +452,16 @@ exports[`Tabs renders correctly 1`] = `
452
452
  accessibilityElementsHidden={false}
453
453
  importantForAccessibility="auto"
454
454
  style={
455
- Array [
456
- Object {
455
+ [
456
+ {
457
457
  "flex": 1,
458
458
  },
459
- Array [
460
- Object {
459
+ [
460
+ {
461
461
  "flex": 1,
462
462
  "overflow": "hidden",
463
463
  },
464
- Object {
464
+ {
465
465
  "bottom": 0,
466
466
  "left": 0,
467
467
  "position": "absolute",
@@ -482,7 +482,7 @@ exports[`Tabs renders correctly 1`] = `
482
482
  <View
483
483
  collapsable={false}
484
484
  style={
485
- Object {
485
+ {
486
486
  "bottom": 0,
487
487
  "left": 0,
488
488
  "position": "absolute",
@@ -495,12 +495,12 @@ exports[`Tabs renders correctly 1`] = `
495
495
  accessibilityElementsHidden={true}
496
496
  importantForAccessibility="no-hide-descendants"
497
497
  style={
498
- Array [
499
- Object {
498
+ [
499
+ {
500
500
  "flex": 1,
501
501
  },
502
- Array [
503
- Object {
502
+ [
503
+ {
504
504
  "flex": 1,
505
505
  "overflow": "hidden",
506
506
  },
@@ -519,7 +519,7 @@ exports[`Tabs renders correctly 1`] = `
519
519
  <View
520
520
  collapsable={false}
521
521
  style={
522
- Object {
522
+ {
523
523
  "bottom": 0,
524
524
  "left": 0,
525
525
  "position": "absolute",
@@ -532,12 +532,12 @@ exports[`Tabs renders correctly 1`] = `
532
532
  accessibilityElementsHidden={true}
533
533
  importantForAccessibility="no-hide-descendants"
534
534
  style={
535
- Array [
536
- Object {
535
+ [
536
+ {
537
537
  "flex": 1,
538
538
  },
539
- Array [
540
- Object {
539
+ [
540
+ {
541
541
  "flex": 1,
542
542
  "overflow": "hidden",
543
543
  },
@@ -550,7 +550,7 @@ exports[`Tabs renders correctly 1`] = `
550
550
  <View
551
551
  collapsable={false}
552
552
  style={
553
- Object {
553
+ {
554
554
  "bottom": 0,
555
555
  "left": 0,
556
556
  "position": "absolute",
@@ -563,12 +563,12 @@ exports[`Tabs renders correctly 1`] = `
563
563
  accessibilityElementsHidden={true}
564
564
  importantForAccessibility="no-hide-descendants"
565
565
  style={
566
- Array [
567
- Object {
566
+ [
567
+ {
568
568
  "flex": 1,
569
569
  },
570
- Array [
571
- Object {
570
+ [
571
+ {
572
572
  "flex": 1,
573
573
  "overflow": "hidden",
574
574
  },
@@ -587,8 +587,8 @@ exports[`useIsFocused renders correctly 1`] = `
587
587
  <RNCSafeAreaProvider
588
588
  onInsetsChange={[Function]}
589
589
  style={
590
- Array [
591
- Object {
590
+ [
591
+ {
592
592
  "flex": 1,
593
593
  },
594
594
  undefined,
@@ -607,7 +607,7 @@ exports[`useIsFocused renders correctly 1`] = `
607
607
  onResponderTerminationRequest={[Function]}
608
608
  onStartShouldSetResponder={[Function]}
609
609
  style={
610
- Object {
610
+ {
611
611
  "alignItems": "center",
612
612
  "backgroundColor": "#ffffff",
613
613
  "borderRadius": 8,
@@ -621,8 +621,8 @@ exports[`useIsFocused renders correctly 1`] = `
621
621
  >
622
622
  <View
623
623
  style={
624
- Array [
625
- Object {
624
+ [
625
+ {
626
626
  "paddingRight": 12,
627
627
  },
628
628
  undefined,
@@ -632,8 +632,8 @@ exports[`useIsFocused renders correctly 1`] = `
632
632
  <HeroIcon
633
633
  name="sync"
634
634
  style={
635
- Array [
636
- Object {
635
+ [
636
+ {
637
637
  "color": "#001f23",
638
638
  "fontSize": 24,
639
639
  },
@@ -648,16 +648,16 @@ exports[`useIsFocused renders correctly 1`] = `
648
648
  <Text
649
649
  allowFontScaling={false}
650
650
  style={
651
- Array [
652
- Object {
651
+ [
652
+ {
653
653
  "color": "#001f23",
654
654
  "fontFamily": "BeVietnamPro-Regular",
655
655
  "fontSize": 16,
656
656
  "letterSpacing": 0.48,
657
657
  "lineHeight": 24,
658
658
  },
659
- Array [
660
- Object {
659
+ [
660
+ {
661
661
  "flexShrink": 1,
662
662
  "textAlign": "center",
663
663
  },
@@ -674,8 +674,8 @@ exports[`useIsFocused renders correctly 1`] = `
674
674
  </View>
675
675
  <View
676
676
  style={
677
- Array [
678
- Object {
677
+ [
678
+ {
679
679
  "flex": 1,
680
680
  "overflow": "hidden",
681
681
  },
@@ -685,8 +685,8 @@ exports[`useIsFocused renders correctly 1`] = `
685
685
  >
686
686
  <View
687
687
  style={
688
- Array [
689
- Object {
688
+ [
689
+ {
690
690
  "borderBottomColor": "#e8e9ea",
691
691
  "borderBottomWidth": 1,
692
692
  "paddingHorizontal": 0,
@@ -695,7 +695,7 @@ exports[`useIsFocused renders correctly 1`] = `
695
695
  ]
696
696
  }
697
697
  themeInsets={
698
- Object {
698
+ {
699
699
  "bottom": 0,
700
700
  "left": 0,
701
701
  "right": 0,
@@ -707,8 +707,8 @@ exports[`useIsFocused renders correctly 1`] = `
707
707
  <View
708
708
  onLayout={[Function]}
709
709
  style={
710
- Array [
711
- Object {
710
+ [
711
+ {
712
712
  "flexDirection": "row",
713
713
  },
714
714
  undefined,
@@ -726,8 +726,8 @@ exports[`useIsFocused renders correctly 1`] = `
726
726
  onResponderTerminationRequest={[Function]}
727
727
  onStartShouldSetResponder={[Function]}
728
728
  style={
729
- Array [
730
- Object {
729
+ [
730
+ {
731
731
  "alignItems": "center",
732
732
  "flex": 1,
733
733
  "paddingVertical": 8,
@@ -741,15 +741,15 @@ exports[`useIsFocused renders correctly 1`] = `
741
741
  allowFontScaling={false}
742
742
  numberOfLines={1}
743
743
  style={
744
- Array [
745
- Object {
744
+ [
745
+ {
746
746
  "color": "#001f23",
747
747
  "fontFamily": "BeVietnamPro-SemiBold",
748
748
  "fontSize": 14,
749
749
  "letterSpacing": 0.24,
750
750
  "lineHeight": 22,
751
751
  },
752
- Object {
752
+ {
753
753
  "color": "#001f23",
754
754
  },
755
755
  ]
@@ -773,8 +773,8 @@ exports[`useIsFocused renders correctly 1`] = `
773
773
  onResponderTerminationRequest={[Function]}
774
774
  onStartShouldSetResponder={[Function]}
775
775
  style={
776
- Array [
777
- Object {
776
+ [
777
+ {
778
778
  "alignItems": "center",
779
779
  "flex": 1,
780
780
  "paddingVertical": 8,
@@ -788,15 +788,15 @@ exports[`useIsFocused renders correctly 1`] = `
788
788
  allowFontScaling={false}
789
789
  numberOfLines={1}
790
790
  style={
791
- Array [
792
- Object {
791
+ [
792
+ {
793
793
  "color": "#001f23",
794
794
  "fontFamily": "BeVietnamPro-Regular",
795
795
  "fontSize": 14,
796
796
  "letterSpacing": 0.48,
797
797
  "lineHeight": 22,
798
798
  },
799
- Object {
799
+ {
800
800
  "color": "#001f23",
801
801
  },
802
802
  ]
@@ -820,8 +820,8 @@ exports[`useIsFocused renders correctly 1`] = `
820
820
  onResponderTerminationRequest={[Function]}
821
821
  onStartShouldSetResponder={[Function]}
822
822
  style={
823
- Array [
824
- Object {
823
+ [
824
+ {
825
825
  "alignItems": "center",
826
826
  "flex": 1,
827
827
  "paddingVertical": 8,
@@ -832,7 +832,7 @@ exports[`useIsFocused renders correctly 1`] = `
832
832
  >
833
833
  <View
834
834
  style={
835
- Object {
835
+ {
836
836
  "paddingHorizontal": 4,
837
837
  }
838
838
  }
@@ -841,15 +841,15 @@ exports[`useIsFocused renders correctly 1`] = `
841
841
  allowFontScaling={false}
842
842
  numberOfLines={1}
843
843
  style={
844
- Array [
845
- Object {
844
+ [
845
+ {
846
846
  "color": "#001f23",
847
847
  "fontFamily": "BeVietnamPro-Regular",
848
848
  "fontSize": 14,
849
849
  "letterSpacing": 0.48,
850
850
  "lineHeight": 22,
851
851
  },
852
- Object {
852
+ {
853
853
  "color": "#001f23",
854
854
  },
855
855
  ]
@@ -863,7 +863,7 @@ exports[`useIsFocused renders correctly 1`] = `
863
863
  <View
864
864
  collapsable={false}
865
865
  style={
866
- Object {
866
+ {
867
867
  "backgroundColor": "#cb300a",
868
868
  "borderRadius": 999,
869
869
  "height": 8,
@@ -871,8 +871,8 @@ exports[`useIsFocused renders correctly 1`] = `
871
871
  "position": "absolute",
872
872
  "right": -2,
873
873
  "top": -2,
874
- "transform": Array [
875
- Object {
874
+ "transform": [
875
+ {
876
876
  "scale": 1,
877
877
  },
878
878
  ],
@@ -894,8 +894,8 @@ exports[`useIsFocused renders correctly 1`] = `
894
894
  onResponderTerminationRequest={[Function]}
895
895
  onStartShouldSetResponder={[Function]}
896
896
  style={
897
- Array [
898
- Object {
897
+ [
898
+ {
899
899
  "alignItems": "center",
900
900
  "flex": 1,
901
901
  "paddingVertical": 8,
@@ -906,8 +906,8 @@ exports[`useIsFocused renders correctly 1`] = `
906
906
  >
907
907
  <View
908
908
  style={
909
- Array [
910
- Object {
909
+ [
910
+ {
911
911
  "alignItems": "center",
912
912
  "flexDirection": "row",
913
913
  },
@@ -919,15 +919,15 @@ exports[`useIsFocused renders correctly 1`] = `
919
919
  allowFontScaling={false}
920
920
  numberOfLines={1}
921
921
  style={
922
- Array [
923
- Object {
922
+ [
923
+ {
924
924
  "color": "#001f23",
925
925
  "fontFamily": "BeVietnamPro-Regular",
926
926
  "fontSize": 14,
927
927
  "letterSpacing": 0.48,
928
928
  "lineHeight": 22,
929
929
  },
930
- Object {
930
+ {
931
931
  "color": "#001f23",
932
932
  },
933
933
  ]
@@ -941,7 +941,7 @@ exports[`useIsFocused renders correctly 1`] = `
941
941
  <View
942
942
  collapsable={false}
943
943
  style={
944
- Object {
944
+ {
945
945
  "alignItems": "center",
946
946
  "backgroundColor": "#355bfb",
947
947
  "borderRadius": 999,
@@ -951,8 +951,8 @@ exports[`useIsFocused renders correctly 1`] = `
951
951
  "minWidth": 20,
952
952
  "opacity": 1,
953
953
  "paddingHorizontal": 8,
954
- "transform": Array [
955
- Object {
954
+ "transform": [
955
+ {
956
956
  "scale": 1,
957
957
  },
958
958
  ],
@@ -964,16 +964,16 @@ exports[`useIsFocused renders correctly 1`] = `
964
964
  <Text
965
965
  allowFontScaling={false}
966
966
  style={
967
- Array [
968
- Object {
967
+ [
968
+ {
969
969
  "color": "#001f23",
970
970
  "fontFamily": "BeVietnamPro-Regular",
971
971
  "fontSize": 12,
972
972
  "letterSpacing": 0.48,
973
973
  "lineHeight": 16,
974
974
  },
975
- Array [
976
- Object {
975
+ [
976
+ {
977
977
  "color": "#ffffff",
978
978
  "includeFontPadding": false,
979
979
  "textAlign": "center",
@@ -995,13 +995,13 @@ exports[`useIsFocused renders correctly 1`] = `
995
995
  <View
996
996
  collapsable={false}
997
997
  style={
998
- Object {
998
+ {
999
999
  "backgroundColor": "#401960",
1000
1000
  "bottom": 0,
1001
1001
  "height": 2,
1002
1002
  "position": "absolute",
1003
- "transform": Array [
1004
- Object {
1003
+ "transform": [
1004
+ {
1005
1005
  "translateX": 0,
1006
1006
  },
1007
1007
  ],
@@ -1022,7 +1022,7 @@ exports[`useIsFocused renders correctly 1`] = `
1022
1022
  <View
1023
1023
  collapsable={false}
1024
1024
  style={
1025
- Object {
1025
+ {
1026
1026
  "bottom": 0,
1027
1027
  "left": 0,
1028
1028
  "position": "absolute",
@@ -1035,16 +1035,16 @@ exports[`useIsFocused renders correctly 1`] = `
1035
1035
  accessibilityElementsHidden={false}
1036
1036
  importantForAccessibility="auto"
1037
1037
  style={
1038
- Array [
1039
- Object {
1038
+ [
1039
+ {
1040
1040
  "flex": 1,
1041
1041
  },
1042
- Array [
1043
- Object {
1042
+ [
1043
+ {
1044
1044
  "flex": 1,
1045
1045
  "overflow": "hidden",
1046
1046
  },
1047
- Object {
1047
+ {
1048
1048
  "bottom": 0,
1049
1049
  "left": 0,
1050
1050
  "position": "absolute",
@@ -1065,7 +1065,7 @@ exports[`useIsFocused renders correctly 1`] = `
1065
1065
  <View
1066
1066
  collapsable={false}
1067
1067
  style={
1068
- Object {
1068
+ {
1069
1069
  "bottom": 0,
1070
1070
  "left": 0,
1071
1071
  "position": "absolute",
@@ -1078,12 +1078,12 @@ exports[`useIsFocused renders correctly 1`] = `
1078
1078
  accessibilityElementsHidden={true}
1079
1079
  importantForAccessibility="no-hide-descendants"
1080
1080
  style={
1081
- Array [
1082
- Object {
1081
+ [
1082
+ {
1083
1083
  "flex": 1,
1084
1084
  },
1085
- Array [
1086
- Object {
1085
+ [
1086
+ {
1087
1087
  "flex": 1,
1088
1088
  "overflow": "hidden",
1089
1089
  },
@@ -1102,7 +1102,7 @@ exports[`useIsFocused renders correctly 1`] = `
1102
1102
  <View
1103
1103
  collapsable={false}
1104
1104
  style={
1105
- Object {
1105
+ {
1106
1106
  "bottom": 0,
1107
1107
  "left": 0,
1108
1108
  "position": "absolute",
@@ -1115,12 +1115,12 @@ exports[`useIsFocused renders correctly 1`] = `
1115
1115
  accessibilityElementsHidden={true}
1116
1116
  importantForAccessibility="no-hide-descendants"
1117
1117
  style={
1118
- Array [
1119
- Object {
1118
+ [
1119
+ {
1120
1120
  "flex": 1,
1121
1121
  },
1122
- Array [
1123
- Object {
1122
+ [
1123
+ {
1124
1124
  "flex": 1,
1125
1125
  "overflow": "hidden",
1126
1126
  },
@@ -1133,7 +1133,7 @@ exports[`useIsFocused renders correctly 1`] = `
1133
1133
  <View
1134
1134
  collapsable={false}
1135
1135
  style={
1136
- Object {
1136
+ {
1137
1137
  "bottom": 0,
1138
1138
  "left": 0,
1139
1139
  "position": "absolute",
@@ -1146,12 +1146,12 @@ exports[`useIsFocused renders correctly 1`] = `
1146
1146
  accessibilityElementsHidden={true}
1147
1147
  importantForAccessibility="no-hide-descendants"
1148
1148
  style={
1149
- Array [
1150
- Object {
1149
+ [
1150
+ {
1151
1151
  "flex": 1,
1152
1152
  },
1153
- Array [
1154
- Object {
1153
+ [
1154
+ {
1155
1155
  "flex": 1,
1156
1156
  "overflow": "hidden",
1157
1157
  },
@@ -1170,8 +1170,8 @@ exports[`useIsFocused renders correctly: xxxxxx 1`] = `
1170
1170
  <RNCSafeAreaProvider
1171
1171
  onInsetsChange={[Function]}
1172
1172
  style={
1173
- Array [
1174
- Object {
1173
+ [
1174
+ {
1175
1175
  "flex": 1,
1176
1176
  },
1177
1177
  undefined,
@@ -1190,7 +1190,7 @@ exports[`useIsFocused renders correctly: xxxxxx 1`] = `
1190
1190
  onResponderTerminationRequest={[Function]}
1191
1191
  onStartShouldSetResponder={[Function]}
1192
1192
  style={
1193
- Object {
1193
+ {
1194
1194
  "alignItems": "center",
1195
1195
  "backgroundColor": "#ffffff",
1196
1196
  "borderRadius": 8,
@@ -1204,8 +1204,8 @@ exports[`useIsFocused renders correctly: xxxxxx 1`] = `
1204
1204
  >
1205
1205
  <View
1206
1206
  style={
1207
- Array [
1208
- Object {
1207
+ [
1208
+ {
1209
1209
  "paddingRight": 12,
1210
1210
  },
1211
1211
  undefined,
@@ -1215,8 +1215,8 @@ exports[`useIsFocused renders correctly: xxxxxx 1`] = `
1215
1215
  <HeroIcon
1216
1216
  name="sync"
1217
1217
  style={
1218
- Array [
1219
- Object {
1218
+ [
1219
+ {
1220
1220
  "color": "#001f23",
1221
1221
  "fontSize": 24,
1222
1222
  },
@@ -1231,16 +1231,16 @@ exports[`useIsFocused renders correctly: xxxxxx 1`] = `
1231
1231
  <Text
1232
1232
  allowFontScaling={false}
1233
1233
  style={
1234
- Array [
1235
- Object {
1234
+ [
1235
+ {
1236
1236
  "color": "#001f23",
1237
1237
  "fontFamily": "BeVietnamPro-Regular",
1238
1238
  "fontSize": 16,
1239
1239
  "letterSpacing": 0.48,
1240
1240
  "lineHeight": 24,
1241
1241
  },
1242
- Array [
1243
- Object {
1242
+ [
1243
+ {
1244
1244
  "flexShrink": 1,
1245
1245
  "textAlign": "center",
1246
1246
  },
@@ -1257,8 +1257,8 @@ exports[`useIsFocused renders correctly: xxxxxx 1`] = `
1257
1257
  </View>
1258
1258
  <View
1259
1259
  style={
1260
- Array [
1261
- Object {
1260
+ [
1261
+ {
1262
1262
  "flex": 1,
1263
1263
  "overflow": "hidden",
1264
1264
  },
@@ -1268,8 +1268,8 @@ exports[`useIsFocused renders correctly: xxxxxx 1`] = `
1268
1268
  >
1269
1269
  <View
1270
1270
  style={
1271
- Array [
1272
- Object {
1271
+ [
1272
+ {
1273
1273
  "borderBottomColor": "#e8e9ea",
1274
1274
  "borderBottomWidth": 1,
1275
1275
  "paddingHorizontal": 0,
@@ -1278,7 +1278,7 @@ exports[`useIsFocused renders correctly: xxxxxx 1`] = `
1278
1278
  ]
1279
1279
  }
1280
1280
  themeInsets={
1281
- Object {
1281
+ {
1282
1282
  "bottom": 0,
1283
1283
  "left": 0,
1284
1284
  "right": 0,
@@ -1290,8 +1290,8 @@ exports[`useIsFocused renders correctly: xxxxxx 1`] = `
1290
1290
  <View
1291
1291
  onLayout={[Function]}
1292
1292
  style={
1293
- Array [
1294
- Object {
1293
+ [
1294
+ {
1295
1295
  "flexDirection": "row",
1296
1296
  },
1297
1297
  undefined,
@@ -1309,8 +1309,8 @@ exports[`useIsFocused renders correctly: xxxxxx 1`] = `
1309
1309
  onResponderTerminationRequest={[Function]}
1310
1310
  onStartShouldSetResponder={[Function]}
1311
1311
  style={
1312
- Array [
1313
- Object {
1312
+ [
1313
+ {
1314
1314
  "alignItems": "center",
1315
1315
  "flex": 1,
1316
1316
  "paddingVertical": 8,
@@ -1324,15 +1324,15 @@ exports[`useIsFocused renders correctly: xxxxxx 1`] = `
1324
1324
  allowFontScaling={false}
1325
1325
  numberOfLines={1}
1326
1326
  style={
1327
- Array [
1328
- Object {
1327
+ [
1328
+ {
1329
1329
  "color": "#001f23",
1330
1330
  "fontFamily": "BeVietnamPro-Regular",
1331
1331
  "fontSize": 14,
1332
1332
  "letterSpacing": 0.48,
1333
1333
  "lineHeight": 22,
1334
1334
  },
1335
- Object {
1335
+ {
1336
1336
  "color": "#001f23",
1337
1337
  },
1338
1338
  ]
@@ -1356,8 +1356,8 @@ exports[`useIsFocused renders correctly: xxxxxx 1`] = `
1356
1356
  onResponderTerminationRequest={[Function]}
1357
1357
  onStartShouldSetResponder={[Function]}
1358
1358
  style={
1359
- Array [
1360
- Object {
1359
+ [
1360
+ {
1361
1361
  "alignItems": "center",
1362
1362
  "flex": 1,
1363
1363
  "paddingVertical": 8,
@@ -1371,15 +1371,15 @@ exports[`useIsFocused renders correctly: xxxxxx 1`] = `
1371
1371
  allowFontScaling={false}
1372
1372
  numberOfLines={1}
1373
1373
  style={
1374
- Array [
1375
- Object {
1374
+ [
1375
+ {
1376
1376
  "color": "#001f23",
1377
1377
  "fontFamily": "BeVietnamPro-SemiBold",
1378
1378
  "fontSize": 14,
1379
1379
  "letterSpacing": 0.24,
1380
1380
  "lineHeight": 22,
1381
1381
  },
1382
- Object {
1382
+ {
1383
1383
  "color": "#001f23",
1384
1384
  },
1385
1385
  ]
@@ -1403,8 +1403,8 @@ exports[`useIsFocused renders correctly: xxxxxx 1`] = `
1403
1403
  onResponderTerminationRequest={[Function]}
1404
1404
  onStartShouldSetResponder={[Function]}
1405
1405
  style={
1406
- Array [
1407
- Object {
1406
+ [
1407
+ {
1408
1408
  "alignItems": "center",
1409
1409
  "flex": 1,
1410
1410
  "paddingVertical": 8,
@@ -1415,7 +1415,7 @@ exports[`useIsFocused renders correctly: xxxxxx 1`] = `
1415
1415
  >
1416
1416
  <View
1417
1417
  style={
1418
- Object {
1418
+ {
1419
1419
  "paddingHorizontal": 4,
1420
1420
  }
1421
1421
  }
@@ -1424,15 +1424,15 @@ exports[`useIsFocused renders correctly: xxxxxx 1`] = `
1424
1424
  allowFontScaling={false}
1425
1425
  numberOfLines={1}
1426
1426
  style={
1427
- Array [
1428
- Object {
1427
+ [
1428
+ {
1429
1429
  "color": "#001f23",
1430
1430
  "fontFamily": "BeVietnamPro-Regular",
1431
1431
  "fontSize": 14,
1432
1432
  "letterSpacing": 0.48,
1433
1433
  "lineHeight": 22,
1434
1434
  },
1435
- Object {
1435
+ {
1436
1436
  "color": "#001f23",
1437
1437
  },
1438
1438
  ]
@@ -1446,7 +1446,7 @@ exports[`useIsFocused renders correctly: xxxxxx 1`] = `
1446
1446
  <View
1447
1447
  collapsable={false}
1448
1448
  style={
1449
- Object {
1449
+ {
1450
1450
  "backgroundColor": "#cb300a",
1451
1451
  "borderRadius": 999,
1452
1452
  "height": 8,
@@ -1454,8 +1454,8 @@ exports[`useIsFocused renders correctly: xxxxxx 1`] = `
1454
1454
  "position": "absolute",
1455
1455
  "right": -2,
1456
1456
  "top": -2,
1457
- "transform": Array [
1458
- Object {
1457
+ "transform": [
1458
+ {
1459
1459
  "scale": 1,
1460
1460
  },
1461
1461
  ],
@@ -1477,8 +1477,8 @@ exports[`useIsFocused renders correctly: xxxxxx 1`] = `
1477
1477
  onResponderTerminationRequest={[Function]}
1478
1478
  onStartShouldSetResponder={[Function]}
1479
1479
  style={
1480
- Array [
1481
- Object {
1480
+ [
1481
+ {
1482
1482
  "alignItems": "center",
1483
1483
  "flex": 1,
1484
1484
  "paddingVertical": 8,
@@ -1489,8 +1489,8 @@ exports[`useIsFocused renders correctly: xxxxxx 1`] = `
1489
1489
  >
1490
1490
  <View
1491
1491
  style={
1492
- Array [
1493
- Object {
1492
+ [
1493
+ {
1494
1494
  "alignItems": "center",
1495
1495
  "flexDirection": "row",
1496
1496
  },
@@ -1502,15 +1502,15 @@ exports[`useIsFocused renders correctly: xxxxxx 1`] = `
1502
1502
  allowFontScaling={false}
1503
1503
  numberOfLines={1}
1504
1504
  style={
1505
- Array [
1506
- Object {
1505
+ [
1506
+ {
1507
1507
  "color": "#001f23",
1508
1508
  "fontFamily": "BeVietnamPro-Regular",
1509
1509
  "fontSize": 14,
1510
1510
  "letterSpacing": 0.48,
1511
1511
  "lineHeight": 22,
1512
1512
  },
1513
- Object {
1513
+ {
1514
1514
  "color": "#001f23",
1515
1515
  },
1516
1516
  ]
@@ -1524,7 +1524,7 @@ exports[`useIsFocused renders correctly: xxxxxx 1`] = `
1524
1524
  <View
1525
1525
  collapsable={false}
1526
1526
  style={
1527
- Object {
1527
+ {
1528
1528
  "alignItems": "center",
1529
1529
  "backgroundColor": "#355bfb",
1530
1530
  "borderRadius": 999,
@@ -1534,8 +1534,8 @@ exports[`useIsFocused renders correctly: xxxxxx 1`] = `
1534
1534
  "minWidth": 20,
1535
1535
  "opacity": 1,
1536
1536
  "paddingHorizontal": 8,
1537
- "transform": Array [
1538
- Object {
1537
+ "transform": [
1538
+ {
1539
1539
  "scale": 1,
1540
1540
  },
1541
1541
  ],
@@ -1547,16 +1547,16 @@ exports[`useIsFocused renders correctly: xxxxxx 1`] = `
1547
1547
  <Text
1548
1548
  allowFontScaling={false}
1549
1549
  style={
1550
- Array [
1551
- Object {
1550
+ [
1551
+ {
1552
1552
  "color": "#001f23",
1553
1553
  "fontFamily": "BeVietnamPro-Regular",
1554
1554
  "fontSize": 12,
1555
1555
  "letterSpacing": 0.48,
1556
1556
  "lineHeight": 16,
1557
1557
  },
1558
- Array [
1559
- Object {
1558
+ [
1559
+ {
1560
1560
  "color": "#ffffff",
1561
1561
  "includeFontPadding": false,
1562
1562
  "textAlign": "center",
@@ -1578,13 +1578,13 @@ exports[`useIsFocused renders correctly: xxxxxx 1`] = `
1578
1578
  <View
1579
1579
  collapsable={false}
1580
1580
  style={
1581
- Object {
1581
+ {
1582
1582
  "backgroundColor": "#401960",
1583
1583
  "bottom": 0,
1584
1584
  "height": 2,
1585
1585
  "position": "absolute",
1586
- "transform": Array [
1587
- Object {
1586
+ "transform": [
1587
+ {
1588
1588
  "translateX": 0,
1589
1589
  },
1590
1590
  ],
@@ -1605,7 +1605,7 @@ exports[`useIsFocused renders correctly: xxxxxx 1`] = `
1605
1605
  <View
1606
1606
  collapsable={false}
1607
1607
  style={
1608
- Object {
1608
+ {
1609
1609
  "bottom": 0,
1610
1610
  "left": 0,
1611
1611
  "position": "absolute",
@@ -1618,12 +1618,12 @@ exports[`useIsFocused renders correctly: xxxxxx 1`] = `
1618
1618
  accessibilityElementsHidden={true}
1619
1619
  importantForAccessibility="no-hide-descendants"
1620
1620
  style={
1621
- Array [
1622
- Object {
1621
+ [
1622
+ {
1623
1623
  "flex": 1,
1624
1624
  },
1625
- Array [
1626
- Object {
1625
+ [
1626
+ {
1627
1627
  "flex": 1,
1628
1628
  "overflow": "hidden",
1629
1629
  },
@@ -1642,7 +1642,7 @@ exports[`useIsFocused renders correctly: xxxxxx 1`] = `
1642
1642
  <View
1643
1643
  collapsable={false}
1644
1644
  style={
1645
- Object {
1645
+ {
1646
1646
  "bottom": 0,
1647
1647
  "left": 0,
1648
1648
  "position": "absolute",
@@ -1655,16 +1655,16 @@ exports[`useIsFocused renders correctly: xxxxxx 1`] = `
1655
1655
  accessibilityElementsHidden={false}
1656
1656
  importantForAccessibility="auto"
1657
1657
  style={
1658
- Array [
1659
- Object {
1658
+ [
1659
+ {
1660
1660
  "flex": 1,
1661
1661
  },
1662
- Array [
1663
- Object {
1662
+ [
1663
+ {
1664
1664
  "flex": 1,
1665
1665
  "overflow": "hidden",
1666
1666
  },
1667
- Object {
1667
+ {
1668
1668
  "bottom": 0,
1669
1669
  "left": 0,
1670
1670
  "position": "absolute",
@@ -1685,7 +1685,7 @@ exports[`useIsFocused renders correctly: xxxxxx 1`] = `
1685
1685
  <View
1686
1686
  collapsable={false}
1687
1687
  style={
1688
- Object {
1688
+ {
1689
1689
  "bottom": 0,
1690
1690
  "left": 0,
1691
1691
  "position": "absolute",
@@ -1698,12 +1698,12 @@ exports[`useIsFocused renders correctly: xxxxxx 1`] = `
1698
1698
  accessibilityElementsHidden={true}
1699
1699
  importantForAccessibility="no-hide-descendants"
1700
1700
  style={
1701
- Array [
1702
- Object {
1701
+ [
1702
+ {
1703
1703
  "flex": 1,
1704
1704
  },
1705
- Array [
1706
- Object {
1705
+ [
1706
+ {
1707
1707
  "flex": 1,
1708
1708
  "overflow": "hidden",
1709
1709
  },
@@ -1722,7 +1722,7 @@ exports[`useIsFocused renders correctly: xxxxxx 1`] = `
1722
1722
  <View
1723
1723
  collapsable={false}
1724
1724
  style={
1725
- Object {
1725
+ {
1726
1726
  "bottom": 0,
1727
1727
  "left": 0,
1728
1728
  "position": "absolute",
@@ -1735,12 +1735,12 @@ exports[`useIsFocused renders correctly: xxxxxx 1`] = `
1735
1735
  accessibilityElementsHidden={true}
1736
1736
  importantForAccessibility="no-hide-descendants"
1737
1737
  style={
1738
- Array [
1739
- Object {
1738
+ [
1739
+ {
1740
1740
  "flex": 1,
1741
1741
  },
1742
- Array [
1743
- Object {
1742
+ [
1743
+ {
1744
1744
  "flex": 1,
1745
1745
  "overflow": "hidden",
1746
1746
  },