@hero-design/rn 8.44.0-alpha.0 → 8.44.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +30 -0
- package/assets/fonts/hero-icons-mobile.ttf +0 -0
- package/es/index.js +2773 -2662
- package/jest-setup.ts +2 -0
- package/lib/assets/fonts/hero-icons-mobile.ttf +0 -0
- package/lib/index.js +2776 -2666
- package/package.json +23 -24
- package/rollup.config.js +0 -1
- package/src/components/Accordion/__tests__/__snapshots__/AccordionItem.spec.tsx.snap +564 -384
- package/src/components/Accordion/__tests__/__snapshots__/StyledAccordion.spec.tsx.snap +76 -20
- package/src/components/Accordion/__tests__/__snapshots__/index.spec.tsx.snap +791 -605
- package/src/components/Alert/__tests__/__snapshots__/index.spec.tsx.snap +848 -567
- package/src/components/Attachment/__tests__/__snapshots__/index.spec.tsx.snap +172 -110
- package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/StyledAvatarStack.spec.tsx.snap +138 -70
- package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/index.spec.tsx.snap +745 -581
- package/src/components/Avatar/__tests__/__snapshots__/StyledAvatar.spec.tsx.snap +158 -57
- package/src/components/Avatar/__tests__/__snapshots__/index.spec.tsx.snap +273 -153
- package/src/components/Badge/__tests__/__snapshots__/Badge.spec.tsx.snap +391 -223
- package/src/components/Badge/__tests__/__snapshots__/Status.spec.tsx.snap +119 -63
- package/src/components/BottomNavigation/__tests__/__snapshots__/index.spec.tsx.snap +306 -242
- package/src/components/BottomSheet/__tests__/__snapshots__/index.spec.tsx.snap +317 -183
- package/src/components/Box/__tests__/__snapshots__/index.spec.tsx.snap +1042 -454
- package/src/components/Button/LoadingIndicator/StyledLoadingIndicator.tsx +6 -10
- package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/StyledLoadingIndicator.spec.tsx.snap +400 -140
- package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/index.spec.tsx.snap +1090 -880
- package/src/components/Button/StyledButton.tsx +4 -0
- package/src/components/Button/UtilityButton/__tests__/__snapshots__/index.spec.tsx.snap +196 -106
- package/src/components/Button/__tests__/__snapshots__/Button.spec.tsx.snap +1675 -1125
- package/src/components/Button/__tests__/__snapshots__/IconButton.spec.tsx.snap +71 -26
- package/src/components/Button/__tests__/__snapshots__/StyledButton.spec.tsx.snap +1651 -665
- package/src/components/Calendar/__tests__/__snapshots__/CalendarRowItem.spec.tsx.snap +555 -330
- package/src/components/Card/DataCard/__tests__/__snapshots__/StyledDataCard.spec.tsx.snap +265 -69
- package/src/components/Card/DataCard/__tests__/__snapshots__/index.spec.tsx.snap +205 -65
- package/src/components/Card/__tests__/__snapshots__/StyledCard.spec.tsx.snap +36 -8
- package/src/components/Card/__tests__/__snapshots__/index.spec.tsx.snap +292 -124
- package/src/components/Carousel/CardCarousel.tsx +10 -7
- package/src/components/Carousel/__tests__/__snapshots__/CardCarousel.spec.tsx.snap +486 -406
- package/src/components/Carousel/__tests__/__snapshots__/StyledCardCarousel.spec.tsx.snap +197 -70
- package/src/components/Carousel/__tests__/__snapshots__/StyledCarousel.spec.tsx.snap +41 -13
- package/src/components/Carousel/__tests__/__snapshots__/index.spec.tsx.snap +1742 -1526
- package/src/components/Carousel/__tests__/index.spec.tsx +50 -3
- package/src/components/Carousel/index.tsx +16 -22
- package/src/components/Checkbox/__tests__/__snapshots__/StyledCheckbox.spec.tsx.snap +404 -112
- package/src/components/Checkbox/__tests__/__snapshots__/index.spec.tsx.snap +574 -334
- package/src/components/Chip/StyledChip.tsx +121 -0
- package/src/components/Chip/__tests__/__snapshots__/index.spec.tsx.snap +1483 -0
- package/src/components/Chip/__tests__/index.spec.tsx +136 -0
- package/src/components/Chip/index.tsx +82 -0
- package/src/components/Collapse/__tests__/__snapshots__/StyledCollapse.spec.tsx.snap +73 -17
- package/src/components/Collapse/__tests__/__snapshots__/index.spec.tsx.snap +94 -38
- package/src/components/Collapse/index.tsx +1 -1
- package/src/components/ContentNavigator/__tests__/__snapshots__/StyledContentNavigator.spec.tsx.snap +37 -9
- package/src/components/ContentNavigator/__tests__/__snapshots__/index.spec.tsx.snap +424 -268
- package/src/components/DatePicker/__tests__/__snapshots__/DatePicker.spec.tsx.snap +586 -466
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerAndroid.spec.tsx.snap +200 -160
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerCalendar.spec.tsx.snap +192 -152
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +471 -389
- package/src/components/Divider/__tests__/__snapshots__/StyledDivider.spec.tsx.snap +464 -128
- package/src/components/Drawer/DragableDrawer/__tests__/__snapshots__/index.spec.tsx.snap +97 -69
- package/src/components/Drawer/__tests__/__snapshots__/index.spec.tsx.snap +327 -192
- package/src/components/Empty/__tests__/__snapshots__/index.spec.tsx.snap +169 -113
- package/src/components/Error/StyledError.tsx +2 -1
- package/src/components/Error/__tests__/__snapshots__/index.spec.tsx.snap +390 -262
- package/src/components/Error/__tests__/index.spec.tsx +9 -6
- package/src/components/FAB/ActionGroup/__tests__/__snapshots__/index.spec.tsx.snap +860 -723
- package/src/components/FAB/__tests__/__snapshots__/AnimatedFABIcon.spec.tsx.snap +98 -42
- package/src/components/FAB/__tests__/__snapshots__/StyledFAB.spec.tsx.snap +199 -99
- package/src/components/FAB/__tests__/__snapshots__/index.spec.tsx.snap +293 -185
- package/src/components/HeroDesignProvider/__tests__/__snapshots__/index.spec.tsx.snap +45 -17
- package/src/components/Icon/HeroIcon/glyphMap.json +1 -1
- package/src/components/Icon/IconList.ts +3 -0
- package/src/components/Icon/__tests__/__snapshots__/index.spec.tsx.snap +158 -46
- package/src/components/Image/__tests__/__snapshots__/index.spec.tsx.snap +164 -52
- package/src/components/List/__tests__/__snapshots__/BasicListItem.spec.tsx.snap +242 -170
- package/src/components/List/__tests__/__snapshots__/ListItem.spec.tsx.snap +760 -588
- package/src/components/List/__tests__/__snapshots__/StyledBasicListItem.spec.tsx.snap +272 -128
- package/src/components/List/__tests__/__snapshots__/StyledListItem.spec.tsx.snap +477 -193
- package/src/components/Modal/__tests__/__snapshots__/index.spec.tsx.snap +169 -0
- package/src/components/Modal/__tests__/index.spec.tsx +99 -0
- package/src/components/Modal/index.tsx +178 -82
- package/src/components/PageControl/__tests__/__snapshots__/index.spec.tsx.snap +84 -41
- package/src/components/PageControl/index.tsx +1 -0
- package/src/components/PinInput/__tests__/StyledPinInput.spec.tsx +9 -4
- package/src/components/PinInput/__tests__/__snapshots__/PinCell.spec.tsx.snap +293 -153
- package/src/components/PinInput/__tests__/__snapshots__/StyledPinInput.spec.tsx.snap +15 -48
- package/src/components/PinInput/__tests__/__snapshots__/index.spec.tsx.snap +809 -697
- package/src/components/Portal/__tests__/PortalHost.spec.tsx +12 -14
- package/src/components/Portal/__tests__/__snapshots__/index.spec.tsx.snap +43 -15
- package/src/components/Progress/__tests__/__snapshots__/index.spec.js.snap +743 -603
- package/src/components/Radio/__tests__/__snapshots__/Radio.spec.tsx.snap +188 -116
- package/src/components/Radio/__tests__/__snapshots__/RadioGroup.spec.tsx.snap +257 -205
- package/src/components/Rate/__tests__/__snapshots__/index.spec.tsx.snap +864 -600
- package/src/components/RefreshControl/__tests__/__snapshots__/index.spec.tsx.snap +128 -44
- package/src/components/RichTextEditor/__tests__/EditorToolbar.spec.tsx +5 -2
- package/src/components/RichTextEditor/__tests__/RichTextEditor.spec.tsx +3 -3
- package/src/components/RichTextEditor/__tests__/__snapshots__/EditorToolbar.spec.tsx.snap +413 -266
- package/src/components/RichTextEditor/__tests__/__snapshots__/MentionList.spec.tsx.snap +64 -35
- package/src/components/RichTextEditor/__tests__/__snapshots__/RichTextEditor.spec.tsx.snap +371 -297
- package/src/components/SectionHeading/__tests__/__snapshots__/StyledHeading.spec.tsx.snap +158 -46
- package/src/components/SectionHeading/__tests__/__snapshots__/index.spec.tsx.snap +394 -226
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/Option.spec.tsx.snap +93 -57
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +2387 -2151
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +621 -28
- package/src/components/Select/MultiSelect/__tests__/index.spec.tsx +7 -6
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/Option.spec.tsx.snap +73 -37
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +2321 -2085
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +473 -23
- package/src/components/Skeleton/__tests__/__snapshots__/index.spec.tsx.snap +490 -294
- package/src/components/Slider/__tests__/__snapshots__/index.spec.tsx.snap +117 -33
- package/src/components/Spinner/__tests__/__snapshots__/AnimatedSpinner.spec.tsx.snap +105 -77
- package/src/components/Spinner/__tests__/__snapshots__/StyledSpinner.spec.tsx.snap +1308 -636
- package/src/components/Spinner/__tests__/__snapshots__/index.spec.tsx.snap +121 -93
- package/src/components/Success/StyledSuccess.tsx +2 -1
- package/src/components/Success/__tests__/__snapshots__/index.spec.tsx.snap +388 -258
- package/src/components/Success/__tests__/index.spec.tsx +9 -6
- package/src/components/Swipeable/__tests__/__snapshots__/SwipeableAction.spec.tsx.snap +210 -75
- package/src/components/Swipeable/__tests__/__snapshots__/index.spec.tsx.snap +58 -30
- package/src/components/Swipeable/index.tsx +3 -3
- package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/Option.spec.tsx.snap +226 -114
- package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/index.spec.tsx.snap +146 -109
- package/src/components/Switch/__tests__/__snapshots__/StyledSwitch.spec.tsx.snap +202 -62
- package/src/components/Switch/__tests__/__snapshots__/index.spec.tsx.snap +132 -68
- package/src/components/Tabs/__tests__/SceneView.spec.tsx +7 -7
- package/src/components/Tabs/__tests__/__snapshots__/SceneView.spec.tsx.snap +206 -94
- package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +2217 -1962
- package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabsHeader.spec.tsx.snap +523 -455
- package/src/components/Tabs/__tests__/__snapshots__/TabWithBadge.spec.tsx.snap +121 -65
- package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +1641 -1398
- package/src/components/Tag/__tests__/__snapshots__/Tag.spec.tsx.snap +554 -274
- package/src/components/TextInput/__tests__/__snapshots__/StyledTextInput.spec.tsx.snap +1542 -646
- package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +3177 -2701
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerAndroid.spec.tsx.snap +390 -310
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +662 -540
- package/src/components/Toast/__tests__/__snapshots__/Toast.spec.tsx.snap +871 -573
- package/src/components/Toast/__tests__/__snapshots__/ToastContainer.spec.tsx.snap +180 -68
- package/src/components/Toolbar/__tests__/__snapshots__/ToolbarGroup.spec.tsx.snap +582 -426
- package/src/components/Toolbar/__tests__/__snapshots__/ToolbarItem.spec.tsx.snap +683 -363
- package/src/components/Typography/Body/__tests__/__snapshots__/StyledBody.tsx.snap +704 -256
- package/src/components/Typography/Body/__tests__/__snapshots__/index.spec.tsx.snap +855 -323
- package/src/components/Typography/Caption/__tests__/__snapshots__/StyledCaption.spec.tsx.snap +430 -150
- package/src/components/Typography/Caption/__tests__/__snapshots__/index.spec.tsx.snap +572 -208
- package/src/components/Typography/Label/__tests__/__snapshots__/StyledLabel.tsx.snap +328 -104
- package/src/components/Typography/Label/__tests__/__snapshots__/index.spec.tsx.snap +462 -154
- package/src/components/Typography/Text/__tests__/__snapshots__/StyledText.spec.tsx.snap +900 -340
- package/src/components/Typography/Title/__tests__/__snapshots__/StyledTitle.tsx.snap +880 -320
- package/src/components/Typography/Title/__tests__/__snapshots__/index.spec.tsx.snap +1035 -391
- package/src/index.ts +2 -2
- package/src/testHelpers/renderWithTheme.tsx +2 -2
- package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +38 -1
- package/src/theme/components/button.ts +0 -1
- package/src/theme/components/chip.ts +47 -0
- package/src/theme/getTheme.ts +3 -0
- package/testUtils/setup.tsx +0 -18
- package/tsconfig.json +4 -1
- package/types/components/Accordion/AccordionItem.d.ts +2 -1
- package/types/components/Accordion/index.d.ts +1 -1
- package/types/components/Attachment/index.d.ts +2 -1
- package/types/components/Avatar/Avatar.d.ts +2 -1
- package/types/components/Avatar/AvatarStack/index.d.ts +2 -2
- package/types/components/Avatar/index.d.ts +3 -2
- package/types/components/Badge/StyledBadge.d.ts +0 -4
- package/types/components/BottomSheet/Footer.d.ts +2 -1
- package/types/components/BottomSheet/Header.d.ts +2 -1
- package/types/components/BottomSheet/ScrollView.d.ts +1 -0
- package/types/components/BottomSheet/StyledBottomSheet.d.ts +0 -4
- package/types/components/Box/index.d.ts +2 -1
- package/types/components/Button/IconButton.d.ts +2 -1
- package/types/components/Button/LoadingIndicator/StyledLoadingIndicator.d.ts +3 -3
- package/types/components/Button/LoadingIndicator/index.d.ts +2 -1
- package/types/components/Button/UtilityButton/index.d.ts +2 -1
- package/types/components/Calendar/CalendarRowItem.d.ts +2 -1
- package/types/components/Calendar/StyledCalendar.d.ts +1 -1
- package/types/components/Calendar/index.d.ts +2 -1
- package/types/components/Carousel/CardCarousel.d.ts +1 -1
- package/types/components/Carousel/CarouselItem.d.ts +2 -1
- package/types/components/Carousel/index.d.ts +2 -2
- package/types/components/Checkbox/index.d.ts +2 -1
- package/types/components/Chip/StyledChip.d.ts +31 -0
- package/types/components/Chip/index.d.ts +27 -0
- package/types/components/Collapse/StyledCollapse.d.ts +0 -2
- package/types/components/Collapse/index.d.ts +2 -1
- package/types/components/ContentNavigator/index.d.ts +2 -1
- package/types/components/DatePicker/DatePickerAndroid.d.ts +2 -1
- package/types/components/DatePicker/DatePickerCalendar.d.ts +2 -1
- package/types/components/DatePicker/DatePickerIOS.d.ts +2 -1
- package/types/components/DatePicker/index.d.ts +2 -1
- package/types/components/Divider/index.d.ts +2 -1
- package/types/components/Drawer/StyledDrawer.d.ts +0 -6
- package/types/components/Error/StyledError.d.ts +3 -9
- package/types/components/FAB/ActionGroup/ActionItem.d.ts +2 -1
- package/types/components/FAB/ActionGroup/StyledActionGroup.d.ts +0 -4
- package/types/components/FAB/AnimatedFABIcon.d.ts +2 -1
- package/types/components/HeroDesignProvider/index.d.ts +2 -1
- package/types/components/Icon/AnimatedIcon.d.ts +2 -1
- package/types/components/Icon/IconList.d.ts +1 -1
- package/types/components/Icon/index.d.ts +3 -2
- package/types/components/Icon/utils.d.ts +1 -1
- package/types/components/Image/index.d.ts +1 -0
- package/types/components/Modal/index.d.ts +12 -8
- package/types/components/PageControl/StyledPageControl.d.ts +0 -2
- package/types/components/PageControl/index.d.ts +2 -1
- package/types/components/PinInput/PinCell.d.ts +2 -1
- package/types/components/Portal/PortalHost.d.ts +1 -1
- package/types/components/Portal/PortalProvider.d.ts +1 -1
- package/types/components/Portal/index.d.ts +2 -2
- package/types/components/Progress/ProgressBar.d.ts +1 -0
- package/types/components/Progress/StyledProgressBar.d.ts +0 -2
- package/types/components/Progress/index.d.ts +1 -0
- package/types/components/Rate/StyledRate.d.ts +0 -2
- package/types/components/Rate/index.d.ts +2 -1
- package/types/components/RefreshControl/index.d.ts +2 -1
- package/types/components/RichTextEditor/EditorToolbar.d.ts +2 -1
- package/types/components/RichTextEditor/MentionList.d.ts +2 -1
- package/types/components/RichTextEditor/index.d.ts +2 -2
- package/types/components/Select/BaseOptionList.d.ts +1 -1
- package/types/components/Select/Footer.d.ts +2 -1
- package/types/components/Select/MultiSelect/Option.d.ts +2 -1
- package/types/components/Select/MultiSelect/OptionList.d.ts +2 -1
- package/types/components/Select/MultiSelect/index.d.ts +1 -1
- package/types/components/Select/SingleSelect/Option.d.ts +2 -1
- package/types/components/Select/SingleSelect/OptionList.d.ts +1 -1
- package/types/components/Select/SingleSelect/StyledSingleSelect.d.ts +2 -1
- package/types/components/Select/SingleSelect/index.d.ts +1 -1
- package/types/components/Select/helpers.d.ts +1 -2
- package/types/components/Select/index.d.ts +2 -1
- package/types/components/Skeleton/index.d.ts +2 -1
- package/types/components/Slider/index.d.ts +2 -1
- package/types/components/Spinner/AnimatedSpinner.d.ts +2 -1
- package/types/components/Success/StyledSuccess.d.ts +3 -7
- package/types/components/Swipeable/SwipeableAction.d.ts +2 -2
- package/types/components/Swipeable/index.d.ts +3 -3
- package/types/components/Switch/SelectorSwitch/Option.d.ts +2 -1
- package/types/components/Switch/SelectorSwitch/StyledSelectorSwitch.d.ts +0 -6
- package/types/components/Switch/StyledSwitch.d.ts +0 -2
- package/types/components/Tabs/ActiveTabIndicator.d.ts +2 -1
- package/types/components/Tabs/SceneView.d.ts +1 -1
- package/types/components/Tabs/ScrollableTabs.d.ts +2 -1
- package/types/components/Tabs/ScrollableTabsHeader.d.ts +2 -1
- package/types/components/Tabs/StyledScrollableTabs.d.ts +0 -4
- package/types/components/Tabs/StyledTabs.d.ts +0 -4
- package/types/components/Tabs/TabWithBadge.d.ts +2 -2
- package/types/components/Tabs/index.d.ts +2 -1
- package/types/components/TextInput/StyledTextInput.d.ts +1 -1
- package/types/components/TextInput/index.d.ts +1 -1
- package/types/components/TimePicker/TimePickerAndroid.d.ts +2 -1
- package/types/components/TimePicker/TimePickerIOS.d.ts +2 -1
- package/types/components/TimePicker/index.d.ts +2 -1
- package/types/components/Toast/StyledToast.d.ts +0 -2
- package/types/components/Toast/Toast.d.ts +1 -0
- package/types/components/Toast/ToastProvider.d.ts +2 -1
- package/types/components/Toast/index.d.ts +1 -1
- package/types/components/Toolbar/ToolbarGroup.d.ts +2 -1
- package/types/components/Toolbar/ToolbarItem.d.ts +2 -1
- package/types/components/Toolbar/index.d.ts +3 -2
- package/types/components/Typography/Body/index.d.ts +2 -1
- package/types/components/Typography/Caption/index.d.ts +2 -1
- package/types/components/Typography/Label/index.d.ts +2 -1
- package/types/components/Typography/Text/index.d.ts +2 -1
- package/types/components/Typography/Title/index.d.ts +2 -1
- package/types/index.d.ts +2 -2
- package/types/testHelpers/renderWithTheme.d.ts +1 -0
- package/types/theme/ThemeSwitcher.d.ts +2 -2
- package/types/theme/components/button.d.ts +0 -1
- package/types/theme/components/chip.d.ts +40 -0
- package/types/theme/getTheme.d.ts +2 -0
- package/.turbo/turbo-publish:npm.log +0 -0
- package/src/components/Modal/ModalContentWrapper.tsx +0 -112
- package/src/components/Modal/ModalPresenter/ModalPresenter.tsx +0 -135
- package/src/components/Modal/ModalPresenter/index.tsx +0 -9
- package/src/components/Modal/ModalProvider.tsx +0 -8
- package/types/components/Modal/ModalContentWrapper.d.ts +0 -16
- package/types/components/Modal/ModalPresenter/ModalPresenter.d.ts +0 -34
- package/types/components/Modal/ModalPresenter/index.d.ts +0 -3
- package/types/components/Modal/ModalProvider.d.ts +0 -5
|
@@ -1,11 +1,34 @@
|
|
|
1
1
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
2
2
|
|
|
3
3
|
exports[`rendering allows custom renderer 1`] = `
|
|
4
|
-
|
|
4
|
+
<View
|
|
5
|
+
style={
|
|
6
|
+
{
|
|
7
|
+
"flex": 1,
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
>
|
|
5
11
|
<View
|
|
6
12
|
pointerEvents="auto"
|
|
7
13
|
>
|
|
8
14
|
<View
|
|
15
|
+
accessibilityState={
|
|
16
|
+
{
|
|
17
|
+
"busy": undefined,
|
|
18
|
+
"checked": undefined,
|
|
19
|
+
"disabled": undefined,
|
|
20
|
+
"expanded": undefined,
|
|
21
|
+
"selected": undefined,
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
accessibilityValue={
|
|
25
|
+
{
|
|
26
|
+
"max": undefined,
|
|
27
|
+
"min": undefined,
|
|
28
|
+
"now": undefined,
|
|
29
|
+
"text": undefined,
|
|
30
|
+
}
|
|
31
|
+
}
|
|
9
32
|
accessible={true}
|
|
10
33
|
collapsable={false}
|
|
11
34
|
focusable={true}
|
|
@@ -222,7 +245,7 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
222
245
|
</View>
|
|
223
246
|
</View>
|
|
224
247
|
</View>
|
|
225
|
-
</View
|
|
248
|
+
</View>
|
|
226
249
|
<Modal
|
|
227
250
|
hardwareAccelerated={false}
|
|
228
251
|
onRequestClose={[Function]}
|
|
@@ -263,6 +286,23 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
263
286
|
}
|
|
264
287
|
>
|
|
265
288
|
<View
|
|
289
|
+
accessibilityState={
|
|
290
|
+
{
|
|
291
|
+
"busy": undefined,
|
|
292
|
+
"checked": undefined,
|
|
293
|
+
"disabled": undefined,
|
|
294
|
+
"expanded": undefined,
|
|
295
|
+
"selected": undefined,
|
|
296
|
+
}
|
|
297
|
+
}
|
|
298
|
+
accessibilityValue={
|
|
299
|
+
{
|
|
300
|
+
"max": undefined,
|
|
301
|
+
"min": undefined,
|
|
302
|
+
"now": undefined,
|
|
303
|
+
"text": undefined,
|
|
304
|
+
}
|
|
305
|
+
}
|
|
266
306
|
accessible={true}
|
|
267
307
|
collapsable={false}
|
|
268
308
|
focusable={true}
|
|
@@ -289,7 +329,6 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
289
329
|
/>
|
|
290
330
|
<RCTSafeAreaView
|
|
291
331
|
collapsable={false}
|
|
292
|
-
emulateUnlessSupported={true}
|
|
293
332
|
style={
|
|
294
333
|
{
|
|
295
334
|
"backgroundColor": "#ffffff",
|
|
@@ -376,6 +415,23 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
376
415
|
}
|
|
377
416
|
>
|
|
378
417
|
<View
|
|
418
|
+
accessibilityState={
|
|
419
|
+
{
|
|
420
|
+
"busy": undefined,
|
|
421
|
+
"checked": undefined,
|
|
422
|
+
"disabled": undefined,
|
|
423
|
+
"expanded": undefined,
|
|
424
|
+
"selected": undefined,
|
|
425
|
+
}
|
|
426
|
+
}
|
|
427
|
+
accessibilityValue={
|
|
428
|
+
{
|
|
429
|
+
"max": undefined,
|
|
430
|
+
"min": undefined,
|
|
431
|
+
"now": undefined,
|
|
432
|
+
"text": undefined,
|
|
433
|
+
}
|
|
434
|
+
}
|
|
379
435
|
accessible={true}
|
|
380
436
|
collapsable={false}
|
|
381
437
|
focusable={true}
|
|
@@ -478,6 +534,7 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
478
534
|
>
|
|
479
535
|
<View>
|
|
480
536
|
<View
|
|
537
|
+
onFocusCapture={[Function]}
|
|
481
538
|
onLayout={[Function]}
|
|
482
539
|
style={null}
|
|
483
540
|
>
|
|
@@ -547,6 +604,7 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
547
604
|
</View>
|
|
548
605
|
</View>
|
|
549
606
|
<View
|
|
607
|
+
onFocusCapture={[Function]}
|
|
550
608
|
onLayout={[Function]}
|
|
551
609
|
style={null}
|
|
552
610
|
>
|
|
@@ -609,6 +667,14 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
609
667
|
"disabled": false,
|
|
610
668
|
}
|
|
611
669
|
}
|
|
670
|
+
accessibilityValue={
|
|
671
|
+
{
|
|
672
|
+
"max": undefined,
|
|
673
|
+
"min": undefined,
|
|
674
|
+
"now": undefined,
|
|
675
|
+
"text": undefined,
|
|
676
|
+
}
|
|
677
|
+
}
|
|
612
678
|
accessible={true}
|
|
613
679
|
focusable={true}
|
|
614
680
|
onClick={[Function]}
|
|
@@ -746,6 +812,7 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
746
812
|
</View>
|
|
747
813
|
</View>
|
|
748
814
|
<View
|
|
815
|
+
onFocusCapture={[Function]}
|
|
749
816
|
onLayout={[Function]}
|
|
750
817
|
style={null}
|
|
751
818
|
>
|
|
@@ -756,6 +823,14 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
756
823
|
"disabled": false,
|
|
757
824
|
}
|
|
758
825
|
}
|
|
826
|
+
accessibilityValue={
|
|
827
|
+
{
|
|
828
|
+
"max": undefined,
|
|
829
|
+
"min": undefined,
|
|
830
|
+
"now": undefined,
|
|
831
|
+
"text": undefined,
|
|
832
|
+
}
|
|
833
|
+
}
|
|
759
834
|
accessible={true}
|
|
760
835
|
focusable={true}
|
|
761
836
|
onClick={[Function]}
|
|
@@ -886,10 +961,12 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
886
961
|
</View>
|
|
887
962
|
</View>
|
|
888
963
|
<View
|
|
964
|
+
onFocusCapture={[Function]}
|
|
889
965
|
onLayout={[Function]}
|
|
890
966
|
style={null}
|
|
891
967
|
/>
|
|
892
968
|
<View
|
|
969
|
+
onFocusCapture={[Function]}
|
|
893
970
|
onLayout={[Function]}
|
|
894
971
|
style={null}
|
|
895
972
|
>
|
|
@@ -959,6 +1036,7 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
959
1036
|
</View>
|
|
960
1037
|
</View>
|
|
961
1038
|
<View
|
|
1039
|
+
onFocusCapture={[Function]}
|
|
962
1040
|
onLayout={[Function]}
|
|
963
1041
|
style={null}
|
|
964
1042
|
>
|
|
@@ -1021,6 +1099,14 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
1021
1099
|
"disabled": false,
|
|
1022
1100
|
}
|
|
1023
1101
|
}
|
|
1102
|
+
accessibilityValue={
|
|
1103
|
+
{
|
|
1104
|
+
"max": undefined,
|
|
1105
|
+
"min": undefined,
|
|
1106
|
+
"now": undefined,
|
|
1107
|
+
"text": undefined,
|
|
1108
|
+
}
|
|
1109
|
+
}
|
|
1024
1110
|
accessible={true}
|
|
1025
1111
|
focusable={true}
|
|
1026
1112
|
onClick={[Function]}
|
|
@@ -1158,6 +1244,7 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
1158
1244
|
</View>
|
|
1159
1245
|
</View>
|
|
1160
1246
|
<View
|
|
1247
|
+
onFocusCapture={[Function]}
|
|
1161
1248
|
onLayout={[Function]}
|
|
1162
1249
|
style={null}
|
|
1163
1250
|
>
|
|
@@ -1168,6 +1255,14 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
1168
1255
|
"disabled": false,
|
|
1169
1256
|
}
|
|
1170
1257
|
}
|
|
1258
|
+
accessibilityValue={
|
|
1259
|
+
{
|
|
1260
|
+
"max": undefined,
|
|
1261
|
+
"min": undefined,
|
|
1262
|
+
"now": undefined,
|
|
1263
|
+
"text": undefined,
|
|
1264
|
+
}
|
|
1265
|
+
}
|
|
1171
1266
|
accessible={true}
|
|
1172
1267
|
focusable={true}
|
|
1173
1268
|
onClick={[Function]}
|
|
@@ -1298,6 +1393,7 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
1298
1393
|
</View>
|
|
1299
1394
|
</View>
|
|
1300
1395
|
<View
|
|
1396
|
+
onFocusCapture={[Function]}
|
|
1301
1397
|
onLayout={[Function]}
|
|
1302
1398
|
style={null}
|
|
1303
1399
|
/>
|
|
@@ -1324,6 +1420,14 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
1324
1420
|
"disabled": false,
|
|
1325
1421
|
}
|
|
1326
1422
|
}
|
|
1423
|
+
accessibilityValue={
|
|
1424
|
+
{
|
|
1425
|
+
"max": undefined,
|
|
1426
|
+
"min": undefined,
|
|
1427
|
+
"now": undefined,
|
|
1428
|
+
"text": undefined,
|
|
1429
|
+
}
|
|
1430
|
+
}
|
|
1327
1431
|
accessible={true}
|
|
1328
1432
|
focusable={true}
|
|
1329
1433
|
onClick={[Function]}
|
|
@@ -1341,6 +1445,7 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
1341
1445
|
"borderRadius": 4,
|
|
1342
1446
|
"borderWidth": 0,
|
|
1343
1447
|
"flexDirection": "row",
|
|
1448
|
+
"height": 60,
|
|
1344
1449
|
"justifyContent": "center",
|
|
1345
1450
|
"padding": 12,
|
|
1346
1451
|
},
|
|
@@ -1386,16 +1491,59 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
1386
1491
|
</RCTSafeAreaView>
|
|
1387
1492
|
</View>
|
|
1388
1493
|
</View>
|
|
1389
|
-
</Modal
|
|
1390
|
-
|
|
1494
|
+
</Modal>
|
|
1495
|
+
<View
|
|
1496
|
+
pointerEvents="box-none"
|
|
1497
|
+
position="bottom"
|
|
1498
|
+
style={
|
|
1499
|
+
[
|
|
1500
|
+
{
|
|
1501
|
+
"bottom": 0,
|
|
1502
|
+
"elevation": 9999,
|
|
1503
|
+
"flexDirection": "column-reverse",
|
|
1504
|
+
"left": 0,
|
|
1505
|
+
"paddingHorizontal": 24,
|
|
1506
|
+
"paddingVertical": 16,
|
|
1507
|
+
"position": "absolute",
|
|
1508
|
+
"right": 0,
|
|
1509
|
+
"top": 0,
|
|
1510
|
+
},
|
|
1511
|
+
undefined,
|
|
1512
|
+
]
|
|
1513
|
+
}
|
|
1514
|
+
/>
|
|
1515
|
+
</View>
|
|
1391
1516
|
`;
|
|
1392
1517
|
|
|
1393
1518
|
exports[`rendering renders correctly when bottom sheet is NOT visible 1`] = `
|
|
1394
|
-
|
|
1519
|
+
<View
|
|
1520
|
+
style={
|
|
1521
|
+
{
|
|
1522
|
+
"flex": 1,
|
|
1523
|
+
}
|
|
1524
|
+
}
|
|
1525
|
+
>
|
|
1395
1526
|
<View
|
|
1396
1527
|
pointerEvents="auto"
|
|
1397
1528
|
>
|
|
1398
1529
|
<View
|
|
1530
|
+
accessibilityState={
|
|
1531
|
+
{
|
|
1532
|
+
"busy": undefined,
|
|
1533
|
+
"checked": undefined,
|
|
1534
|
+
"disabled": undefined,
|
|
1535
|
+
"expanded": undefined,
|
|
1536
|
+
"selected": undefined,
|
|
1537
|
+
}
|
|
1538
|
+
}
|
|
1539
|
+
accessibilityValue={
|
|
1540
|
+
{
|
|
1541
|
+
"max": undefined,
|
|
1542
|
+
"min": undefined,
|
|
1543
|
+
"now": undefined,
|
|
1544
|
+
"text": undefined,
|
|
1545
|
+
}
|
|
1546
|
+
}
|
|
1399
1547
|
accessible={true}
|
|
1400
1548
|
collapsable={false}
|
|
1401
1549
|
focusable={true}
|
|
@@ -1611,22 +1759,65 @@ exports[`rendering renders correctly when bottom sheet is NOT visible 1`] = `
|
|
|
1611
1759
|
</View>
|
|
1612
1760
|
</View>
|
|
1613
1761
|
</View>
|
|
1614
|
-
</View
|
|
1762
|
+
</View>
|
|
1615
1763
|
<Modal
|
|
1616
1764
|
hardwareAccelerated={false}
|
|
1617
1765
|
onRequestClose={[Function]}
|
|
1618
1766
|
transparent={true}
|
|
1619
1767
|
visible={false}
|
|
1620
|
-
|
|
1621
|
-
|
|
1768
|
+
/>
|
|
1769
|
+
<View
|
|
1770
|
+
pointerEvents="box-none"
|
|
1771
|
+
position="bottom"
|
|
1772
|
+
style={
|
|
1773
|
+
[
|
|
1774
|
+
{
|
|
1775
|
+
"bottom": 0,
|
|
1776
|
+
"elevation": 9999,
|
|
1777
|
+
"flexDirection": "column-reverse",
|
|
1778
|
+
"left": 0,
|
|
1779
|
+
"paddingHorizontal": 24,
|
|
1780
|
+
"paddingVertical": 16,
|
|
1781
|
+
"position": "absolute",
|
|
1782
|
+
"right": 0,
|
|
1783
|
+
"top": 0,
|
|
1784
|
+
},
|
|
1785
|
+
undefined,
|
|
1786
|
+
]
|
|
1787
|
+
}
|
|
1788
|
+
/>
|
|
1789
|
+
</View>
|
|
1622
1790
|
`;
|
|
1623
1791
|
|
|
1624
1792
|
exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
1625
|
-
|
|
1793
|
+
<View
|
|
1794
|
+
style={
|
|
1795
|
+
{
|
|
1796
|
+
"flex": 1,
|
|
1797
|
+
}
|
|
1798
|
+
}
|
|
1799
|
+
>
|
|
1626
1800
|
<View
|
|
1627
1801
|
pointerEvents="auto"
|
|
1628
1802
|
>
|
|
1629
1803
|
<View
|
|
1804
|
+
accessibilityState={
|
|
1805
|
+
{
|
|
1806
|
+
"busy": undefined,
|
|
1807
|
+
"checked": undefined,
|
|
1808
|
+
"disabled": undefined,
|
|
1809
|
+
"expanded": undefined,
|
|
1810
|
+
"selected": undefined,
|
|
1811
|
+
}
|
|
1812
|
+
}
|
|
1813
|
+
accessibilityValue={
|
|
1814
|
+
{
|
|
1815
|
+
"max": undefined,
|
|
1816
|
+
"min": undefined,
|
|
1817
|
+
"now": undefined,
|
|
1818
|
+
"text": undefined,
|
|
1819
|
+
}
|
|
1820
|
+
}
|
|
1630
1821
|
accessible={true}
|
|
1631
1822
|
collapsable={false}
|
|
1632
1823
|
focusable={true}
|
|
@@ -1842,7 +2033,7 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
1842
2033
|
</View>
|
|
1843
2034
|
</View>
|
|
1844
2035
|
</View>
|
|
1845
|
-
</View
|
|
2036
|
+
</View>
|
|
1846
2037
|
<Modal
|
|
1847
2038
|
hardwareAccelerated={false}
|
|
1848
2039
|
onRequestClose={[Function]}
|
|
@@ -1883,6 +2074,23 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
1883
2074
|
}
|
|
1884
2075
|
>
|
|
1885
2076
|
<View
|
|
2077
|
+
accessibilityState={
|
|
2078
|
+
{
|
|
2079
|
+
"busy": undefined,
|
|
2080
|
+
"checked": undefined,
|
|
2081
|
+
"disabled": undefined,
|
|
2082
|
+
"expanded": undefined,
|
|
2083
|
+
"selected": undefined,
|
|
2084
|
+
}
|
|
2085
|
+
}
|
|
2086
|
+
accessibilityValue={
|
|
2087
|
+
{
|
|
2088
|
+
"max": undefined,
|
|
2089
|
+
"min": undefined,
|
|
2090
|
+
"now": undefined,
|
|
2091
|
+
"text": undefined,
|
|
2092
|
+
}
|
|
2093
|
+
}
|
|
1886
2094
|
accessible={true}
|
|
1887
2095
|
collapsable={false}
|
|
1888
2096
|
focusable={true}
|
|
@@ -1909,7 +2117,6 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
1909
2117
|
/>
|
|
1910
2118
|
<RCTSafeAreaView
|
|
1911
2119
|
collapsable={false}
|
|
1912
|
-
emulateUnlessSupported={true}
|
|
1913
2120
|
style={
|
|
1914
2121
|
{
|
|
1915
2122
|
"backgroundColor": "#ffffff",
|
|
@@ -1996,6 +2203,23 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
1996
2203
|
}
|
|
1997
2204
|
>
|
|
1998
2205
|
<View
|
|
2206
|
+
accessibilityState={
|
|
2207
|
+
{
|
|
2208
|
+
"busy": undefined,
|
|
2209
|
+
"checked": undefined,
|
|
2210
|
+
"disabled": undefined,
|
|
2211
|
+
"expanded": undefined,
|
|
2212
|
+
"selected": undefined,
|
|
2213
|
+
}
|
|
2214
|
+
}
|
|
2215
|
+
accessibilityValue={
|
|
2216
|
+
{
|
|
2217
|
+
"max": undefined,
|
|
2218
|
+
"min": undefined,
|
|
2219
|
+
"now": undefined,
|
|
2220
|
+
"text": undefined,
|
|
2221
|
+
}
|
|
2222
|
+
}
|
|
1999
2223
|
accessible={true}
|
|
2000
2224
|
collapsable={false}
|
|
2001
2225
|
focusable={true}
|
|
@@ -2101,10 +2325,12 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
2101
2325
|
>
|
|
2102
2326
|
<View>
|
|
2103
2327
|
<View
|
|
2328
|
+
onFocusCapture={[Function]}
|
|
2104
2329
|
onLayout={[Function]}
|
|
2105
2330
|
style={null}
|
|
2106
2331
|
/>
|
|
2107
2332
|
<View
|
|
2333
|
+
onFocusCapture={[Function]}
|
|
2108
2334
|
onLayout={[Function]}
|
|
2109
2335
|
style={null}
|
|
2110
2336
|
>
|
|
@@ -2168,6 +2394,14 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
2168
2394
|
"disabled": false,
|
|
2169
2395
|
}
|
|
2170
2396
|
}
|
|
2397
|
+
accessibilityValue={
|
|
2398
|
+
{
|
|
2399
|
+
"max": undefined,
|
|
2400
|
+
"min": undefined,
|
|
2401
|
+
"now": undefined,
|
|
2402
|
+
"text": undefined,
|
|
2403
|
+
}
|
|
2404
|
+
}
|
|
2171
2405
|
accessible={true}
|
|
2172
2406
|
focusable={true}
|
|
2173
2407
|
onClick={[Function]}
|
|
@@ -2313,6 +2547,7 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
2313
2547
|
</View>
|
|
2314
2548
|
</View>
|
|
2315
2549
|
<View
|
|
2550
|
+
onFocusCapture={[Function]}
|
|
2316
2551
|
onLayout={[Function]}
|
|
2317
2552
|
style={null}
|
|
2318
2553
|
>
|
|
@@ -2323,6 +2558,14 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
2323
2558
|
"disabled": false,
|
|
2324
2559
|
}
|
|
2325
2560
|
}
|
|
2561
|
+
accessibilityValue={
|
|
2562
|
+
{
|
|
2563
|
+
"max": undefined,
|
|
2564
|
+
"min": undefined,
|
|
2565
|
+
"now": undefined,
|
|
2566
|
+
"text": undefined,
|
|
2567
|
+
}
|
|
2568
|
+
}
|
|
2326
2569
|
accessible={true}
|
|
2327
2570
|
focusable={true}
|
|
2328
2571
|
onClick={[Function]}
|
|
@@ -2468,6 +2711,7 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
2468
2711
|
</View>
|
|
2469
2712
|
</View>
|
|
2470
2713
|
<View
|
|
2714
|
+
onFocusCapture={[Function]}
|
|
2471
2715
|
onLayout={[Function]}
|
|
2472
2716
|
style={null}
|
|
2473
2717
|
>
|
|
@@ -2478,6 +2722,14 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
2478
2722
|
"disabled": false,
|
|
2479
2723
|
}
|
|
2480
2724
|
}
|
|
2725
|
+
accessibilityValue={
|
|
2726
|
+
{
|
|
2727
|
+
"max": undefined,
|
|
2728
|
+
"min": undefined,
|
|
2729
|
+
"now": undefined,
|
|
2730
|
+
"text": undefined,
|
|
2731
|
+
}
|
|
2732
|
+
}
|
|
2481
2733
|
accessible={true}
|
|
2482
2734
|
focusable={true}
|
|
2483
2735
|
onClick={[Function]}
|
|
@@ -2595,6 +2847,7 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
2595
2847
|
</View>
|
|
2596
2848
|
</View>
|
|
2597
2849
|
<View
|
|
2850
|
+
onFocusCapture={[Function]}
|
|
2598
2851
|
onLayout={[Function]}
|
|
2599
2852
|
style={null}
|
|
2600
2853
|
>
|
|
@@ -2605,6 +2858,14 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
2605
2858
|
"disabled": false,
|
|
2606
2859
|
}
|
|
2607
2860
|
}
|
|
2861
|
+
accessibilityValue={
|
|
2862
|
+
{
|
|
2863
|
+
"max": undefined,
|
|
2864
|
+
"min": undefined,
|
|
2865
|
+
"now": undefined,
|
|
2866
|
+
"text": undefined,
|
|
2867
|
+
}
|
|
2868
|
+
}
|
|
2608
2869
|
accessible={true}
|
|
2609
2870
|
focusable={true}
|
|
2610
2871
|
onClick={[Function]}
|
|
@@ -2722,6 +2983,7 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
2722
2983
|
</View>
|
|
2723
2984
|
</View>
|
|
2724
2985
|
<View
|
|
2986
|
+
onFocusCapture={[Function]}
|
|
2725
2987
|
onLayout={[Function]}
|
|
2726
2988
|
style={null}
|
|
2727
2989
|
>
|
|
@@ -2732,6 +2994,14 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
2732
2994
|
"disabled": false,
|
|
2733
2995
|
}
|
|
2734
2996
|
}
|
|
2997
|
+
accessibilityValue={
|
|
2998
|
+
{
|
|
2999
|
+
"max": undefined,
|
|
3000
|
+
"min": undefined,
|
|
3001
|
+
"now": undefined,
|
|
3002
|
+
"text": undefined,
|
|
3003
|
+
}
|
|
3004
|
+
}
|
|
2735
3005
|
accessible={true}
|
|
2736
3006
|
focusable={true}
|
|
2737
3007
|
onClick={[Function]}
|
|
@@ -2849,6 +3119,7 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
2849
3119
|
</View>
|
|
2850
3120
|
</View>
|
|
2851
3121
|
<View
|
|
3122
|
+
onFocusCapture={[Function]}
|
|
2852
3123
|
onLayout={[Function]}
|
|
2853
3124
|
style={null}
|
|
2854
3125
|
>
|
|
@@ -2859,6 +3130,14 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
2859
3130
|
"disabled": false,
|
|
2860
3131
|
}
|
|
2861
3132
|
}
|
|
3133
|
+
accessibilityValue={
|
|
3134
|
+
{
|
|
3135
|
+
"max": undefined,
|
|
3136
|
+
"min": undefined,
|
|
3137
|
+
"now": undefined,
|
|
3138
|
+
"text": undefined,
|
|
3139
|
+
}
|
|
3140
|
+
}
|
|
2862
3141
|
accessible={true}
|
|
2863
3142
|
focusable={true}
|
|
2864
3143
|
onClick={[Function]}
|
|
@@ -2977,6 +3256,7 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
2977
3256
|
</View>
|
|
2978
3257
|
</View>
|
|
2979
3258
|
<View
|
|
3259
|
+
onFocusCapture={[Function]}
|
|
2980
3260
|
onLayout={[Function]}
|
|
2981
3261
|
style={null}
|
|
2982
3262
|
>
|
|
@@ -2987,6 +3267,14 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
2987
3267
|
"disabled": true,
|
|
2988
3268
|
}
|
|
2989
3269
|
}
|
|
3270
|
+
accessibilityValue={
|
|
3271
|
+
{
|
|
3272
|
+
"max": undefined,
|
|
3273
|
+
"min": undefined,
|
|
3274
|
+
"now": undefined,
|
|
3275
|
+
"text": undefined,
|
|
3276
|
+
}
|
|
3277
|
+
}
|
|
2990
3278
|
accessible={true}
|
|
2991
3279
|
focusable={true}
|
|
2992
3280
|
onClick={[Function]}
|
|
@@ -3099,6 +3387,7 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
3099
3387
|
</View>
|
|
3100
3388
|
</View>
|
|
3101
3389
|
<View
|
|
3390
|
+
onFocusCapture={[Function]}
|
|
3102
3391
|
onLayout={[Function]}
|
|
3103
3392
|
style={null}
|
|
3104
3393
|
/>
|
|
@@ -3125,6 +3414,14 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
3125
3414
|
"disabled": false,
|
|
3126
3415
|
}
|
|
3127
3416
|
}
|
|
3417
|
+
accessibilityValue={
|
|
3418
|
+
{
|
|
3419
|
+
"max": undefined,
|
|
3420
|
+
"min": undefined,
|
|
3421
|
+
"now": undefined,
|
|
3422
|
+
"text": undefined,
|
|
3423
|
+
}
|
|
3424
|
+
}
|
|
3128
3425
|
accessible={true}
|
|
3129
3426
|
focusable={true}
|
|
3130
3427
|
onClick={[Function]}
|
|
@@ -3142,6 +3439,7 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
3142
3439
|
"borderRadius": 4,
|
|
3143
3440
|
"borderWidth": 0,
|
|
3144
3441
|
"flexDirection": "row",
|
|
3442
|
+
"height": 60,
|
|
3145
3443
|
"justifyContent": "center",
|
|
3146
3444
|
"padding": 12,
|
|
3147
3445
|
},
|
|
@@ -3187,16 +3485,59 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
3187
3485
|
</RCTSafeAreaView>
|
|
3188
3486
|
</View>
|
|
3189
3487
|
</View>
|
|
3190
|
-
</Modal
|
|
3191
|
-
|
|
3488
|
+
</Modal>
|
|
3489
|
+
<View
|
|
3490
|
+
pointerEvents="box-none"
|
|
3491
|
+
position="bottom"
|
|
3492
|
+
style={
|
|
3493
|
+
[
|
|
3494
|
+
{
|
|
3495
|
+
"bottom": 0,
|
|
3496
|
+
"elevation": 9999,
|
|
3497
|
+
"flexDirection": "column-reverse",
|
|
3498
|
+
"left": 0,
|
|
3499
|
+
"paddingHorizontal": 24,
|
|
3500
|
+
"paddingVertical": 16,
|
|
3501
|
+
"position": "absolute",
|
|
3502
|
+
"right": 0,
|
|
3503
|
+
"top": 0,
|
|
3504
|
+
},
|
|
3505
|
+
undefined,
|
|
3506
|
+
]
|
|
3507
|
+
}
|
|
3508
|
+
/>
|
|
3509
|
+
</View>
|
|
3192
3510
|
`;
|
|
3193
3511
|
|
|
3194
3512
|
exports[`rendering renders correctly when input is loading 1`] = `
|
|
3195
|
-
|
|
3513
|
+
<View
|
|
3514
|
+
style={
|
|
3515
|
+
{
|
|
3516
|
+
"flex": 1,
|
|
3517
|
+
}
|
|
3518
|
+
}
|
|
3519
|
+
>
|
|
3196
3520
|
<View
|
|
3197
3521
|
pointerEvents="none"
|
|
3198
3522
|
>
|
|
3199
3523
|
<View
|
|
3524
|
+
accessibilityState={
|
|
3525
|
+
{
|
|
3526
|
+
"busy": undefined,
|
|
3527
|
+
"checked": undefined,
|
|
3528
|
+
"disabled": undefined,
|
|
3529
|
+
"expanded": undefined,
|
|
3530
|
+
"selected": undefined,
|
|
3531
|
+
}
|
|
3532
|
+
}
|
|
3533
|
+
accessibilityValue={
|
|
3534
|
+
{
|
|
3535
|
+
"max": undefined,
|
|
3536
|
+
"min": undefined,
|
|
3537
|
+
"now": undefined,
|
|
3538
|
+
"text": undefined,
|
|
3539
|
+
}
|
|
3540
|
+
}
|
|
3200
3541
|
accessible={true}
|
|
3201
3542
|
collapsable={false}
|
|
3202
3543
|
focusable={true}
|
|
@@ -3425,22 +3766,65 @@ exports[`rendering renders correctly when input is loading 1`] = `
|
|
|
3425
3766
|
</View>
|
|
3426
3767
|
</View>
|
|
3427
3768
|
</View>
|
|
3428
|
-
</View
|
|
3769
|
+
</View>
|
|
3429
3770
|
<Modal
|
|
3430
3771
|
hardwareAccelerated={false}
|
|
3431
3772
|
onRequestClose={[Function]}
|
|
3432
3773
|
transparent={true}
|
|
3433
3774
|
visible={false}
|
|
3434
|
-
|
|
3435
|
-
|
|
3775
|
+
/>
|
|
3776
|
+
<View
|
|
3777
|
+
pointerEvents="box-none"
|
|
3778
|
+
position="bottom"
|
|
3779
|
+
style={
|
|
3780
|
+
[
|
|
3781
|
+
{
|
|
3782
|
+
"bottom": 0,
|
|
3783
|
+
"elevation": 9999,
|
|
3784
|
+
"flexDirection": "column-reverse",
|
|
3785
|
+
"left": 0,
|
|
3786
|
+
"paddingHorizontal": 24,
|
|
3787
|
+
"paddingVertical": 16,
|
|
3788
|
+
"position": "absolute",
|
|
3789
|
+
"right": 0,
|
|
3790
|
+
"top": 0,
|
|
3791
|
+
},
|
|
3792
|
+
undefined,
|
|
3793
|
+
]
|
|
3794
|
+
}
|
|
3795
|
+
/>
|
|
3796
|
+
</View>
|
|
3436
3797
|
`;
|
|
3437
3798
|
|
|
3438
3799
|
exports[`rendering renders correctly when receives sections 1`] = `
|
|
3439
|
-
|
|
3800
|
+
<View
|
|
3801
|
+
style={
|
|
3802
|
+
{
|
|
3803
|
+
"flex": 1,
|
|
3804
|
+
}
|
|
3805
|
+
}
|
|
3806
|
+
>
|
|
3440
3807
|
<View
|
|
3441
3808
|
pointerEvents="auto"
|
|
3442
3809
|
>
|
|
3443
3810
|
<View
|
|
3811
|
+
accessibilityState={
|
|
3812
|
+
{
|
|
3813
|
+
"busy": undefined,
|
|
3814
|
+
"checked": undefined,
|
|
3815
|
+
"disabled": undefined,
|
|
3816
|
+
"expanded": undefined,
|
|
3817
|
+
"selected": undefined,
|
|
3818
|
+
}
|
|
3819
|
+
}
|
|
3820
|
+
accessibilityValue={
|
|
3821
|
+
{
|
|
3822
|
+
"max": undefined,
|
|
3823
|
+
"min": undefined,
|
|
3824
|
+
"now": undefined,
|
|
3825
|
+
"text": undefined,
|
|
3826
|
+
}
|
|
3827
|
+
}
|
|
3444
3828
|
accessible={true}
|
|
3445
3829
|
collapsable={false}
|
|
3446
3830
|
focusable={true}
|
|
@@ -3656,7 +4040,7 @@ exports[`rendering renders correctly when receives sections 1`] = `
|
|
|
3656
4040
|
</View>
|
|
3657
4041
|
</View>
|
|
3658
4042
|
</View>
|
|
3659
|
-
</View
|
|
4043
|
+
</View>
|
|
3660
4044
|
<Modal
|
|
3661
4045
|
hardwareAccelerated={false}
|
|
3662
4046
|
onRequestClose={[Function]}
|
|
@@ -3697,6 +4081,23 @@ exports[`rendering renders correctly when receives sections 1`] = `
|
|
|
3697
4081
|
}
|
|
3698
4082
|
>
|
|
3699
4083
|
<View
|
|
4084
|
+
accessibilityState={
|
|
4085
|
+
{
|
|
4086
|
+
"busy": undefined,
|
|
4087
|
+
"checked": undefined,
|
|
4088
|
+
"disabled": undefined,
|
|
4089
|
+
"expanded": undefined,
|
|
4090
|
+
"selected": undefined,
|
|
4091
|
+
}
|
|
4092
|
+
}
|
|
4093
|
+
accessibilityValue={
|
|
4094
|
+
{
|
|
4095
|
+
"max": undefined,
|
|
4096
|
+
"min": undefined,
|
|
4097
|
+
"now": undefined,
|
|
4098
|
+
"text": undefined,
|
|
4099
|
+
}
|
|
4100
|
+
}
|
|
3700
4101
|
accessible={true}
|
|
3701
4102
|
collapsable={false}
|
|
3702
4103
|
focusable={true}
|
|
@@ -3723,7 +4124,6 @@ exports[`rendering renders correctly when receives sections 1`] = `
|
|
|
3723
4124
|
/>
|
|
3724
4125
|
<RCTSafeAreaView
|
|
3725
4126
|
collapsable={false}
|
|
3726
|
-
emulateUnlessSupported={true}
|
|
3727
4127
|
style={
|
|
3728
4128
|
{
|
|
3729
4129
|
"backgroundColor": "#ffffff",
|
|
@@ -3810,6 +4210,23 @@ exports[`rendering renders correctly when receives sections 1`] = `
|
|
|
3810
4210
|
}
|
|
3811
4211
|
>
|
|
3812
4212
|
<View
|
|
4213
|
+
accessibilityState={
|
|
4214
|
+
{
|
|
4215
|
+
"busy": undefined,
|
|
4216
|
+
"checked": undefined,
|
|
4217
|
+
"disabled": undefined,
|
|
4218
|
+
"expanded": undefined,
|
|
4219
|
+
"selected": undefined,
|
|
4220
|
+
}
|
|
4221
|
+
}
|
|
4222
|
+
accessibilityValue={
|
|
4223
|
+
{
|
|
4224
|
+
"max": undefined,
|
|
4225
|
+
"min": undefined,
|
|
4226
|
+
"now": undefined,
|
|
4227
|
+
"text": undefined,
|
|
4228
|
+
}
|
|
4229
|
+
}
|
|
3813
4230
|
accessible={true}
|
|
3814
4231
|
collapsable={false}
|
|
3815
4232
|
focusable={true}
|
|
@@ -3904,6 +4321,7 @@ exports[`rendering renders correctly when receives sections 1`] = `
|
|
|
3904
4321
|
>
|
|
3905
4322
|
<View>
|
|
3906
4323
|
<View
|
|
4324
|
+
onFocusCapture={[Function]}
|
|
3907
4325
|
onLayout={[Function]}
|
|
3908
4326
|
style={null}
|
|
3909
4327
|
>
|
|
@@ -3973,6 +4391,7 @@ exports[`rendering renders correctly when receives sections 1`] = `
|
|
|
3973
4391
|
</View>
|
|
3974
4392
|
</View>
|
|
3975
4393
|
<View
|
|
4394
|
+
onFocusCapture={[Function]}
|
|
3976
4395
|
onLayout={[Function]}
|
|
3977
4396
|
style={null}
|
|
3978
4397
|
>
|
|
@@ -4026,6 +4445,14 @@ exports[`rendering renders correctly when receives sections 1`] = `
|
|
|
4026
4445
|
"disabled": false,
|
|
4027
4446
|
}
|
|
4028
4447
|
}
|
|
4448
|
+
accessibilityValue={
|
|
4449
|
+
{
|
|
4450
|
+
"max": undefined,
|
|
4451
|
+
"min": undefined,
|
|
4452
|
+
"now": undefined,
|
|
4453
|
+
"text": undefined,
|
|
4454
|
+
}
|
|
4455
|
+
}
|
|
4029
4456
|
accessible={true}
|
|
4030
4457
|
focusable={true}
|
|
4031
4458
|
onClick={[Function]}
|
|
@@ -4127,10 +4554,12 @@ exports[`rendering renders correctly when receives sections 1`] = `
|
|
|
4127
4554
|
</View>
|
|
4128
4555
|
</View>
|
|
4129
4556
|
<View
|
|
4557
|
+
onFocusCapture={[Function]}
|
|
4130
4558
|
onLayout={[Function]}
|
|
4131
4559
|
style={null}
|
|
4132
4560
|
/>
|
|
4133
4561
|
<View
|
|
4562
|
+
onFocusCapture={[Function]}
|
|
4134
4563
|
onLayout={[Function]}
|
|
4135
4564
|
style={null}
|
|
4136
4565
|
>
|
|
@@ -4200,6 +4629,7 @@ exports[`rendering renders correctly when receives sections 1`] = `
|
|
|
4200
4629
|
</View>
|
|
4201
4630
|
</View>
|
|
4202
4631
|
<View
|
|
4632
|
+
onFocusCapture={[Function]}
|
|
4203
4633
|
onLayout={[Function]}
|
|
4204
4634
|
style={null}
|
|
4205
4635
|
>
|
|
@@ -4253,6 +4683,14 @@ exports[`rendering renders correctly when receives sections 1`] = `
|
|
|
4253
4683
|
"disabled": false,
|
|
4254
4684
|
}
|
|
4255
4685
|
}
|
|
4686
|
+
accessibilityValue={
|
|
4687
|
+
{
|
|
4688
|
+
"max": undefined,
|
|
4689
|
+
"min": undefined,
|
|
4690
|
+
"now": undefined,
|
|
4691
|
+
"text": undefined,
|
|
4692
|
+
}
|
|
4693
|
+
}
|
|
4256
4694
|
accessible={true}
|
|
4257
4695
|
focusable={true}
|
|
4258
4696
|
onClick={[Function]}
|
|
@@ -4388,6 +4826,7 @@ exports[`rendering renders correctly when receives sections 1`] = `
|
|
|
4388
4826
|
</View>
|
|
4389
4827
|
</View>
|
|
4390
4828
|
<View
|
|
4829
|
+
onFocusCapture={[Function]}
|
|
4391
4830
|
onLayout={[Function]}
|
|
4392
4831
|
style={null}
|
|
4393
4832
|
>
|
|
@@ -4398,6 +4837,14 @@ exports[`rendering renders correctly when receives sections 1`] = `
|
|
|
4398
4837
|
"disabled": false,
|
|
4399
4838
|
}
|
|
4400
4839
|
}
|
|
4840
|
+
accessibilityValue={
|
|
4841
|
+
{
|
|
4842
|
+
"max": undefined,
|
|
4843
|
+
"min": undefined,
|
|
4844
|
+
"now": undefined,
|
|
4845
|
+
"text": undefined,
|
|
4846
|
+
}
|
|
4847
|
+
}
|
|
4401
4848
|
accessible={true}
|
|
4402
4849
|
focusable={true}
|
|
4403
4850
|
onClick={[Function]}
|
|
@@ -4527,6 +4974,7 @@ exports[`rendering renders correctly when receives sections 1`] = `
|
|
|
4527
4974
|
</View>
|
|
4528
4975
|
</View>
|
|
4529
4976
|
<View
|
|
4977
|
+
onFocusCapture={[Function]}
|
|
4530
4978
|
onLayout={[Function]}
|
|
4531
4979
|
style={null}
|
|
4532
4980
|
/>
|
|
@@ -4553,6 +5001,14 @@ exports[`rendering renders correctly when receives sections 1`] = `
|
|
|
4553
5001
|
"disabled": false,
|
|
4554
5002
|
}
|
|
4555
5003
|
}
|
|
5004
|
+
accessibilityValue={
|
|
5005
|
+
{
|
|
5006
|
+
"max": undefined,
|
|
5007
|
+
"min": undefined,
|
|
5008
|
+
"now": undefined,
|
|
5009
|
+
"text": undefined,
|
|
5010
|
+
}
|
|
5011
|
+
}
|
|
4556
5012
|
accessible={true}
|
|
4557
5013
|
focusable={true}
|
|
4558
5014
|
onClick={[Function]}
|
|
@@ -4570,6 +5026,7 @@ exports[`rendering renders correctly when receives sections 1`] = `
|
|
|
4570
5026
|
"borderRadius": 4,
|
|
4571
5027
|
"borderWidth": 0,
|
|
4572
5028
|
"flexDirection": "row",
|
|
5029
|
+
"height": 60,
|
|
4573
5030
|
"justifyContent": "center",
|
|
4574
5031
|
"padding": 12,
|
|
4575
5032
|
},
|
|
@@ -4615,16 +5072,59 @@ exports[`rendering renders correctly when receives sections 1`] = `
|
|
|
4615
5072
|
</RCTSafeAreaView>
|
|
4616
5073
|
</View>
|
|
4617
5074
|
</View>
|
|
4618
|
-
</Modal
|
|
4619
|
-
|
|
5075
|
+
</Modal>
|
|
5076
|
+
<View
|
|
5077
|
+
pointerEvents="box-none"
|
|
5078
|
+
position="bottom"
|
|
5079
|
+
style={
|
|
5080
|
+
[
|
|
5081
|
+
{
|
|
5082
|
+
"bottom": 0,
|
|
5083
|
+
"elevation": 9999,
|
|
5084
|
+
"flexDirection": "column-reverse",
|
|
5085
|
+
"left": 0,
|
|
5086
|
+
"paddingHorizontal": 24,
|
|
5087
|
+
"paddingVertical": 16,
|
|
5088
|
+
"position": "absolute",
|
|
5089
|
+
"right": 0,
|
|
5090
|
+
"top": 0,
|
|
5091
|
+
},
|
|
5092
|
+
undefined,
|
|
5093
|
+
]
|
|
5094
|
+
}
|
|
5095
|
+
/>
|
|
5096
|
+
</View>
|
|
4620
5097
|
`;
|
|
4621
5098
|
|
|
4622
5099
|
exports[`rendering renders correctly when receives sections 2`] = `
|
|
4623
|
-
|
|
5100
|
+
<View
|
|
5101
|
+
style={
|
|
5102
|
+
{
|
|
5103
|
+
"flex": 1,
|
|
5104
|
+
}
|
|
5105
|
+
}
|
|
5106
|
+
>
|
|
4624
5107
|
<View
|
|
4625
5108
|
pointerEvents="auto"
|
|
4626
5109
|
>
|
|
4627
5110
|
<View
|
|
5111
|
+
accessibilityState={
|
|
5112
|
+
{
|
|
5113
|
+
"busy": undefined,
|
|
5114
|
+
"checked": undefined,
|
|
5115
|
+
"disabled": undefined,
|
|
5116
|
+
"expanded": undefined,
|
|
5117
|
+
"selected": undefined,
|
|
5118
|
+
}
|
|
5119
|
+
}
|
|
5120
|
+
accessibilityValue={
|
|
5121
|
+
{
|
|
5122
|
+
"max": undefined,
|
|
5123
|
+
"min": undefined,
|
|
5124
|
+
"now": undefined,
|
|
5125
|
+
"text": undefined,
|
|
5126
|
+
}
|
|
5127
|
+
}
|
|
4628
5128
|
accessible={true}
|
|
4629
5129
|
collapsable={false}
|
|
4630
5130
|
focusable={true}
|
|
@@ -4840,7 +5340,7 @@ exports[`rendering renders correctly when receives sections 2`] = `
|
|
|
4840
5340
|
</View>
|
|
4841
5341
|
</View>
|
|
4842
5342
|
</View>
|
|
4843
|
-
</View
|
|
5343
|
+
</View>
|
|
4844
5344
|
<Modal
|
|
4845
5345
|
hardwareAccelerated={false}
|
|
4846
5346
|
onRequestClose={[Function]}
|
|
@@ -4881,6 +5381,23 @@ exports[`rendering renders correctly when receives sections 2`] = `
|
|
|
4881
5381
|
}
|
|
4882
5382
|
>
|
|
4883
5383
|
<View
|
|
5384
|
+
accessibilityState={
|
|
5385
|
+
{
|
|
5386
|
+
"busy": undefined,
|
|
5387
|
+
"checked": undefined,
|
|
5388
|
+
"disabled": undefined,
|
|
5389
|
+
"expanded": undefined,
|
|
5390
|
+
"selected": undefined,
|
|
5391
|
+
}
|
|
5392
|
+
}
|
|
5393
|
+
accessibilityValue={
|
|
5394
|
+
{
|
|
5395
|
+
"max": undefined,
|
|
5396
|
+
"min": undefined,
|
|
5397
|
+
"now": undefined,
|
|
5398
|
+
"text": undefined,
|
|
5399
|
+
}
|
|
5400
|
+
}
|
|
4884
5401
|
accessible={true}
|
|
4885
5402
|
collapsable={false}
|
|
4886
5403
|
focusable={true}
|
|
@@ -4907,7 +5424,6 @@ exports[`rendering renders correctly when receives sections 2`] = `
|
|
|
4907
5424
|
/>
|
|
4908
5425
|
<RCTSafeAreaView
|
|
4909
5426
|
collapsable={false}
|
|
4910
|
-
emulateUnlessSupported={true}
|
|
4911
5427
|
style={
|
|
4912
5428
|
{
|
|
4913
5429
|
"backgroundColor": "#ffffff",
|
|
@@ -4994,6 +5510,23 @@ exports[`rendering renders correctly when receives sections 2`] = `
|
|
|
4994
5510
|
}
|
|
4995
5511
|
>
|
|
4996
5512
|
<View
|
|
5513
|
+
accessibilityState={
|
|
5514
|
+
{
|
|
5515
|
+
"busy": undefined,
|
|
5516
|
+
"checked": undefined,
|
|
5517
|
+
"disabled": undefined,
|
|
5518
|
+
"expanded": undefined,
|
|
5519
|
+
"selected": undefined,
|
|
5520
|
+
}
|
|
5521
|
+
}
|
|
5522
|
+
accessibilityValue={
|
|
5523
|
+
{
|
|
5524
|
+
"max": undefined,
|
|
5525
|
+
"min": undefined,
|
|
5526
|
+
"now": undefined,
|
|
5527
|
+
"text": undefined,
|
|
5528
|
+
}
|
|
5529
|
+
}
|
|
4997
5530
|
accessible={true}
|
|
4998
5531
|
collapsable={false}
|
|
4999
5532
|
focusable={true}
|
|
@@ -5088,6 +5621,7 @@ exports[`rendering renders correctly when receives sections 2`] = `
|
|
|
5088
5621
|
>
|
|
5089
5622
|
<View>
|
|
5090
5623
|
<View
|
|
5624
|
+
onFocusCapture={[Function]}
|
|
5091
5625
|
onLayout={[Function]}
|
|
5092
5626
|
style={null}
|
|
5093
5627
|
>
|
|
@@ -5157,6 +5691,7 @@ exports[`rendering renders correctly when receives sections 2`] = `
|
|
|
5157
5691
|
</View>
|
|
5158
5692
|
</View>
|
|
5159
5693
|
<View
|
|
5694
|
+
onFocusCapture={[Function]}
|
|
5160
5695
|
onLayout={[Function]}
|
|
5161
5696
|
style={null}
|
|
5162
5697
|
>
|
|
@@ -5210,6 +5745,14 @@ exports[`rendering renders correctly when receives sections 2`] = `
|
|
|
5210
5745
|
"disabled": false,
|
|
5211
5746
|
}
|
|
5212
5747
|
}
|
|
5748
|
+
accessibilityValue={
|
|
5749
|
+
{
|
|
5750
|
+
"max": undefined,
|
|
5751
|
+
"min": undefined,
|
|
5752
|
+
"now": undefined,
|
|
5753
|
+
"text": undefined,
|
|
5754
|
+
}
|
|
5755
|
+
}
|
|
5213
5756
|
accessible={true}
|
|
5214
5757
|
focusable={true}
|
|
5215
5758
|
onClick={[Function]}
|
|
@@ -5339,10 +5882,12 @@ exports[`rendering renders correctly when receives sections 2`] = `
|
|
|
5339
5882
|
</View>
|
|
5340
5883
|
</View>
|
|
5341
5884
|
<View
|
|
5885
|
+
onFocusCapture={[Function]}
|
|
5342
5886
|
onLayout={[Function]}
|
|
5343
5887
|
style={null}
|
|
5344
5888
|
/>
|
|
5345
5889
|
<View
|
|
5890
|
+
onFocusCapture={[Function]}
|
|
5346
5891
|
onLayout={[Function]}
|
|
5347
5892
|
style={null}
|
|
5348
5893
|
>
|
|
@@ -5412,6 +5957,7 @@ exports[`rendering renders correctly when receives sections 2`] = `
|
|
|
5412
5957
|
</View>
|
|
5413
5958
|
</View>
|
|
5414
5959
|
<View
|
|
5960
|
+
onFocusCapture={[Function]}
|
|
5415
5961
|
onLayout={[Function]}
|
|
5416
5962
|
style={null}
|
|
5417
5963
|
>
|
|
@@ -5465,6 +6011,14 @@ exports[`rendering renders correctly when receives sections 2`] = `
|
|
|
5465
6011
|
"disabled": false,
|
|
5466
6012
|
}
|
|
5467
6013
|
}
|
|
6014
|
+
accessibilityValue={
|
|
6015
|
+
{
|
|
6016
|
+
"max": undefined,
|
|
6017
|
+
"min": undefined,
|
|
6018
|
+
"now": undefined,
|
|
6019
|
+
"text": undefined,
|
|
6020
|
+
}
|
|
6021
|
+
}
|
|
5468
6022
|
accessible={true}
|
|
5469
6023
|
focusable={true}
|
|
5470
6024
|
onClick={[Function]}
|
|
@@ -5572,6 +6126,7 @@ exports[`rendering renders correctly when receives sections 2`] = `
|
|
|
5572
6126
|
</View>
|
|
5573
6127
|
</View>
|
|
5574
6128
|
<View
|
|
6129
|
+
onFocusCapture={[Function]}
|
|
5575
6130
|
onLayout={[Function]}
|
|
5576
6131
|
style={null}
|
|
5577
6132
|
>
|
|
@@ -5582,6 +6137,14 @@ exports[`rendering renders correctly when receives sections 2`] = `
|
|
|
5582
6137
|
"disabled": false,
|
|
5583
6138
|
}
|
|
5584
6139
|
}
|
|
6140
|
+
accessibilityValue={
|
|
6141
|
+
{
|
|
6142
|
+
"max": undefined,
|
|
6143
|
+
"min": undefined,
|
|
6144
|
+
"now": undefined,
|
|
6145
|
+
"text": undefined,
|
|
6146
|
+
}
|
|
6147
|
+
}
|
|
5585
6148
|
accessible={true}
|
|
5586
6149
|
focusable={true}
|
|
5587
6150
|
onClick={[Function]}
|
|
@@ -5683,6 +6246,7 @@ exports[`rendering renders correctly when receives sections 2`] = `
|
|
|
5683
6246
|
</View>
|
|
5684
6247
|
</View>
|
|
5685
6248
|
<View
|
|
6249
|
+
onFocusCapture={[Function]}
|
|
5686
6250
|
onLayout={[Function]}
|
|
5687
6251
|
style={null}
|
|
5688
6252
|
/>
|
|
@@ -5709,6 +6273,14 @@ exports[`rendering renders correctly when receives sections 2`] = `
|
|
|
5709
6273
|
"disabled": false,
|
|
5710
6274
|
}
|
|
5711
6275
|
}
|
|
6276
|
+
accessibilityValue={
|
|
6277
|
+
{
|
|
6278
|
+
"max": undefined,
|
|
6279
|
+
"min": undefined,
|
|
6280
|
+
"now": undefined,
|
|
6281
|
+
"text": undefined,
|
|
6282
|
+
}
|
|
6283
|
+
}
|
|
5712
6284
|
accessible={true}
|
|
5713
6285
|
focusable={true}
|
|
5714
6286
|
onClick={[Function]}
|
|
@@ -5726,6 +6298,7 @@ exports[`rendering renders correctly when receives sections 2`] = `
|
|
|
5726
6298
|
"borderRadius": 4,
|
|
5727
6299
|
"borderWidth": 0,
|
|
5728
6300
|
"flexDirection": "row",
|
|
6301
|
+
"height": 60,
|
|
5729
6302
|
"justifyContent": "center",
|
|
5730
6303
|
"padding": 12,
|
|
5731
6304
|
},
|
|
@@ -5771,6 +6344,26 @@ exports[`rendering renders correctly when receives sections 2`] = `
|
|
|
5771
6344
|
</RCTSafeAreaView>
|
|
5772
6345
|
</View>
|
|
5773
6346
|
</View>
|
|
5774
|
-
</Modal
|
|
5775
|
-
|
|
6347
|
+
</Modal>
|
|
6348
|
+
<View
|
|
6349
|
+
pointerEvents="box-none"
|
|
6350
|
+
position="bottom"
|
|
6351
|
+
style={
|
|
6352
|
+
[
|
|
6353
|
+
{
|
|
6354
|
+
"bottom": 0,
|
|
6355
|
+
"elevation": 9999,
|
|
6356
|
+
"flexDirection": "column-reverse",
|
|
6357
|
+
"left": 0,
|
|
6358
|
+
"paddingHorizontal": 24,
|
|
6359
|
+
"paddingVertical": 16,
|
|
6360
|
+
"position": "absolute",
|
|
6361
|
+
"right": 0,
|
|
6362
|
+
"top": 0,
|
|
6363
|
+
},
|
|
6364
|
+
undefined,
|
|
6365
|
+
]
|
|
6366
|
+
}
|
|
6367
|
+
/>
|
|
6368
|
+
</View>
|
|
5776
6369
|
`;
|