@hero-design/rn 8.39.0 → 8.39.2
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.
- package/.turbo/turbo-build.log +1 -1
- package/es/index.js +4 -2
- package/lib/index.js +4 -2
- package/package.json +13 -12
- package/src/components/Accordion/__tests__/__snapshots__/AccordionItem.spec.tsx.snap +64 -64
- package/src/components/Accordion/__tests__/__snapshots__/StyledAccordion.spec.tsx.snap +4 -4
- package/src/components/Accordion/__tests__/__snapshots__/index.spec.tsx.snap +104 -104
- package/src/components/Alert/__tests__/__snapshots__/index.spec.tsx.snap +107 -107
- package/src/components/Attachment/__tests__/__snapshots__/index.spec.tsx.snap +17 -17
- package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/StyledAvatarStack.spec.tsx.snap +10 -10
- package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/index.spec.tsx.snap +76 -76
- package/src/components/Avatar/__tests__/__snapshots__/StyledAvatar.spec.tsx.snap +8 -8
- package/src/components/Avatar/__tests__/__snapshots__/index.spec.tsx.snap +24 -24
- package/src/components/Badge/__tests__/__snapshots__/Badge.spec.tsx.snap +42 -42
- package/src/components/Badge/__tests__/__snapshots__/Status.spec.tsx.snap +10 -10
- package/src/components/BottomNavigation/__tests__/__snapshots__/index.spec.tsx.snap +46 -46
- package/src/components/BottomSheet/__tests__/__snapshots__/index.spec.tsx.snap +30 -30
- package/src/components/Box/__tests__/__snapshots__/index.spec.tsx.snap +42 -42
- package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/StyledLoadingIndicator.spec.tsx.snap +20 -20
- package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/index.spec.tsx.snap +210 -210
- package/src/components/Button/UtilityButton/__tests__/__snapshots__/index.spec.tsx.snap +18 -18
- package/src/components/Button/__tests__/__snapshots__/Button.spec.tsx.snap +214 -214
- package/src/components/Button/__tests__/__snapshots__/IconButton.spec.tsx.snap +4 -4
- package/src/components/Button/__tests__/__snapshots__/StyledButton.spec.tsx.snap +105 -105
- package/src/components/Calendar/__tests__/__snapshots__/CalendarRowItem.spec.tsx.snap +35 -35
- package/src/components/Card/DataCard/__tests__/__snapshots__/StyledDataCard.spec.tsx.snap +14 -14
- package/src/components/Card/DataCard/__tests__/__snapshots__/index.spec.tsx.snap +20 -20
- package/src/components/Card/__tests__/__snapshots__/StyledCard.spec.tsx.snap +2 -2
- package/src/components/Card/__tests__/__snapshots__/index.spec.tsx.snap +24 -24
- package/src/components/Carousel/CardCarousel.tsx +1 -1
- package/src/components/Carousel/__tests__/__snapshots__/CardCarousel.spec.tsx.snap +88 -88
- package/src/components/Carousel/__tests__/__snapshots__/StyledCardCarousel.spec.tsx.snap +15 -15
- package/src/components/Carousel/__tests__/__snapshots__/StyledCarousel.spec.tsx.snap +2 -2
- package/src/components/Carousel/__tests__/__snapshots__/index.spec.tsx.snap +342 -342
- package/src/components/Checkbox/__tests__/__snapshots__/StyledCheckbox.spec.tsx.snap +12 -12
- package/src/components/Checkbox/__tests__/__snapshots__/index.spec.tsx.snap +56 -56
- package/src/components/Collapse/__tests__/__snapshots__/StyledCollapse.spec.tsx.snap +3 -3
- package/src/components/Collapse/__tests__/__snapshots__/index.spec.tsx.snap +10 -10
- package/src/components/ContentNavigator/__tests__/__snapshots__/StyledContentNavigator.spec.tsx.snap +2 -2
- package/src/components/ContentNavigator/__tests__/__snapshots__/index.spec.tsx.snap +39 -39
- package/src/components/DatePicker/__tests__/__snapshots__/DatePicker.spec.tsx.snap +90 -90
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerAndroid.spec.tsx.snap +30 -30
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerCalendar.spec.tsx.snap +30 -30
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +71 -71
- package/src/components/Divider/__tests__/__snapshots__/StyledDivider.spec.tsx.snap +24 -24
- package/src/components/Drawer/DragableDrawer/__tests__/__snapshots__/index.spec.tsx.snap +11 -11
- package/src/components/Drawer/__tests__/__snapshots__/index.spec.tsx.snap +21 -21
- package/src/components/Empty/__tests__/__snapshots__/index.spec.tsx.snap +23 -23
- package/src/components/Error/__tests__/__snapshots__/index.spec.tsx.snap +69 -69
- package/src/components/FAB/ActionGroup/__tests__/__snapshots__/index.spec.tsx.snap +157 -157
- package/src/components/FAB/__tests__/__snapshots__/AnimatedFABIcon.spec.tsx.snap +16 -16
- package/src/components/FAB/__tests__/__snapshots__/StyledFAB.spec.tsx.snap +14 -14
- package/src/components/FAB/__tests__/__snapshots__/index.spec.tsx.snap +46 -46
- package/src/components/HeroDesignProvider/__tests__/__snapshots__/index.spec.tsx.snap +5 -5
- package/src/components/Icon/__tests__/__snapshots__/index.spec.tsx.snap +11 -11
- package/src/components/Image/__tests__/__snapshots__/index.spec.tsx.snap +12 -12
- package/src/components/List/__tests__/__snapshots__/BasicListItem.spec.tsx.snap +34 -34
- package/src/components/List/__tests__/__snapshots__/ListItem.spec.tsx.snap +98 -98
- package/src/components/List/__tests__/__snapshots__/StyledBasicListItem.spec.tsx.snap +16 -16
- package/src/components/List/__tests__/__snapshots__/StyledListItem.spec.tsx.snap +28 -28
- package/src/components/PageControl/__tests__/__snapshots__/index.spec.tsx.snap +5 -5
- package/src/components/PinInput/__tests__/__snapshots__/PinCell.spec.tsx.snap +30 -30
- package/src/components/PinInput/__tests__/__snapshots__/StyledPinInput.spec.tsx.snap +6 -6
- package/src/components/PinInput/__tests__/__snapshots__/index.spec.tsx.snap +138 -138
- package/src/components/Progress/__tests__/__snapshots__/index.spec.js.snap +136 -136
- package/src/components/Radio/__tests__/__snapshots__/Radio.spec.tsx.snap +24 -24
- package/src/components/Radio/__tests__/__snapshots__/RadioGroup.spec.tsx.snap +39 -39
- package/src/components/Rate/__tests__/__snapshots__/index.spec.tsx.snap +78 -78
- package/src/components/RefreshControl/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
- package/src/components/RichTextEditor/__tests__/__snapshots__/EditorToolbar.spec.tsx.snap +27 -27
- package/src/components/RichTextEditor/__tests__/__snapshots__/MentionList.spec.tsx.snap +4 -4
- package/src/components/RichTextEditor/__tests__/__snapshots__/RichTextEditor.spec.tsx.snap +72 -72
- package/src/components/SectionHeading/__tests__/__snapshots__/StyledHeading.spec.tsx.snap +6 -6
- package/src/components/SectionHeading/__tests__/__snapshots__/index.spec.tsx.snap +38 -38
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/Option.spec.tsx.snap +12 -12
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +460 -460
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +838 -838
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/Option.spec.tsx.snap +7 -7
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +443 -443
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +628 -628
- package/src/components/Skeleton/__tests__/__snapshots__/index.spec.tsx.snap +98 -98
- package/src/components/Spinner/__tests__/__snapshots__/AnimatedSpinner.spec.tsx.snap +21 -21
- package/src/components/Spinner/__tests__/__snapshots__/StyledSpinner.spec.tsx.snap +132 -132
- package/src/components/Spinner/__tests__/__snapshots__/index.spec.tsx.snap +25 -25
- package/src/components/Success/__tests__/__snapshots__/index.spec.tsx.snap +69 -69
- package/src/components/Swipeable/__tests__/__snapshots__/SwipeableAction.spec.tsx.snap +9 -9
- package/src/components/Swipeable/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
- package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/Option.spec.tsx.snap +26 -26
- package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/index.spec.tsx.snap +19 -19
- package/src/components/Switch/__tests__/__snapshots__/StyledSwitch.spec.tsx.snap +9 -9
- package/src/components/Switch/__tests__/__snapshots__/index.spec.tsx.snap +8 -8
- package/src/components/Tabs/SceneView.tsx +5 -2
- package/src/components/Tabs/ScrollableTabs.tsx +1 -1
- package/src/components/Tabs/__tests__/__snapshots__/SceneView.spec.tsx.snap +23 -23
- package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +336 -336
- package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabsHeader.spec.tsx.snap +80 -80
- package/src/components/Tabs/__tests__/__snapshots__/TabWithBadge.spec.tsx.snap +13 -13
- package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +225 -225
- package/src/components/Tag/__tests__/__snapshots__/Tag.spec.tsx.snap +58 -58
- package/src/components/TextInput/__tests__/__snapshots__/StyledTextInput.spec.tsx.snap +106 -106
- package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +561 -561
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerAndroid.spec.tsx.snap +60 -60
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +101 -101
- package/src/components/Toast/__tests__/__snapshots__/Toast.spec.tsx.snap +108 -108
- package/src/components/Toast/__tests__/__snapshots__/ToastContainer.spec.tsx.snap +8 -8
- package/src/components/Toolbar/__tests__/__snapshots__/ToolbarGroup.spec.tsx.snap +66 -66
- package/src/components/Toolbar/__tests__/__snapshots__/ToolbarItem.spec.tsx.snap +52 -52
- package/src/components/Typography/Body/__tests__/__snapshots__/StyledBody.tsx.snap +32 -32
- package/src/components/Typography/Body/__tests__/__snapshots__/index.spec.tsx.snap +38 -38
- package/src/components/Typography/Caption/__tests__/__snapshots__/StyledCaption.spec.tsx.snap +20 -20
- package/src/components/Typography/Caption/__tests__/__snapshots__/index.spec.tsx.snap +26 -26
- package/src/components/Typography/Label/__tests__/__snapshots__/StyledLabel.tsx.snap +16 -16
- package/src/components/Typography/Label/__tests__/__snapshots__/index.spec.tsx.snap +22 -22
- package/src/components/Typography/Text/__tests__/__snapshots__/StyledText.spec.tsx.snap +40 -40
- package/src/components/Typography/Title/__tests__/__snapshots__/StyledTitle.tsx.snap +40 -40
- package/src/components/Typography/Title/__tests__/__snapshots__/index.spec.tsx.snap +46 -46
- package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +302 -302
- package/src/theme/global/colors/__tests__/__snapshots__/eBens.spec.ts.snap +1 -1
- package/src/theme/global/colors/__tests__/__snapshots__/global.spec.ts.snap +1 -1
- package/src/theme/global/colors/__tests__/__snapshots__/globalDark.spec.ts.snap +1 -1
- package/src/theme/global/colors/__tests__/__snapshots__/jobs.spec.ts.snap +1 -1
- package/src/theme/global/colors/__tests__/__snapshots__/swag.spec.ts.snap +1 -1
- package/src/theme/global/colors/__tests__/__snapshots__/swagDark.spec.ts.snap +1 -1
- package/src/theme/global/colors/__tests__/__snapshots__/wallet.spec.ts.snap +1 -1
- package/src/theme/global/colors/__tests__/__snapshots__/work.spec.ts.snap +1 -1
- package/types/components/RichTextEditor/EditorEvent.d.ts +1 -0
- package/src/components/Modal/__tests__/ModalContentWrapper.spec.tsx +0 -25
- package/src/components/Modal/__tests__/ModalPresenter.spec.tsx +0 -57
- package/src/components/Modal/__tests__/__snapshots__/ModalContentWrapper.spec.tsx.snap +0 -35
- package/src/components/Modal/__tests__/__snapshots__/ModalPresenter.spec.tsx.snap +0 -55
- package/src/components/Modal/__tests__/index.spec.tsx +0 -50
|
@@ -6,8 +6,8 @@ exports[`Carousel renders correctly with pageControlPosition bottom 1`] = `
|
|
|
6
6
|
>
|
|
7
7
|
<View
|
|
8
8
|
style={
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
[
|
|
10
|
+
{
|
|
11
11
|
"backgroundColor": "#ece8ef",
|
|
12
12
|
"bottom": 0,
|
|
13
13
|
"left": 0,
|
|
@@ -22,8 +22,8 @@ exports[`Carousel renders correctly with pageControlPosition bottom 1`] = `
|
|
|
22
22
|
/>
|
|
23
23
|
<View
|
|
24
24
|
style={
|
|
25
|
-
|
|
26
|
-
|
|
25
|
+
[
|
|
26
|
+
{
|
|
27
27
|
"alignItems": "center",
|
|
28
28
|
"height": 48,
|
|
29
29
|
"justifyContent": "center",
|
|
@@ -34,8 +34,8 @@ exports[`Carousel renders correctly with pageControlPosition bottom 1`] = `
|
|
|
34
34
|
/>
|
|
35
35
|
<View
|
|
36
36
|
style={
|
|
37
|
-
|
|
38
|
-
|
|
37
|
+
[
|
|
38
|
+
{
|
|
39
39
|
"flexGrow": 2,
|
|
40
40
|
"justifyContent": "space-between",
|
|
41
41
|
},
|
|
@@ -46,19 +46,19 @@ exports[`Carousel renders correctly with pageControlPosition bottom 1`] = `
|
|
|
46
46
|
<RCTScrollView
|
|
47
47
|
bounces={false}
|
|
48
48
|
data={
|
|
49
|
-
|
|
50
|
-
|
|
49
|
+
[
|
|
50
|
+
{
|
|
51
51
|
"background": "#ece8ef",
|
|
52
52
|
"body": "Access your Work, Money and Benefits in the palm of your hand.",
|
|
53
53
|
"heading": "Welcome to the new Employment Hero app",
|
|
54
54
|
"image": 1,
|
|
55
55
|
},
|
|
56
|
-
|
|
56
|
+
{
|
|
57
57
|
"background": "#ccd2d3",
|
|
58
58
|
"body": "Our app now has a new bright clean modern look and feel with the same great features.",
|
|
59
59
|
"content": <Image
|
|
60
60
|
source={
|
|
61
|
-
|
|
61
|
+
{
|
|
62
62
|
"uri": "https://picsum.photos/30",
|
|
63
63
|
}
|
|
64
64
|
}
|
|
@@ -66,21 +66,21 @@ exports[`Carousel renders correctly with pageControlPosition bottom 1`] = `
|
|
|
66
66
|
"heading": "Same app with a new look!",
|
|
67
67
|
"image": "https://picsum.photos/800/1200",
|
|
68
68
|
},
|
|
69
|
-
|
|
69
|
+
{
|
|
70
70
|
"background": "#ccd2d3",
|
|
71
71
|
"body": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus vitae pulvinar quam, ac facilisis massa. Aliquam facilisis nisi eu justo dignissim, vel tempus justo iaculis.",
|
|
72
72
|
"heading": "Easier to get around",
|
|
73
|
-
"image":
|
|
73
|
+
"image": {
|
|
74
74
|
"height": 100,
|
|
75
75
|
"resizeMode": "cover",
|
|
76
76
|
"uri": "https://picsum.photos/1200/800",
|
|
77
77
|
"width": 30,
|
|
78
78
|
},
|
|
79
79
|
},
|
|
80
|
-
|
|
80
|
+
{
|
|
81
81
|
"background": "#ccd2d3",
|
|
82
82
|
"heading": "Test slide 4",
|
|
83
|
-
"image":
|
|
83
|
+
"image": {
|
|
84
84
|
"height": 100,
|
|
85
85
|
"uri": "https://picsum.photos/1200/800",
|
|
86
86
|
"width": 30,
|
|
@@ -104,20 +104,20 @@ exports[`Carousel renders correctly with pageControlPosition bottom 1`] = `
|
|
|
104
104
|
renderItem={[Function]}
|
|
105
105
|
scrollEventThrottle={32}
|
|
106
106
|
showsHorizontalScrollIndicator={false}
|
|
107
|
-
stickyHeaderIndices={
|
|
107
|
+
stickyHeaderIndices={[]}
|
|
108
108
|
viewabilityConfig={
|
|
109
|
-
|
|
109
|
+
{
|
|
110
110
|
"viewAreaCoveragePercentThreshold": 50,
|
|
111
111
|
}
|
|
112
112
|
}
|
|
113
|
-
viewabilityConfigCallbackPairs={
|
|
113
|
+
viewabilityConfigCallbackPairs={[]}
|
|
114
114
|
>
|
|
115
115
|
<View>
|
|
116
116
|
<View
|
|
117
117
|
onLayout={[Function]}
|
|
118
118
|
style={
|
|
119
|
-
|
|
120
|
-
|
|
119
|
+
[
|
|
120
|
+
{
|
|
121
121
|
"flexDirection": "row",
|
|
122
122
|
},
|
|
123
123
|
null,
|
|
@@ -126,9 +126,9 @@ exports[`Carousel renders correctly with pageControlPosition bottom 1`] = `
|
|
|
126
126
|
>
|
|
127
127
|
<View
|
|
128
128
|
style={
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
129
|
+
[
|
|
130
|
+
{},
|
|
131
|
+
{
|
|
132
132
|
"width": 750,
|
|
133
133
|
},
|
|
134
134
|
]
|
|
@@ -137,14 +137,14 @@ exports[`Carousel renders correctly with pageControlPosition bottom 1`] = `
|
|
|
137
137
|
<Image
|
|
138
138
|
source={1}
|
|
139
139
|
style={
|
|
140
|
-
|
|
141
|
-
|
|
140
|
+
[
|
|
141
|
+
{
|
|
142
142
|
"borderRadius": 0,
|
|
143
143
|
"height": 72,
|
|
144
144
|
"width": 72,
|
|
145
145
|
},
|
|
146
|
-
|
|
147
|
-
|
|
146
|
+
[
|
|
147
|
+
{
|
|
148
148
|
"flex": 1,
|
|
149
149
|
"flexGrow": 2,
|
|
150
150
|
"resizeMode": "contain",
|
|
@@ -159,13 +159,13 @@ exports[`Carousel renders correctly with pageControlPosition bottom 1`] = `
|
|
|
159
159
|
marginTop="large"
|
|
160
160
|
paddingHorizontal="large"
|
|
161
161
|
style={
|
|
162
|
-
|
|
163
|
-
|
|
162
|
+
[
|
|
163
|
+
{
|
|
164
164
|
"marginTop": 24,
|
|
165
165
|
"paddingHorizontal": 24,
|
|
166
166
|
},
|
|
167
|
-
|
|
168
|
-
|
|
167
|
+
[
|
|
168
|
+
{
|
|
169
169
|
"width": 750,
|
|
170
170
|
},
|
|
171
171
|
undefined,
|
|
@@ -177,16 +177,16 @@ exports[`Carousel renders correctly with pageControlPosition bottom 1`] = `
|
|
|
177
177
|
<Text
|
|
178
178
|
allowFontScaling={false}
|
|
179
179
|
style={
|
|
180
|
-
|
|
181
|
-
|
|
180
|
+
[
|
|
181
|
+
{
|
|
182
182
|
"color": "#001f23",
|
|
183
183
|
"fontFamily": "RebondGrotesque-SemiBold",
|
|
184
184
|
"fontSize": 36,
|
|
185
185
|
"letterSpacing": 1.5,
|
|
186
186
|
"lineHeight": 44,
|
|
187
187
|
},
|
|
188
|
-
|
|
189
|
-
|
|
188
|
+
[
|
|
189
|
+
{
|
|
190
190
|
"marginBottom": 16,
|
|
191
191
|
"marginTop": 8,
|
|
192
192
|
},
|
|
@@ -203,8 +203,8 @@ exports[`Carousel renders correctly with pageControlPosition bottom 1`] = `
|
|
|
203
203
|
<Text
|
|
204
204
|
allowFontScaling={false}
|
|
205
205
|
style={
|
|
206
|
-
|
|
207
|
-
|
|
206
|
+
[
|
|
207
|
+
{
|
|
208
208
|
"color": "#001f23",
|
|
209
209
|
"fontFamily": "BeVietnamPro-Regular",
|
|
210
210
|
"fontSize": 16,
|
|
@@ -226,8 +226,8 @@ exports[`Carousel renders correctly with pageControlPosition bottom 1`] = `
|
|
|
226
226
|
<View
|
|
227
227
|
onLayout={[Function]}
|
|
228
228
|
style={
|
|
229
|
-
|
|
230
|
-
|
|
229
|
+
[
|
|
230
|
+
{
|
|
231
231
|
"flexDirection": "row",
|
|
232
232
|
},
|
|
233
233
|
null,
|
|
@@ -236,9 +236,9 @@ exports[`Carousel renders correctly with pageControlPosition bottom 1`] = `
|
|
|
236
236
|
>
|
|
237
237
|
<View
|
|
238
238
|
style={
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
239
|
+
[
|
|
240
|
+
{},
|
|
241
|
+
{
|
|
242
242
|
"width": 750,
|
|
243
243
|
},
|
|
244
244
|
]
|
|
@@ -246,19 +246,19 @@ exports[`Carousel renders correctly with pageControlPosition bottom 1`] = `
|
|
|
246
246
|
>
|
|
247
247
|
<Image
|
|
248
248
|
source={
|
|
249
|
-
|
|
249
|
+
{
|
|
250
250
|
"uri": "https://picsum.photos/800/1200",
|
|
251
251
|
}
|
|
252
252
|
}
|
|
253
253
|
style={
|
|
254
|
-
|
|
255
|
-
|
|
254
|
+
[
|
|
255
|
+
{
|
|
256
256
|
"borderRadius": 0,
|
|
257
257
|
"height": 72,
|
|
258
258
|
"width": 72,
|
|
259
259
|
},
|
|
260
|
-
|
|
261
|
-
|
|
260
|
+
[
|
|
261
|
+
{
|
|
262
262
|
"flex": 1,
|
|
263
263
|
"flexGrow": 2,
|
|
264
264
|
"resizeMode": "contain",
|
|
@@ -273,13 +273,13 @@ exports[`Carousel renders correctly with pageControlPosition bottom 1`] = `
|
|
|
273
273
|
marginTop="large"
|
|
274
274
|
paddingHorizontal="large"
|
|
275
275
|
style={
|
|
276
|
-
|
|
277
|
-
|
|
276
|
+
[
|
|
277
|
+
{
|
|
278
278
|
"marginTop": 24,
|
|
279
279
|
"paddingHorizontal": 24,
|
|
280
280
|
},
|
|
281
|
-
|
|
282
|
-
|
|
281
|
+
[
|
|
282
|
+
{
|
|
283
283
|
"width": 750,
|
|
284
284
|
},
|
|
285
285
|
undefined,
|
|
@@ -290,13 +290,13 @@ exports[`Carousel renders correctly with pageControlPosition bottom 1`] = `
|
|
|
290
290
|
>
|
|
291
291
|
<Image
|
|
292
292
|
source={
|
|
293
|
-
|
|
293
|
+
{
|
|
294
294
|
"uri": "https://picsum.photos/30",
|
|
295
295
|
}
|
|
296
296
|
}
|
|
297
297
|
style={
|
|
298
|
-
|
|
299
|
-
|
|
298
|
+
[
|
|
299
|
+
{
|
|
300
300
|
"borderRadius": 0,
|
|
301
301
|
"height": 72,
|
|
302
302
|
"width": 72,
|
|
@@ -308,16 +308,16 @@ exports[`Carousel renders correctly with pageControlPosition bottom 1`] = `
|
|
|
308
308
|
<Text
|
|
309
309
|
allowFontScaling={false}
|
|
310
310
|
style={
|
|
311
|
-
|
|
312
|
-
|
|
311
|
+
[
|
|
312
|
+
{
|
|
313
313
|
"color": "#001f23",
|
|
314
314
|
"fontFamily": "RebondGrotesque-SemiBold",
|
|
315
315
|
"fontSize": 36,
|
|
316
316
|
"letterSpacing": 1.5,
|
|
317
317
|
"lineHeight": 44,
|
|
318
318
|
},
|
|
319
|
-
|
|
320
|
-
|
|
319
|
+
[
|
|
320
|
+
{
|
|
321
321
|
"marginBottom": 16,
|
|
322
322
|
"marginTop": 8,
|
|
323
323
|
},
|
|
@@ -334,8 +334,8 @@ exports[`Carousel renders correctly with pageControlPosition bottom 1`] = `
|
|
|
334
334
|
<Text
|
|
335
335
|
allowFontScaling={false}
|
|
336
336
|
style={
|
|
337
|
-
|
|
338
|
-
|
|
337
|
+
[
|
|
338
|
+
{
|
|
339
339
|
"color": "#001f23",
|
|
340
340
|
"fontFamily": "BeVietnamPro-Regular",
|
|
341
341
|
"fontSize": 16,
|
|
@@ -357,8 +357,8 @@ exports[`Carousel renders correctly with pageControlPosition bottom 1`] = `
|
|
|
357
357
|
<View
|
|
358
358
|
onLayout={[Function]}
|
|
359
359
|
style={
|
|
360
|
-
|
|
361
|
-
|
|
360
|
+
[
|
|
361
|
+
{
|
|
362
362
|
"flexDirection": "row",
|
|
363
363
|
},
|
|
364
364
|
null,
|
|
@@ -367,9 +367,9 @@ exports[`Carousel renders correctly with pageControlPosition bottom 1`] = `
|
|
|
367
367
|
>
|
|
368
368
|
<View
|
|
369
369
|
style={
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
370
|
+
[
|
|
371
|
+
{},
|
|
372
|
+
{
|
|
373
373
|
"width": 750,
|
|
374
374
|
},
|
|
375
375
|
]
|
|
@@ -379,7 +379,7 @@ exports[`Carousel renders correctly with pageControlPosition bottom 1`] = `
|
|
|
379
379
|
height={100}
|
|
380
380
|
resizeMode="cover"
|
|
381
381
|
source={
|
|
382
|
-
|
|
382
|
+
{
|
|
383
383
|
"height": 100,
|
|
384
384
|
"resizeMode": "cover",
|
|
385
385
|
"uri": "https://picsum.photos/1200/800",
|
|
@@ -387,14 +387,14 @@ exports[`Carousel renders correctly with pageControlPosition bottom 1`] = `
|
|
|
387
387
|
}
|
|
388
388
|
}
|
|
389
389
|
style={
|
|
390
|
-
|
|
391
|
-
|
|
390
|
+
[
|
|
391
|
+
{
|
|
392
392
|
"borderRadius": 0,
|
|
393
393
|
"height": 72,
|
|
394
394
|
"width": 72,
|
|
395
395
|
},
|
|
396
|
-
|
|
397
|
-
|
|
396
|
+
[
|
|
397
|
+
{
|
|
398
398
|
"alignSelf": "center",
|
|
399
399
|
"height": 100,
|
|
400
400
|
"resizeMode": "cover",
|
|
@@ -410,13 +410,13 @@ exports[`Carousel renders correctly with pageControlPosition bottom 1`] = `
|
|
|
410
410
|
marginTop="large"
|
|
411
411
|
paddingHorizontal="large"
|
|
412
412
|
style={
|
|
413
|
-
|
|
414
|
-
|
|
413
|
+
[
|
|
414
|
+
{
|
|
415
415
|
"marginTop": 24,
|
|
416
416
|
"paddingHorizontal": 24,
|
|
417
417
|
},
|
|
418
|
-
|
|
419
|
-
|
|
418
|
+
[
|
|
419
|
+
{
|
|
420
420
|
"width": 750,
|
|
421
421
|
},
|
|
422
422
|
undefined,
|
|
@@ -428,16 +428,16 @@ exports[`Carousel renders correctly with pageControlPosition bottom 1`] = `
|
|
|
428
428
|
<Text
|
|
429
429
|
allowFontScaling={false}
|
|
430
430
|
style={
|
|
431
|
-
|
|
432
|
-
|
|
431
|
+
[
|
|
432
|
+
{
|
|
433
433
|
"color": "#001f23",
|
|
434
434
|
"fontFamily": "RebondGrotesque-SemiBold",
|
|
435
435
|
"fontSize": 36,
|
|
436
436
|
"letterSpacing": 1.5,
|
|
437
437
|
"lineHeight": 44,
|
|
438
438
|
},
|
|
439
|
-
|
|
440
|
-
|
|
439
|
+
[
|
|
440
|
+
{
|
|
441
441
|
"marginBottom": 16,
|
|
442
442
|
"marginTop": 8,
|
|
443
443
|
},
|
|
@@ -454,8 +454,8 @@ exports[`Carousel renders correctly with pageControlPosition bottom 1`] = `
|
|
|
454
454
|
<Text
|
|
455
455
|
allowFontScaling={false}
|
|
456
456
|
style={
|
|
457
|
-
|
|
458
|
-
|
|
457
|
+
[
|
|
458
|
+
{
|
|
459
459
|
"color": "#001f23",
|
|
460
460
|
"fontFamily": "BeVietnamPro-Regular",
|
|
461
461
|
"fontSize": 16,
|
|
@@ -477,8 +477,8 @@ exports[`Carousel renders correctly with pageControlPosition bottom 1`] = `
|
|
|
477
477
|
<View
|
|
478
478
|
onLayout={[Function]}
|
|
479
479
|
style={
|
|
480
|
-
|
|
481
|
-
|
|
480
|
+
[
|
|
481
|
+
{
|
|
482
482
|
"flexDirection": "row",
|
|
483
483
|
},
|
|
484
484
|
null,
|
|
@@ -487,9 +487,9 @@ exports[`Carousel renders correctly with pageControlPosition bottom 1`] = `
|
|
|
487
487
|
>
|
|
488
488
|
<View
|
|
489
489
|
style={
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
490
|
+
[
|
|
491
|
+
{},
|
|
492
|
+
{
|
|
493
493
|
"width": 750,
|
|
494
494
|
},
|
|
495
495
|
]
|
|
@@ -498,21 +498,21 @@ exports[`Carousel renders correctly with pageControlPosition bottom 1`] = `
|
|
|
498
498
|
<Image
|
|
499
499
|
height={100}
|
|
500
500
|
source={
|
|
501
|
-
|
|
501
|
+
{
|
|
502
502
|
"height": 100,
|
|
503
503
|
"uri": "https://picsum.photos/1200/800",
|
|
504
504
|
"width": 30,
|
|
505
505
|
}
|
|
506
506
|
}
|
|
507
507
|
style={
|
|
508
|
-
|
|
509
|
-
|
|
508
|
+
[
|
|
509
|
+
{
|
|
510
510
|
"borderRadius": 0,
|
|
511
511
|
"height": 72,
|
|
512
512
|
"width": 72,
|
|
513
513
|
},
|
|
514
|
-
|
|
515
|
-
|
|
514
|
+
[
|
|
515
|
+
{
|
|
516
516
|
"alignSelf": "center",
|
|
517
517
|
"height": 100,
|
|
518
518
|
"resizeMode": "contain",
|
|
@@ -528,13 +528,13 @@ exports[`Carousel renders correctly with pageControlPosition bottom 1`] = `
|
|
|
528
528
|
marginTop="large"
|
|
529
529
|
paddingHorizontal="large"
|
|
530
530
|
style={
|
|
531
|
-
|
|
532
|
-
|
|
531
|
+
[
|
|
532
|
+
{
|
|
533
533
|
"marginTop": 24,
|
|
534
534
|
"paddingHorizontal": 24,
|
|
535
535
|
},
|
|
536
|
-
|
|
537
|
-
|
|
536
|
+
[
|
|
537
|
+
{
|
|
538
538
|
"width": 750,
|
|
539
539
|
},
|
|
540
540
|
undefined,
|
|
@@ -546,16 +546,16 @@ exports[`Carousel renders correctly with pageControlPosition bottom 1`] = `
|
|
|
546
546
|
<Text
|
|
547
547
|
allowFontScaling={false}
|
|
548
548
|
style={
|
|
549
|
-
|
|
550
|
-
|
|
549
|
+
[
|
|
550
|
+
{
|
|
551
551
|
"color": "#001f23",
|
|
552
552
|
"fontFamily": "RebondGrotesque-SemiBold",
|
|
553
553
|
"fontSize": 36,
|
|
554
554
|
"letterSpacing": 1.5,
|
|
555
555
|
"lineHeight": 44,
|
|
556
556
|
},
|
|
557
|
-
|
|
558
|
-
|
|
557
|
+
[
|
|
558
|
+
{
|
|
559
559
|
"marginBottom": 16,
|
|
560
560
|
"marginTop": 8,
|
|
561
561
|
},
|
|
@@ -576,8 +576,8 @@ exports[`Carousel renders correctly with pageControlPosition bottom 1`] = `
|
|
|
576
576
|
</RCTScrollView>
|
|
577
577
|
<View
|
|
578
578
|
style={
|
|
579
|
-
|
|
580
|
-
|
|
579
|
+
[
|
|
580
|
+
{
|
|
581
581
|
"flexDirection": "row",
|
|
582
582
|
"justifyContent": "space-between",
|
|
583
583
|
"marginBottom": 24,
|
|
@@ -590,7 +590,7 @@ exports[`Carousel renders correctly with pageControlPosition bottom 1`] = `
|
|
|
590
590
|
>
|
|
591
591
|
<View
|
|
592
592
|
accessibilityState={
|
|
593
|
-
|
|
593
|
+
{
|
|
594
594
|
"disabled": false,
|
|
595
595
|
}
|
|
596
596
|
}
|
|
@@ -604,8 +604,8 @@ exports[`Carousel renders correctly with pageControlPosition bottom 1`] = `
|
|
|
604
604
|
onResponderTerminationRequest={[Function]}
|
|
605
605
|
onStartShouldSetResponder={[Function]}
|
|
606
606
|
style={
|
|
607
|
-
|
|
608
|
-
|
|
607
|
+
[
|
|
608
|
+
{
|
|
609
609
|
"alignItems": "center",
|
|
610
610
|
"alignSelf": "stretch",
|
|
611
611
|
"backgroundColor": "#401960",
|
|
@@ -624,16 +624,16 @@ exports[`Carousel renders correctly with pageControlPosition bottom 1`] = `
|
|
|
624
624
|
ellipsizeMode="tail"
|
|
625
625
|
numberOfLines={1}
|
|
626
626
|
style={
|
|
627
|
-
|
|
628
|
-
|
|
627
|
+
[
|
|
628
|
+
{
|
|
629
629
|
"color": "#001f23",
|
|
630
630
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
631
631
|
"fontSize": 18,
|
|
632
632
|
"letterSpacing": 0.24,
|
|
633
633
|
"lineHeight": 28,
|
|
634
634
|
},
|
|
635
|
-
|
|
636
|
-
|
|
635
|
+
[
|
|
636
|
+
{
|
|
637
637
|
"color": "#ffffff",
|
|
638
638
|
"flexShrink": 1,
|
|
639
639
|
"textAlign": "center",
|
|
@@ -652,13 +652,13 @@ exports[`Carousel renders correctly with pageControlPosition bottom 1`] = `
|
|
|
652
652
|
</View>
|
|
653
653
|
<View
|
|
654
654
|
style={
|
|
655
|
-
|
|
656
|
-
|
|
655
|
+
[
|
|
656
|
+
{
|
|
657
657
|
"alignItems": "center",
|
|
658
658
|
"flexDirection": "row",
|
|
659
659
|
},
|
|
660
|
-
|
|
661
|
-
|
|
660
|
+
[
|
|
661
|
+
{
|
|
662
662
|
"paddingVertical": 8,
|
|
663
663
|
},
|
|
664
664
|
undefined,
|
|
@@ -669,7 +669,7 @@ exports[`Carousel renders correctly with pageControlPosition bottom 1`] = `
|
|
|
669
669
|
<View
|
|
670
670
|
collapsable={false}
|
|
671
671
|
style={
|
|
672
|
-
|
|
672
|
+
{
|
|
673
673
|
"backgroundColor": "#401960",
|
|
674
674
|
"borderRadius": 999,
|
|
675
675
|
"height": 8,
|
|
@@ -683,7 +683,7 @@ exports[`Carousel renders correctly with pageControlPosition bottom 1`] = `
|
|
|
683
683
|
<View
|
|
684
684
|
collapsable={false}
|
|
685
685
|
style={
|
|
686
|
-
|
|
686
|
+
{
|
|
687
687
|
"backgroundColor": "#401960",
|
|
688
688
|
"borderRadius": 999,
|
|
689
689
|
"height": 8,
|
|
@@ -697,7 +697,7 @@ exports[`Carousel renders correctly with pageControlPosition bottom 1`] = `
|
|
|
697
697
|
<View
|
|
698
698
|
collapsable={false}
|
|
699
699
|
style={
|
|
700
|
-
|
|
700
|
+
{
|
|
701
701
|
"backgroundColor": "#401960",
|
|
702
702
|
"borderRadius": 999,
|
|
703
703
|
"height": 8,
|
|
@@ -711,7 +711,7 @@ exports[`Carousel renders correctly with pageControlPosition bottom 1`] = `
|
|
|
711
711
|
<View
|
|
712
712
|
collapsable={false}
|
|
713
713
|
style={
|
|
714
|
-
|
|
714
|
+
{
|
|
715
715
|
"backgroundColor": "#401960",
|
|
716
716
|
"borderRadius": 999,
|
|
717
717
|
"height": 8,
|
|
@@ -734,8 +734,8 @@ exports[`Carousel renders correctly with pageControlPosition top 1`] = `
|
|
|
734
734
|
>
|
|
735
735
|
<View
|
|
736
736
|
style={
|
|
737
|
-
|
|
738
|
-
|
|
737
|
+
[
|
|
738
|
+
{
|
|
739
739
|
"backgroundColor": "#ece8ef",
|
|
740
740
|
"bottom": 0,
|
|
741
741
|
"left": 0,
|
|
@@ -750,8 +750,8 @@ exports[`Carousel renders correctly with pageControlPosition top 1`] = `
|
|
|
750
750
|
/>
|
|
751
751
|
<View
|
|
752
752
|
style={
|
|
753
|
-
|
|
754
|
-
|
|
753
|
+
[
|
|
754
|
+
{
|
|
755
755
|
"alignItems": "center",
|
|
756
756
|
"height": 48,
|
|
757
757
|
"justifyContent": "center",
|
|
@@ -762,13 +762,13 @@ exports[`Carousel renders correctly with pageControlPosition top 1`] = `
|
|
|
762
762
|
>
|
|
763
763
|
<View
|
|
764
764
|
style={
|
|
765
|
-
|
|
766
|
-
|
|
765
|
+
[
|
|
766
|
+
{
|
|
767
767
|
"alignItems": "center",
|
|
768
768
|
"flexDirection": "row",
|
|
769
769
|
},
|
|
770
|
-
|
|
771
|
-
|
|
770
|
+
[
|
|
771
|
+
{
|
|
772
772
|
"paddingVertical": 8,
|
|
773
773
|
},
|
|
774
774
|
undefined,
|
|
@@ -779,7 +779,7 @@ exports[`Carousel renders correctly with pageControlPosition top 1`] = `
|
|
|
779
779
|
<View
|
|
780
780
|
collapsable={false}
|
|
781
781
|
style={
|
|
782
|
-
|
|
782
|
+
{
|
|
783
783
|
"backgroundColor": "#401960",
|
|
784
784
|
"borderRadius": 999,
|
|
785
785
|
"height": 8,
|
|
@@ -793,7 +793,7 @@ exports[`Carousel renders correctly with pageControlPosition top 1`] = `
|
|
|
793
793
|
<View
|
|
794
794
|
collapsable={false}
|
|
795
795
|
style={
|
|
796
|
-
|
|
796
|
+
{
|
|
797
797
|
"backgroundColor": "#401960",
|
|
798
798
|
"borderRadius": 999,
|
|
799
799
|
"height": 8,
|
|
@@ -807,7 +807,7 @@ exports[`Carousel renders correctly with pageControlPosition top 1`] = `
|
|
|
807
807
|
<View
|
|
808
808
|
collapsable={false}
|
|
809
809
|
style={
|
|
810
|
-
|
|
810
|
+
{
|
|
811
811
|
"backgroundColor": "#401960",
|
|
812
812
|
"borderRadius": 999,
|
|
813
813
|
"height": 8,
|
|
@@ -821,7 +821,7 @@ exports[`Carousel renders correctly with pageControlPosition top 1`] = `
|
|
|
821
821
|
<View
|
|
822
822
|
collapsable={false}
|
|
823
823
|
style={
|
|
824
|
-
|
|
824
|
+
{
|
|
825
825
|
"backgroundColor": "#401960",
|
|
826
826
|
"borderRadius": 999,
|
|
827
827
|
"height": 8,
|
|
@@ -836,8 +836,8 @@ exports[`Carousel renders correctly with pageControlPosition top 1`] = `
|
|
|
836
836
|
</View>
|
|
837
837
|
<View
|
|
838
838
|
style={
|
|
839
|
-
|
|
840
|
-
|
|
839
|
+
[
|
|
840
|
+
{
|
|
841
841
|
"flexGrow": 2,
|
|
842
842
|
"justifyContent": "space-between",
|
|
843
843
|
},
|
|
@@ -848,19 +848,19 @@ exports[`Carousel renders correctly with pageControlPosition top 1`] = `
|
|
|
848
848
|
<RCTScrollView
|
|
849
849
|
bounces={false}
|
|
850
850
|
data={
|
|
851
|
-
|
|
852
|
-
|
|
851
|
+
[
|
|
852
|
+
{
|
|
853
853
|
"background": "#ece8ef",
|
|
854
854
|
"body": "Access your Work, Money and Benefits in the palm of your hand.",
|
|
855
855
|
"heading": "Welcome to the new Employment Hero app",
|
|
856
856
|
"image": 1,
|
|
857
857
|
},
|
|
858
|
-
|
|
858
|
+
{
|
|
859
859
|
"background": "#ccd2d3",
|
|
860
860
|
"body": "Our app now has a new bright clean modern look and feel with the same great features.",
|
|
861
861
|
"content": <Image
|
|
862
862
|
source={
|
|
863
|
-
|
|
863
|
+
{
|
|
864
864
|
"uri": "https://picsum.photos/30",
|
|
865
865
|
}
|
|
866
866
|
}
|
|
@@ -868,21 +868,21 @@ exports[`Carousel renders correctly with pageControlPosition top 1`] = `
|
|
|
868
868
|
"heading": "Same app with a new look!",
|
|
869
869
|
"image": "https://picsum.photos/800/1200",
|
|
870
870
|
},
|
|
871
|
-
|
|
871
|
+
{
|
|
872
872
|
"background": "#ccd2d3",
|
|
873
873
|
"body": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus vitae pulvinar quam, ac facilisis massa. Aliquam facilisis nisi eu justo dignissim, vel tempus justo iaculis.",
|
|
874
874
|
"heading": "Easier to get around",
|
|
875
|
-
"image":
|
|
875
|
+
"image": {
|
|
876
876
|
"height": 100,
|
|
877
877
|
"resizeMode": "cover",
|
|
878
878
|
"uri": "https://picsum.photos/1200/800",
|
|
879
879
|
"width": 30,
|
|
880
880
|
},
|
|
881
881
|
},
|
|
882
|
-
|
|
882
|
+
{
|
|
883
883
|
"background": "#ccd2d3",
|
|
884
884
|
"heading": "Test slide 4",
|
|
885
|
-
"image":
|
|
885
|
+
"image": {
|
|
886
886
|
"height": 100,
|
|
887
887
|
"uri": "https://picsum.photos/1200/800",
|
|
888
888
|
"width": 30,
|
|
@@ -906,20 +906,20 @@ exports[`Carousel renders correctly with pageControlPosition top 1`] = `
|
|
|
906
906
|
renderItem={[Function]}
|
|
907
907
|
scrollEventThrottle={32}
|
|
908
908
|
showsHorizontalScrollIndicator={false}
|
|
909
|
-
stickyHeaderIndices={
|
|
909
|
+
stickyHeaderIndices={[]}
|
|
910
910
|
viewabilityConfig={
|
|
911
|
-
|
|
911
|
+
{
|
|
912
912
|
"viewAreaCoveragePercentThreshold": 50,
|
|
913
913
|
}
|
|
914
914
|
}
|
|
915
|
-
viewabilityConfigCallbackPairs={
|
|
915
|
+
viewabilityConfigCallbackPairs={[]}
|
|
916
916
|
>
|
|
917
917
|
<View>
|
|
918
918
|
<View
|
|
919
919
|
onLayout={[Function]}
|
|
920
920
|
style={
|
|
921
|
-
|
|
922
|
-
|
|
921
|
+
[
|
|
922
|
+
{
|
|
923
923
|
"flexDirection": "row",
|
|
924
924
|
},
|
|
925
925
|
null,
|
|
@@ -928,9 +928,9 @@ exports[`Carousel renders correctly with pageControlPosition top 1`] = `
|
|
|
928
928
|
>
|
|
929
929
|
<View
|
|
930
930
|
style={
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
931
|
+
[
|
|
932
|
+
{},
|
|
933
|
+
{
|
|
934
934
|
"width": 750,
|
|
935
935
|
},
|
|
936
936
|
]
|
|
@@ -939,14 +939,14 @@ exports[`Carousel renders correctly with pageControlPosition top 1`] = `
|
|
|
939
939
|
<Image
|
|
940
940
|
source={1}
|
|
941
941
|
style={
|
|
942
|
-
|
|
943
|
-
|
|
942
|
+
[
|
|
943
|
+
{
|
|
944
944
|
"borderRadius": 0,
|
|
945
945
|
"height": 72,
|
|
946
946
|
"width": 72,
|
|
947
947
|
},
|
|
948
|
-
|
|
949
|
-
|
|
948
|
+
[
|
|
949
|
+
{
|
|
950
950
|
"flex": 1,
|
|
951
951
|
"flexGrow": 2,
|
|
952
952
|
"resizeMode": "contain",
|
|
@@ -961,13 +961,13 @@ exports[`Carousel renders correctly with pageControlPosition top 1`] = `
|
|
|
961
961
|
marginTop="large"
|
|
962
962
|
paddingHorizontal="large"
|
|
963
963
|
style={
|
|
964
|
-
|
|
965
|
-
|
|
964
|
+
[
|
|
965
|
+
{
|
|
966
966
|
"marginTop": 24,
|
|
967
967
|
"paddingHorizontal": 24,
|
|
968
968
|
},
|
|
969
|
-
|
|
970
|
-
|
|
969
|
+
[
|
|
970
|
+
{
|
|
971
971
|
"width": 750,
|
|
972
972
|
},
|
|
973
973
|
undefined,
|
|
@@ -979,16 +979,16 @@ exports[`Carousel renders correctly with pageControlPosition top 1`] = `
|
|
|
979
979
|
<Text
|
|
980
980
|
allowFontScaling={false}
|
|
981
981
|
style={
|
|
982
|
-
|
|
983
|
-
|
|
982
|
+
[
|
|
983
|
+
{
|
|
984
984
|
"color": "#001f23",
|
|
985
985
|
"fontFamily": "RebondGrotesque-SemiBold",
|
|
986
986
|
"fontSize": 36,
|
|
987
987
|
"letterSpacing": 1.5,
|
|
988
988
|
"lineHeight": 44,
|
|
989
989
|
},
|
|
990
|
-
|
|
991
|
-
|
|
990
|
+
[
|
|
991
|
+
{
|
|
992
992
|
"marginBottom": 16,
|
|
993
993
|
"marginTop": 8,
|
|
994
994
|
},
|
|
@@ -1005,8 +1005,8 @@ exports[`Carousel renders correctly with pageControlPosition top 1`] = `
|
|
|
1005
1005
|
<Text
|
|
1006
1006
|
allowFontScaling={false}
|
|
1007
1007
|
style={
|
|
1008
|
-
|
|
1009
|
-
|
|
1008
|
+
[
|
|
1009
|
+
{
|
|
1010
1010
|
"color": "#001f23",
|
|
1011
1011
|
"fontFamily": "BeVietnamPro-Regular",
|
|
1012
1012
|
"fontSize": 16,
|
|
@@ -1028,8 +1028,8 @@ exports[`Carousel renders correctly with pageControlPosition top 1`] = `
|
|
|
1028
1028
|
<View
|
|
1029
1029
|
onLayout={[Function]}
|
|
1030
1030
|
style={
|
|
1031
|
-
|
|
1032
|
-
|
|
1031
|
+
[
|
|
1032
|
+
{
|
|
1033
1033
|
"flexDirection": "row",
|
|
1034
1034
|
},
|
|
1035
1035
|
null,
|
|
@@ -1038,9 +1038,9 @@ exports[`Carousel renders correctly with pageControlPosition top 1`] = `
|
|
|
1038
1038
|
>
|
|
1039
1039
|
<View
|
|
1040
1040
|
style={
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1041
|
+
[
|
|
1042
|
+
{},
|
|
1043
|
+
{
|
|
1044
1044
|
"width": 750,
|
|
1045
1045
|
},
|
|
1046
1046
|
]
|
|
@@ -1048,19 +1048,19 @@ exports[`Carousel renders correctly with pageControlPosition top 1`] = `
|
|
|
1048
1048
|
>
|
|
1049
1049
|
<Image
|
|
1050
1050
|
source={
|
|
1051
|
-
|
|
1051
|
+
{
|
|
1052
1052
|
"uri": "https://picsum.photos/800/1200",
|
|
1053
1053
|
}
|
|
1054
1054
|
}
|
|
1055
1055
|
style={
|
|
1056
|
-
|
|
1057
|
-
|
|
1056
|
+
[
|
|
1057
|
+
{
|
|
1058
1058
|
"borderRadius": 0,
|
|
1059
1059
|
"height": 72,
|
|
1060
1060
|
"width": 72,
|
|
1061
1061
|
},
|
|
1062
|
-
|
|
1063
|
-
|
|
1062
|
+
[
|
|
1063
|
+
{
|
|
1064
1064
|
"flex": 1,
|
|
1065
1065
|
"flexGrow": 2,
|
|
1066
1066
|
"resizeMode": "contain",
|
|
@@ -1075,13 +1075,13 @@ exports[`Carousel renders correctly with pageControlPosition top 1`] = `
|
|
|
1075
1075
|
marginTop="large"
|
|
1076
1076
|
paddingHorizontal="large"
|
|
1077
1077
|
style={
|
|
1078
|
-
|
|
1079
|
-
|
|
1078
|
+
[
|
|
1079
|
+
{
|
|
1080
1080
|
"marginTop": 24,
|
|
1081
1081
|
"paddingHorizontal": 24,
|
|
1082
1082
|
},
|
|
1083
|
-
|
|
1084
|
-
|
|
1083
|
+
[
|
|
1084
|
+
{
|
|
1085
1085
|
"width": 750,
|
|
1086
1086
|
},
|
|
1087
1087
|
undefined,
|
|
@@ -1092,13 +1092,13 @@ exports[`Carousel renders correctly with pageControlPosition top 1`] = `
|
|
|
1092
1092
|
>
|
|
1093
1093
|
<Image
|
|
1094
1094
|
source={
|
|
1095
|
-
|
|
1095
|
+
{
|
|
1096
1096
|
"uri": "https://picsum.photos/30",
|
|
1097
1097
|
}
|
|
1098
1098
|
}
|
|
1099
1099
|
style={
|
|
1100
|
-
|
|
1101
|
-
|
|
1100
|
+
[
|
|
1101
|
+
{
|
|
1102
1102
|
"borderRadius": 0,
|
|
1103
1103
|
"height": 72,
|
|
1104
1104
|
"width": 72,
|
|
@@ -1110,16 +1110,16 @@ exports[`Carousel renders correctly with pageControlPosition top 1`] = `
|
|
|
1110
1110
|
<Text
|
|
1111
1111
|
allowFontScaling={false}
|
|
1112
1112
|
style={
|
|
1113
|
-
|
|
1114
|
-
|
|
1113
|
+
[
|
|
1114
|
+
{
|
|
1115
1115
|
"color": "#001f23",
|
|
1116
1116
|
"fontFamily": "RebondGrotesque-SemiBold",
|
|
1117
1117
|
"fontSize": 36,
|
|
1118
1118
|
"letterSpacing": 1.5,
|
|
1119
1119
|
"lineHeight": 44,
|
|
1120
1120
|
},
|
|
1121
|
-
|
|
1122
|
-
|
|
1121
|
+
[
|
|
1122
|
+
{
|
|
1123
1123
|
"marginBottom": 16,
|
|
1124
1124
|
"marginTop": 8,
|
|
1125
1125
|
},
|
|
@@ -1136,8 +1136,8 @@ exports[`Carousel renders correctly with pageControlPosition top 1`] = `
|
|
|
1136
1136
|
<Text
|
|
1137
1137
|
allowFontScaling={false}
|
|
1138
1138
|
style={
|
|
1139
|
-
|
|
1140
|
-
|
|
1139
|
+
[
|
|
1140
|
+
{
|
|
1141
1141
|
"color": "#001f23",
|
|
1142
1142
|
"fontFamily": "BeVietnamPro-Regular",
|
|
1143
1143
|
"fontSize": 16,
|
|
@@ -1159,8 +1159,8 @@ exports[`Carousel renders correctly with pageControlPosition top 1`] = `
|
|
|
1159
1159
|
<View
|
|
1160
1160
|
onLayout={[Function]}
|
|
1161
1161
|
style={
|
|
1162
|
-
|
|
1163
|
-
|
|
1162
|
+
[
|
|
1163
|
+
{
|
|
1164
1164
|
"flexDirection": "row",
|
|
1165
1165
|
},
|
|
1166
1166
|
null,
|
|
@@ -1169,9 +1169,9 @@ exports[`Carousel renders correctly with pageControlPosition top 1`] = `
|
|
|
1169
1169
|
>
|
|
1170
1170
|
<View
|
|
1171
1171
|
style={
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1172
|
+
[
|
|
1173
|
+
{},
|
|
1174
|
+
{
|
|
1175
1175
|
"width": 750,
|
|
1176
1176
|
},
|
|
1177
1177
|
]
|
|
@@ -1181,7 +1181,7 @@ exports[`Carousel renders correctly with pageControlPosition top 1`] = `
|
|
|
1181
1181
|
height={100}
|
|
1182
1182
|
resizeMode="cover"
|
|
1183
1183
|
source={
|
|
1184
|
-
|
|
1184
|
+
{
|
|
1185
1185
|
"height": 100,
|
|
1186
1186
|
"resizeMode": "cover",
|
|
1187
1187
|
"uri": "https://picsum.photos/1200/800",
|
|
@@ -1189,14 +1189,14 @@ exports[`Carousel renders correctly with pageControlPosition top 1`] = `
|
|
|
1189
1189
|
}
|
|
1190
1190
|
}
|
|
1191
1191
|
style={
|
|
1192
|
-
|
|
1193
|
-
|
|
1192
|
+
[
|
|
1193
|
+
{
|
|
1194
1194
|
"borderRadius": 0,
|
|
1195
1195
|
"height": 72,
|
|
1196
1196
|
"width": 72,
|
|
1197
1197
|
},
|
|
1198
|
-
|
|
1199
|
-
|
|
1198
|
+
[
|
|
1199
|
+
{
|
|
1200
1200
|
"alignSelf": "center",
|
|
1201
1201
|
"height": 100,
|
|
1202
1202
|
"resizeMode": "cover",
|
|
@@ -1212,13 +1212,13 @@ exports[`Carousel renders correctly with pageControlPosition top 1`] = `
|
|
|
1212
1212
|
marginTop="large"
|
|
1213
1213
|
paddingHorizontal="large"
|
|
1214
1214
|
style={
|
|
1215
|
-
|
|
1216
|
-
|
|
1215
|
+
[
|
|
1216
|
+
{
|
|
1217
1217
|
"marginTop": 24,
|
|
1218
1218
|
"paddingHorizontal": 24,
|
|
1219
1219
|
},
|
|
1220
|
-
|
|
1221
|
-
|
|
1220
|
+
[
|
|
1221
|
+
{
|
|
1222
1222
|
"width": 750,
|
|
1223
1223
|
},
|
|
1224
1224
|
undefined,
|
|
@@ -1230,16 +1230,16 @@ exports[`Carousel renders correctly with pageControlPosition top 1`] = `
|
|
|
1230
1230
|
<Text
|
|
1231
1231
|
allowFontScaling={false}
|
|
1232
1232
|
style={
|
|
1233
|
-
|
|
1234
|
-
|
|
1233
|
+
[
|
|
1234
|
+
{
|
|
1235
1235
|
"color": "#001f23",
|
|
1236
1236
|
"fontFamily": "RebondGrotesque-SemiBold",
|
|
1237
1237
|
"fontSize": 36,
|
|
1238
1238
|
"letterSpacing": 1.5,
|
|
1239
1239
|
"lineHeight": 44,
|
|
1240
1240
|
},
|
|
1241
|
-
|
|
1242
|
-
|
|
1241
|
+
[
|
|
1242
|
+
{
|
|
1243
1243
|
"marginBottom": 16,
|
|
1244
1244
|
"marginTop": 8,
|
|
1245
1245
|
},
|
|
@@ -1256,8 +1256,8 @@ exports[`Carousel renders correctly with pageControlPosition top 1`] = `
|
|
|
1256
1256
|
<Text
|
|
1257
1257
|
allowFontScaling={false}
|
|
1258
1258
|
style={
|
|
1259
|
-
|
|
1260
|
-
|
|
1259
|
+
[
|
|
1260
|
+
{
|
|
1261
1261
|
"color": "#001f23",
|
|
1262
1262
|
"fontFamily": "BeVietnamPro-Regular",
|
|
1263
1263
|
"fontSize": 16,
|
|
@@ -1279,8 +1279,8 @@ exports[`Carousel renders correctly with pageControlPosition top 1`] = `
|
|
|
1279
1279
|
<View
|
|
1280
1280
|
onLayout={[Function]}
|
|
1281
1281
|
style={
|
|
1282
|
-
|
|
1283
|
-
|
|
1282
|
+
[
|
|
1283
|
+
{
|
|
1284
1284
|
"flexDirection": "row",
|
|
1285
1285
|
},
|
|
1286
1286
|
null,
|
|
@@ -1289,9 +1289,9 @@ exports[`Carousel renders correctly with pageControlPosition top 1`] = `
|
|
|
1289
1289
|
>
|
|
1290
1290
|
<View
|
|
1291
1291
|
style={
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1292
|
+
[
|
|
1293
|
+
{},
|
|
1294
|
+
{
|
|
1295
1295
|
"width": 750,
|
|
1296
1296
|
},
|
|
1297
1297
|
]
|
|
@@ -1300,21 +1300,21 @@ exports[`Carousel renders correctly with pageControlPosition top 1`] = `
|
|
|
1300
1300
|
<Image
|
|
1301
1301
|
height={100}
|
|
1302
1302
|
source={
|
|
1303
|
-
|
|
1303
|
+
{
|
|
1304
1304
|
"height": 100,
|
|
1305
1305
|
"uri": "https://picsum.photos/1200/800",
|
|
1306
1306
|
"width": 30,
|
|
1307
1307
|
}
|
|
1308
1308
|
}
|
|
1309
1309
|
style={
|
|
1310
|
-
|
|
1311
|
-
|
|
1310
|
+
[
|
|
1311
|
+
{
|
|
1312
1312
|
"borderRadius": 0,
|
|
1313
1313
|
"height": 72,
|
|
1314
1314
|
"width": 72,
|
|
1315
1315
|
},
|
|
1316
|
-
|
|
1317
|
-
|
|
1316
|
+
[
|
|
1317
|
+
{
|
|
1318
1318
|
"alignSelf": "center",
|
|
1319
1319
|
"height": 100,
|
|
1320
1320
|
"resizeMode": "contain",
|
|
@@ -1330,13 +1330,13 @@ exports[`Carousel renders correctly with pageControlPosition top 1`] = `
|
|
|
1330
1330
|
marginTop="large"
|
|
1331
1331
|
paddingHorizontal="large"
|
|
1332
1332
|
style={
|
|
1333
|
-
|
|
1334
|
-
|
|
1333
|
+
[
|
|
1334
|
+
{
|
|
1335
1335
|
"marginTop": 24,
|
|
1336
1336
|
"paddingHorizontal": 24,
|
|
1337
1337
|
},
|
|
1338
|
-
|
|
1339
|
-
|
|
1338
|
+
[
|
|
1339
|
+
{
|
|
1340
1340
|
"width": 750,
|
|
1341
1341
|
},
|
|
1342
1342
|
undefined,
|
|
@@ -1348,16 +1348,16 @@ exports[`Carousel renders correctly with pageControlPosition top 1`] = `
|
|
|
1348
1348
|
<Text
|
|
1349
1349
|
allowFontScaling={false}
|
|
1350
1350
|
style={
|
|
1351
|
-
|
|
1352
|
-
|
|
1351
|
+
[
|
|
1352
|
+
{
|
|
1353
1353
|
"color": "#001f23",
|
|
1354
1354
|
"fontFamily": "RebondGrotesque-SemiBold",
|
|
1355
1355
|
"fontSize": 36,
|
|
1356
1356
|
"letterSpacing": 1.5,
|
|
1357
1357
|
"lineHeight": 44,
|
|
1358
1358
|
},
|
|
1359
|
-
|
|
1360
|
-
|
|
1359
|
+
[
|
|
1360
|
+
{
|
|
1361
1361
|
"marginBottom": 16,
|
|
1362
1362
|
"marginTop": 8,
|
|
1363
1363
|
},
|
|
@@ -1378,8 +1378,8 @@ exports[`Carousel renders correctly with pageControlPosition top 1`] = `
|
|
|
1378
1378
|
</RCTScrollView>
|
|
1379
1379
|
<View
|
|
1380
1380
|
style={
|
|
1381
|
-
|
|
1382
|
-
|
|
1381
|
+
[
|
|
1382
|
+
{
|
|
1383
1383
|
"flexDirection": "row",
|
|
1384
1384
|
"justifyContent": "space-between",
|
|
1385
1385
|
"marginBottom": 24,
|
|
@@ -1392,7 +1392,7 @@ exports[`Carousel renders correctly with pageControlPosition top 1`] = `
|
|
|
1392
1392
|
>
|
|
1393
1393
|
<View
|
|
1394
1394
|
accessibilityState={
|
|
1395
|
-
|
|
1395
|
+
{
|
|
1396
1396
|
"disabled": false,
|
|
1397
1397
|
}
|
|
1398
1398
|
}
|
|
@@ -1406,8 +1406,8 @@ exports[`Carousel renders correctly with pageControlPosition top 1`] = `
|
|
|
1406
1406
|
onResponderTerminationRequest={[Function]}
|
|
1407
1407
|
onStartShouldSetResponder={[Function]}
|
|
1408
1408
|
style={
|
|
1409
|
-
|
|
1410
|
-
|
|
1409
|
+
[
|
|
1410
|
+
{
|
|
1411
1411
|
"alignItems": "center",
|
|
1412
1412
|
"alignSelf": "stretch",
|
|
1413
1413
|
"backgroundColor": "#401960",
|
|
@@ -1426,16 +1426,16 @@ exports[`Carousel renders correctly with pageControlPosition top 1`] = `
|
|
|
1426
1426
|
ellipsizeMode="tail"
|
|
1427
1427
|
numberOfLines={1}
|
|
1428
1428
|
style={
|
|
1429
|
-
|
|
1430
|
-
|
|
1429
|
+
[
|
|
1430
|
+
{
|
|
1431
1431
|
"color": "#001f23",
|
|
1432
1432
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
1433
1433
|
"fontSize": 18,
|
|
1434
1434
|
"letterSpacing": 0.24,
|
|
1435
1435
|
"lineHeight": 28,
|
|
1436
1436
|
},
|
|
1437
|
-
|
|
1438
|
-
|
|
1437
|
+
[
|
|
1438
|
+
{
|
|
1439
1439
|
"color": "#ffffff",
|
|
1440
1440
|
"flexShrink": 1,
|
|
1441
1441
|
"textAlign": "center",
|
|
@@ -1463,8 +1463,8 @@ exports[`Carousel should call skip call back when press skip 1`] = `
|
|
|
1463
1463
|
>
|
|
1464
1464
|
<View
|
|
1465
1465
|
style={
|
|
1466
|
-
|
|
1467
|
-
|
|
1466
|
+
[
|
|
1467
|
+
{
|
|
1468
1468
|
"backgroundColor": "#ece8ef",
|
|
1469
1469
|
"bottom": 0,
|
|
1470
1470
|
"left": 0,
|
|
@@ -1479,8 +1479,8 @@ exports[`Carousel should call skip call back when press skip 1`] = `
|
|
|
1479
1479
|
/>
|
|
1480
1480
|
<View
|
|
1481
1481
|
style={
|
|
1482
|
-
|
|
1483
|
-
|
|
1482
|
+
[
|
|
1483
|
+
{
|
|
1484
1484
|
"alignItems": "center",
|
|
1485
1485
|
"height": 48,
|
|
1486
1486
|
"justifyContent": "center",
|
|
@@ -1491,13 +1491,13 @@ exports[`Carousel should call skip call back when press skip 1`] = `
|
|
|
1491
1491
|
>
|
|
1492
1492
|
<View
|
|
1493
1493
|
style={
|
|
1494
|
-
|
|
1495
|
-
|
|
1494
|
+
[
|
|
1495
|
+
{
|
|
1496
1496
|
"alignItems": "center",
|
|
1497
1497
|
"flexDirection": "row",
|
|
1498
1498
|
},
|
|
1499
|
-
|
|
1500
|
-
|
|
1499
|
+
[
|
|
1500
|
+
{
|
|
1501
1501
|
"paddingVertical": 8,
|
|
1502
1502
|
},
|
|
1503
1503
|
undefined,
|
|
@@ -1508,7 +1508,7 @@ exports[`Carousel should call skip call back when press skip 1`] = `
|
|
|
1508
1508
|
<View
|
|
1509
1509
|
collapsable={false}
|
|
1510
1510
|
style={
|
|
1511
|
-
|
|
1511
|
+
{
|
|
1512
1512
|
"backgroundColor": "#401960",
|
|
1513
1513
|
"borderRadius": 999,
|
|
1514
1514
|
"height": 8,
|
|
@@ -1522,7 +1522,7 @@ exports[`Carousel should call skip call back when press skip 1`] = `
|
|
|
1522
1522
|
<View
|
|
1523
1523
|
collapsable={false}
|
|
1524
1524
|
style={
|
|
1525
|
-
|
|
1525
|
+
{
|
|
1526
1526
|
"backgroundColor": "#401960",
|
|
1527
1527
|
"borderRadius": 999,
|
|
1528
1528
|
"height": 8,
|
|
@@ -1536,7 +1536,7 @@ exports[`Carousel should call skip call back when press skip 1`] = `
|
|
|
1536
1536
|
<View
|
|
1537
1537
|
collapsable={false}
|
|
1538
1538
|
style={
|
|
1539
|
-
|
|
1539
|
+
{
|
|
1540
1540
|
"backgroundColor": "#401960",
|
|
1541
1541
|
"borderRadius": 999,
|
|
1542
1542
|
"height": 8,
|
|
@@ -1550,7 +1550,7 @@ exports[`Carousel should call skip call back when press skip 1`] = `
|
|
|
1550
1550
|
<View
|
|
1551
1551
|
collapsable={false}
|
|
1552
1552
|
style={
|
|
1553
|
-
|
|
1553
|
+
{
|
|
1554
1554
|
"backgroundColor": "#401960",
|
|
1555
1555
|
"borderRadius": 999,
|
|
1556
1556
|
"height": 8,
|
|
@@ -1565,8 +1565,8 @@ exports[`Carousel should call skip call back when press skip 1`] = `
|
|
|
1565
1565
|
</View>
|
|
1566
1566
|
<View
|
|
1567
1567
|
style={
|
|
1568
|
-
|
|
1569
|
-
|
|
1568
|
+
[
|
|
1569
|
+
{
|
|
1570
1570
|
"flexGrow": 2,
|
|
1571
1571
|
"justifyContent": "space-between",
|
|
1572
1572
|
},
|
|
@@ -1577,19 +1577,19 @@ exports[`Carousel should call skip call back when press skip 1`] = `
|
|
|
1577
1577
|
<RCTScrollView
|
|
1578
1578
|
bounces={false}
|
|
1579
1579
|
data={
|
|
1580
|
-
|
|
1581
|
-
|
|
1580
|
+
[
|
|
1581
|
+
{
|
|
1582
1582
|
"background": "#ece8ef",
|
|
1583
1583
|
"body": "Access your Work, Money and Benefits in the palm of your hand.",
|
|
1584
1584
|
"heading": "Welcome to the new Employment Hero app",
|
|
1585
1585
|
"image": 1,
|
|
1586
1586
|
},
|
|
1587
|
-
|
|
1587
|
+
{
|
|
1588
1588
|
"background": "#ccd2d3",
|
|
1589
1589
|
"body": "Our app now has a new bright clean modern look and feel with the same great features.",
|
|
1590
1590
|
"content": <Image
|
|
1591
1591
|
source={
|
|
1592
|
-
|
|
1592
|
+
{
|
|
1593
1593
|
"uri": "https://picsum.photos/30",
|
|
1594
1594
|
}
|
|
1595
1595
|
}
|
|
@@ -1597,21 +1597,21 @@ exports[`Carousel should call skip call back when press skip 1`] = `
|
|
|
1597
1597
|
"heading": "Same app with a new look!",
|
|
1598
1598
|
"image": "https://picsum.photos/800/1200",
|
|
1599
1599
|
},
|
|
1600
|
-
|
|
1600
|
+
{
|
|
1601
1601
|
"background": "#ccd2d3",
|
|
1602
1602
|
"body": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus vitae pulvinar quam, ac facilisis massa. Aliquam facilisis nisi eu justo dignissim, vel tempus justo iaculis.",
|
|
1603
1603
|
"heading": "Easier to get around",
|
|
1604
|
-
"image":
|
|
1604
|
+
"image": {
|
|
1605
1605
|
"height": 100,
|
|
1606
1606
|
"resizeMode": "cover",
|
|
1607
1607
|
"uri": "https://picsum.photos/1200/800",
|
|
1608
1608
|
"width": 30,
|
|
1609
1609
|
},
|
|
1610
1610
|
},
|
|
1611
|
-
|
|
1611
|
+
{
|
|
1612
1612
|
"background": "#ccd2d3",
|
|
1613
1613
|
"heading": "Test slide 4",
|
|
1614
|
-
"image":
|
|
1614
|
+
"image": {
|
|
1615
1615
|
"height": 100,
|
|
1616
1616
|
"uri": "https://picsum.photos/1200/800",
|
|
1617
1617
|
"width": 30,
|
|
@@ -1635,20 +1635,20 @@ exports[`Carousel should call skip call back when press skip 1`] = `
|
|
|
1635
1635
|
renderItem={[Function]}
|
|
1636
1636
|
scrollEventThrottle={32}
|
|
1637
1637
|
showsHorizontalScrollIndicator={false}
|
|
1638
|
-
stickyHeaderIndices={
|
|
1638
|
+
stickyHeaderIndices={[]}
|
|
1639
1639
|
viewabilityConfig={
|
|
1640
|
-
|
|
1640
|
+
{
|
|
1641
1641
|
"viewAreaCoveragePercentThreshold": 50,
|
|
1642
1642
|
}
|
|
1643
1643
|
}
|
|
1644
|
-
viewabilityConfigCallbackPairs={
|
|
1644
|
+
viewabilityConfigCallbackPairs={[]}
|
|
1645
1645
|
>
|
|
1646
1646
|
<View>
|
|
1647
1647
|
<View
|
|
1648
1648
|
onLayout={[Function]}
|
|
1649
1649
|
style={
|
|
1650
|
-
|
|
1651
|
-
|
|
1650
|
+
[
|
|
1651
|
+
{
|
|
1652
1652
|
"flexDirection": "row",
|
|
1653
1653
|
},
|
|
1654
1654
|
null,
|
|
@@ -1657,9 +1657,9 @@ exports[`Carousel should call skip call back when press skip 1`] = `
|
|
|
1657
1657
|
>
|
|
1658
1658
|
<View
|
|
1659
1659
|
style={
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1660
|
+
[
|
|
1661
|
+
{},
|
|
1662
|
+
{
|
|
1663
1663
|
"width": 750,
|
|
1664
1664
|
},
|
|
1665
1665
|
]
|
|
@@ -1668,14 +1668,14 @@ exports[`Carousel should call skip call back when press skip 1`] = `
|
|
|
1668
1668
|
<Image
|
|
1669
1669
|
source={1}
|
|
1670
1670
|
style={
|
|
1671
|
-
|
|
1672
|
-
|
|
1671
|
+
[
|
|
1672
|
+
{
|
|
1673
1673
|
"borderRadius": 0,
|
|
1674
1674
|
"height": 72,
|
|
1675
1675
|
"width": 72,
|
|
1676
1676
|
},
|
|
1677
|
-
|
|
1678
|
-
|
|
1677
|
+
[
|
|
1678
|
+
{
|
|
1679
1679
|
"flex": 1,
|
|
1680
1680
|
"flexGrow": 2,
|
|
1681
1681
|
"resizeMode": "contain",
|
|
@@ -1690,13 +1690,13 @@ exports[`Carousel should call skip call back when press skip 1`] = `
|
|
|
1690
1690
|
marginTop="large"
|
|
1691
1691
|
paddingHorizontal="large"
|
|
1692
1692
|
style={
|
|
1693
|
-
|
|
1694
|
-
|
|
1693
|
+
[
|
|
1694
|
+
{
|
|
1695
1695
|
"marginTop": 24,
|
|
1696
1696
|
"paddingHorizontal": 24,
|
|
1697
1697
|
},
|
|
1698
|
-
|
|
1699
|
-
|
|
1698
|
+
[
|
|
1699
|
+
{
|
|
1700
1700
|
"width": 750,
|
|
1701
1701
|
},
|
|
1702
1702
|
undefined,
|
|
@@ -1708,16 +1708,16 @@ exports[`Carousel should call skip call back when press skip 1`] = `
|
|
|
1708
1708
|
<Text
|
|
1709
1709
|
allowFontScaling={false}
|
|
1710
1710
|
style={
|
|
1711
|
-
|
|
1712
|
-
|
|
1711
|
+
[
|
|
1712
|
+
{
|
|
1713
1713
|
"color": "#001f23",
|
|
1714
1714
|
"fontFamily": "RebondGrotesque-SemiBold",
|
|
1715
1715
|
"fontSize": 36,
|
|
1716
1716
|
"letterSpacing": 1.5,
|
|
1717
1717
|
"lineHeight": 44,
|
|
1718
1718
|
},
|
|
1719
|
-
|
|
1720
|
-
|
|
1719
|
+
[
|
|
1720
|
+
{
|
|
1721
1721
|
"marginBottom": 16,
|
|
1722
1722
|
"marginTop": 8,
|
|
1723
1723
|
},
|
|
@@ -1734,8 +1734,8 @@ exports[`Carousel should call skip call back when press skip 1`] = `
|
|
|
1734
1734
|
<Text
|
|
1735
1735
|
allowFontScaling={false}
|
|
1736
1736
|
style={
|
|
1737
|
-
|
|
1738
|
-
|
|
1737
|
+
[
|
|
1738
|
+
{
|
|
1739
1739
|
"color": "#001f23",
|
|
1740
1740
|
"fontFamily": "BeVietnamPro-Regular",
|
|
1741
1741
|
"fontSize": 16,
|
|
@@ -1757,8 +1757,8 @@ exports[`Carousel should call skip call back when press skip 1`] = `
|
|
|
1757
1757
|
<View
|
|
1758
1758
|
onLayout={[Function]}
|
|
1759
1759
|
style={
|
|
1760
|
-
|
|
1761
|
-
|
|
1760
|
+
[
|
|
1761
|
+
{
|
|
1762
1762
|
"flexDirection": "row",
|
|
1763
1763
|
},
|
|
1764
1764
|
null,
|
|
@@ -1767,9 +1767,9 @@ exports[`Carousel should call skip call back when press skip 1`] = `
|
|
|
1767
1767
|
>
|
|
1768
1768
|
<View
|
|
1769
1769
|
style={
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1770
|
+
[
|
|
1771
|
+
{},
|
|
1772
|
+
{
|
|
1773
1773
|
"width": 750,
|
|
1774
1774
|
},
|
|
1775
1775
|
]
|
|
@@ -1777,19 +1777,19 @@ exports[`Carousel should call skip call back when press skip 1`] = `
|
|
|
1777
1777
|
>
|
|
1778
1778
|
<Image
|
|
1779
1779
|
source={
|
|
1780
|
-
|
|
1780
|
+
{
|
|
1781
1781
|
"uri": "https://picsum.photos/800/1200",
|
|
1782
1782
|
}
|
|
1783
1783
|
}
|
|
1784
1784
|
style={
|
|
1785
|
-
|
|
1786
|
-
|
|
1785
|
+
[
|
|
1786
|
+
{
|
|
1787
1787
|
"borderRadius": 0,
|
|
1788
1788
|
"height": 72,
|
|
1789
1789
|
"width": 72,
|
|
1790
1790
|
},
|
|
1791
|
-
|
|
1792
|
-
|
|
1791
|
+
[
|
|
1792
|
+
{
|
|
1793
1793
|
"flex": 1,
|
|
1794
1794
|
"flexGrow": 2,
|
|
1795
1795
|
"resizeMode": "contain",
|
|
@@ -1804,13 +1804,13 @@ exports[`Carousel should call skip call back when press skip 1`] = `
|
|
|
1804
1804
|
marginTop="large"
|
|
1805
1805
|
paddingHorizontal="large"
|
|
1806
1806
|
style={
|
|
1807
|
-
|
|
1808
|
-
|
|
1807
|
+
[
|
|
1808
|
+
{
|
|
1809
1809
|
"marginTop": 24,
|
|
1810
1810
|
"paddingHorizontal": 24,
|
|
1811
1811
|
},
|
|
1812
|
-
|
|
1813
|
-
|
|
1812
|
+
[
|
|
1813
|
+
{
|
|
1814
1814
|
"width": 750,
|
|
1815
1815
|
},
|
|
1816
1816
|
undefined,
|
|
@@ -1821,13 +1821,13 @@ exports[`Carousel should call skip call back when press skip 1`] = `
|
|
|
1821
1821
|
>
|
|
1822
1822
|
<Image
|
|
1823
1823
|
source={
|
|
1824
|
-
|
|
1824
|
+
{
|
|
1825
1825
|
"uri": "https://picsum.photos/30",
|
|
1826
1826
|
}
|
|
1827
1827
|
}
|
|
1828
1828
|
style={
|
|
1829
|
-
|
|
1830
|
-
|
|
1829
|
+
[
|
|
1830
|
+
{
|
|
1831
1831
|
"borderRadius": 0,
|
|
1832
1832
|
"height": 72,
|
|
1833
1833
|
"width": 72,
|
|
@@ -1839,16 +1839,16 @@ exports[`Carousel should call skip call back when press skip 1`] = `
|
|
|
1839
1839
|
<Text
|
|
1840
1840
|
allowFontScaling={false}
|
|
1841
1841
|
style={
|
|
1842
|
-
|
|
1843
|
-
|
|
1842
|
+
[
|
|
1843
|
+
{
|
|
1844
1844
|
"color": "#001f23",
|
|
1845
1845
|
"fontFamily": "RebondGrotesque-SemiBold",
|
|
1846
1846
|
"fontSize": 36,
|
|
1847
1847
|
"letterSpacing": 1.5,
|
|
1848
1848
|
"lineHeight": 44,
|
|
1849
1849
|
},
|
|
1850
|
-
|
|
1851
|
-
|
|
1850
|
+
[
|
|
1851
|
+
{
|
|
1852
1852
|
"marginBottom": 16,
|
|
1853
1853
|
"marginTop": 8,
|
|
1854
1854
|
},
|
|
@@ -1865,8 +1865,8 @@ exports[`Carousel should call skip call back when press skip 1`] = `
|
|
|
1865
1865
|
<Text
|
|
1866
1866
|
allowFontScaling={false}
|
|
1867
1867
|
style={
|
|
1868
|
-
|
|
1869
|
-
|
|
1868
|
+
[
|
|
1869
|
+
{
|
|
1870
1870
|
"color": "#001f23",
|
|
1871
1871
|
"fontFamily": "BeVietnamPro-Regular",
|
|
1872
1872
|
"fontSize": 16,
|
|
@@ -1888,8 +1888,8 @@ exports[`Carousel should call skip call back when press skip 1`] = `
|
|
|
1888
1888
|
<View
|
|
1889
1889
|
onLayout={[Function]}
|
|
1890
1890
|
style={
|
|
1891
|
-
|
|
1892
|
-
|
|
1891
|
+
[
|
|
1892
|
+
{
|
|
1893
1893
|
"flexDirection": "row",
|
|
1894
1894
|
},
|
|
1895
1895
|
null,
|
|
@@ -1898,9 +1898,9 @@ exports[`Carousel should call skip call back when press skip 1`] = `
|
|
|
1898
1898
|
>
|
|
1899
1899
|
<View
|
|
1900
1900
|
style={
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1901
|
+
[
|
|
1902
|
+
{},
|
|
1903
|
+
{
|
|
1904
1904
|
"width": 750,
|
|
1905
1905
|
},
|
|
1906
1906
|
]
|
|
@@ -1910,7 +1910,7 @@ exports[`Carousel should call skip call back when press skip 1`] = `
|
|
|
1910
1910
|
height={100}
|
|
1911
1911
|
resizeMode="cover"
|
|
1912
1912
|
source={
|
|
1913
|
-
|
|
1913
|
+
{
|
|
1914
1914
|
"height": 100,
|
|
1915
1915
|
"resizeMode": "cover",
|
|
1916
1916
|
"uri": "https://picsum.photos/1200/800",
|
|
@@ -1918,14 +1918,14 @@ exports[`Carousel should call skip call back when press skip 1`] = `
|
|
|
1918
1918
|
}
|
|
1919
1919
|
}
|
|
1920
1920
|
style={
|
|
1921
|
-
|
|
1922
|
-
|
|
1921
|
+
[
|
|
1922
|
+
{
|
|
1923
1923
|
"borderRadius": 0,
|
|
1924
1924
|
"height": 72,
|
|
1925
1925
|
"width": 72,
|
|
1926
1926
|
},
|
|
1927
|
-
|
|
1928
|
-
|
|
1927
|
+
[
|
|
1928
|
+
{
|
|
1929
1929
|
"alignSelf": "center",
|
|
1930
1930
|
"height": 100,
|
|
1931
1931
|
"resizeMode": "cover",
|
|
@@ -1941,13 +1941,13 @@ exports[`Carousel should call skip call back when press skip 1`] = `
|
|
|
1941
1941
|
marginTop="large"
|
|
1942
1942
|
paddingHorizontal="large"
|
|
1943
1943
|
style={
|
|
1944
|
-
|
|
1945
|
-
|
|
1944
|
+
[
|
|
1945
|
+
{
|
|
1946
1946
|
"marginTop": 24,
|
|
1947
1947
|
"paddingHorizontal": 24,
|
|
1948
1948
|
},
|
|
1949
|
-
|
|
1950
|
-
|
|
1949
|
+
[
|
|
1950
|
+
{
|
|
1951
1951
|
"width": 750,
|
|
1952
1952
|
},
|
|
1953
1953
|
undefined,
|
|
@@ -1959,16 +1959,16 @@ exports[`Carousel should call skip call back when press skip 1`] = `
|
|
|
1959
1959
|
<Text
|
|
1960
1960
|
allowFontScaling={false}
|
|
1961
1961
|
style={
|
|
1962
|
-
|
|
1963
|
-
|
|
1962
|
+
[
|
|
1963
|
+
{
|
|
1964
1964
|
"color": "#001f23",
|
|
1965
1965
|
"fontFamily": "RebondGrotesque-SemiBold",
|
|
1966
1966
|
"fontSize": 36,
|
|
1967
1967
|
"letterSpacing": 1.5,
|
|
1968
1968
|
"lineHeight": 44,
|
|
1969
1969
|
},
|
|
1970
|
-
|
|
1971
|
-
|
|
1970
|
+
[
|
|
1971
|
+
{
|
|
1972
1972
|
"marginBottom": 16,
|
|
1973
1973
|
"marginTop": 8,
|
|
1974
1974
|
},
|
|
@@ -1985,8 +1985,8 @@ exports[`Carousel should call skip call back when press skip 1`] = `
|
|
|
1985
1985
|
<Text
|
|
1986
1986
|
allowFontScaling={false}
|
|
1987
1987
|
style={
|
|
1988
|
-
|
|
1989
|
-
|
|
1988
|
+
[
|
|
1989
|
+
{
|
|
1990
1990
|
"color": "#001f23",
|
|
1991
1991
|
"fontFamily": "BeVietnamPro-Regular",
|
|
1992
1992
|
"fontSize": 16,
|
|
@@ -2008,8 +2008,8 @@ exports[`Carousel should call skip call back when press skip 1`] = `
|
|
|
2008
2008
|
<View
|
|
2009
2009
|
onLayout={[Function]}
|
|
2010
2010
|
style={
|
|
2011
|
-
|
|
2012
|
-
|
|
2011
|
+
[
|
|
2012
|
+
{
|
|
2013
2013
|
"flexDirection": "row",
|
|
2014
2014
|
},
|
|
2015
2015
|
null,
|
|
@@ -2018,9 +2018,9 @@ exports[`Carousel should call skip call back when press skip 1`] = `
|
|
|
2018
2018
|
>
|
|
2019
2019
|
<View
|
|
2020
2020
|
style={
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2021
|
+
[
|
|
2022
|
+
{},
|
|
2023
|
+
{
|
|
2024
2024
|
"width": 750,
|
|
2025
2025
|
},
|
|
2026
2026
|
]
|
|
@@ -2029,21 +2029,21 @@ exports[`Carousel should call skip call back when press skip 1`] = `
|
|
|
2029
2029
|
<Image
|
|
2030
2030
|
height={100}
|
|
2031
2031
|
source={
|
|
2032
|
-
|
|
2032
|
+
{
|
|
2033
2033
|
"height": 100,
|
|
2034
2034
|
"uri": "https://picsum.photos/1200/800",
|
|
2035
2035
|
"width": 30,
|
|
2036
2036
|
}
|
|
2037
2037
|
}
|
|
2038
2038
|
style={
|
|
2039
|
-
|
|
2040
|
-
|
|
2039
|
+
[
|
|
2040
|
+
{
|
|
2041
2041
|
"borderRadius": 0,
|
|
2042
2042
|
"height": 72,
|
|
2043
2043
|
"width": 72,
|
|
2044
2044
|
},
|
|
2045
|
-
|
|
2046
|
-
|
|
2045
|
+
[
|
|
2046
|
+
{
|
|
2047
2047
|
"alignSelf": "center",
|
|
2048
2048
|
"height": 100,
|
|
2049
2049
|
"resizeMode": "contain",
|
|
@@ -2059,13 +2059,13 @@ exports[`Carousel should call skip call back when press skip 1`] = `
|
|
|
2059
2059
|
marginTop="large"
|
|
2060
2060
|
paddingHorizontal="large"
|
|
2061
2061
|
style={
|
|
2062
|
-
|
|
2063
|
-
|
|
2062
|
+
[
|
|
2063
|
+
{
|
|
2064
2064
|
"marginTop": 24,
|
|
2065
2065
|
"paddingHorizontal": 24,
|
|
2066
2066
|
},
|
|
2067
|
-
|
|
2068
|
-
|
|
2067
|
+
[
|
|
2068
|
+
{
|
|
2069
2069
|
"width": 750,
|
|
2070
2070
|
},
|
|
2071
2071
|
undefined,
|
|
@@ -2077,16 +2077,16 @@ exports[`Carousel should call skip call back when press skip 1`] = `
|
|
|
2077
2077
|
<Text
|
|
2078
2078
|
allowFontScaling={false}
|
|
2079
2079
|
style={
|
|
2080
|
-
|
|
2081
|
-
|
|
2080
|
+
[
|
|
2081
|
+
{
|
|
2082
2082
|
"color": "#001f23",
|
|
2083
2083
|
"fontFamily": "RebondGrotesque-SemiBold",
|
|
2084
2084
|
"fontSize": 36,
|
|
2085
2085
|
"letterSpacing": 1.5,
|
|
2086
2086
|
"lineHeight": 44,
|
|
2087
2087
|
},
|
|
2088
|
-
|
|
2089
|
-
|
|
2088
|
+
[
|
|
2089
|
+
{
|
|
2090
2090
|
"marginBottom": 16,
|
|
2091
2091
|
"marginTop": 8,
|
|
2092
2092
|
},
|
|
@@ -2107,8 +2107,8 @@ exports[`Carousel should call skip call back when press skip 1`] = `
|
|
|
2107
2107
|
</RCTScrollView>
|
|
2108
2108
|
<View
|
|
2109
2109
|
style={
|
|
2110
|
-
|
|
2111
|
-
|
|
2110
|
+
[
|
|
2111
|
+
{
|
|
2112
2112
|
"flexDirection": "row",
|
|
2113
2113
|
"justifyContent": "space-between",
|
|
2114
2114
|
"marginBottom": 24,
|
|
@@ -2121,7 +2121,7 @@ exports[`Carousel should call skip call back when press skip 1`] = `
|
|
|
2121
2121
|
>
|
|
2122
2122
|
<View
|
|
2123
2123
|
accessibilityState={
|
|
2124
|
-
|
|
2124
|
+
{
|
|
2125
2125
|
"disabled": false,
|
|
2126
2126
|
}
|
|
2127
2127
|
}
|
|
@@ -2135,8 +2135,8 @@ exports[`Carousel should call skip call back when press skip 1`] = `
|
|
|
2135
2135
|
onResponderTerminationRequest={[Function]}
|
|
2136
2136
|
onStartShouldSetResponder={[Function]}
|
|
2137
2137
|
style={
|
|
2138
|
-
|
|
2139
|
-
|
|
2138
|
+
[
|
|
2139
|
+
{
|
|
2140
2140
|
"alignItems": "center",
|
|
2141
2141
|
"alignSelf": "stretch",
|
|
2142
2142
|
"backgroundColor": "#401960",
|
|
@@ -2155,16 +2155,16 @@ exports[`Carousel should call skip call back when press skip 1`] = `
|
|
|
2155
2155
|
ellipsizeMode="tail"
|
|
2156
2156
|
numberOfLines={1}
|
|
2157
2157
|
style={
|
|
2158
|
-
|
|
2159
|
-
|
|
2158
|
+
[
|
|
2159
|
+
{
|
|
2160
2160
|
"color": "#001f23",
|
|
2161
2161
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
2162
2162
|
"fontSize": 18,
|
|
2163
2163
|
"letterSpacing": 0.24,
|
|
2164
2164
|
"lineHeight": 28,
|
|
2165
2165
|
},
|
|
2166
|
-
|
|
2167
|
-
|
|
2166
|
+
[
|
|
2167
|
+
{
|
|
2168
2168
|
"color": "#ffffff",
|
|
2169
2169
|
"flexShrink": 1,
|
|
2170
2170
|
"textAlign": "center",
|