@hero-design/rn 8.44.0-alpha.0 → 8.44.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +2 -2
- package/CHANGELOG.md +36 -0
- package/assets/fonts/hero-icons-mobile.ttf +0 -0
- package/es/index.js +2852 -2683
- package/jest-setup.ts +2 -0
- package/lib/assets/fonts/hero-icons-mobile.ttf +0 -0
- package/lib/index.js +2855 -2687
- 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 +622 -457
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerAndroid.spec.tsx.snap +212 -157
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerCalendar.spec.tsx.snap +204 -149
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +483 -386
- 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/RichTextEditor.tsx +76 -38
- 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 +403 -305
- 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 +856 -174
- 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 +674 -150
- 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/StyledTextInput.tsx +8 -31
- package/src/components/TextInput/__tests__/StyledTextInput.spec.tsx +0 -44
- package/src/components/TextInput/__tests__/__snapshots__/StyledTextInput.spec.tsx.snap +990 -711
- package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +3200 -2431
- package/src/components/TextInput/__tests__/index.spec.tsx +2 -2
- package/src/components/TextInput/index.tsx +113 -57
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerAndroid.spec.tsx.snap +414 -304
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +686 -534
- 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 +40 -3
- package/src/theme/components/button.ts +0 -1
- package/src/theme/components/chip.ts +47 -0
- package/src/theme/components/textInput.ts +2 -2
- 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 +5 -25
- package/types/components/TextInput/index.d.ts +2 -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}
|
|
@@ -38,6 +61,7 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
38
61
|
}
|
|
39
62
|
>
|
|
40
63
|
<View
|
|
64
|
+
onLayout={[Function]}
|
|
41
65
|
style={
|
|
42
66
|
[
|
|
43
67
|
{
|
|
@@ -76,6 +100,70 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
76
100
|
themeFocused={false}
|
|
77
101
|
themeState="default"
|
|
78
102
|
/>
|
|
103
|
+
<View
|
|
104
|
+
onLayout={[Function]}
|
|
105
|
+
/>
|
|
106
|
+
<View
|
|
107
|
+
collapsable={false}
|
|
108
|
+
pointerEvents="none"
|
|
109
|
+
style={
|
|
110
|
+
{
|
|
111
|
+
"alignItems": "center",
|
|
112
|
+
"flexDirection": "row",
|
|
113
|
+
"left": -32,
|
|
114
|
+
"position": "absolute",
|
|
115
|
+
"right": 0,
|
|
116
|
+
"top": -10.666666666666666,
|
|
117
|
+
"transform": [
|
|
118
|
+
{
|
|
119
|
+
"translateY": 0,
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"translateX": 48,
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"scale": 1,
|
|
126
|
+
},
|
|
127
|
+
],
|
|
128
|
+
"zIndex": 1,
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
themeVariant="text"
|
|
132
|
+
>
|
|
133
|
+
<Text
|
|
134
|
+
allowFontScaling={false}
|
|
135
|
+
style={
|
|
136
|
+
[
|
|
137
|
+
{
|
|
138
|
+
"color": "#001f23",
|
|
139
|
+
"fontFamily": "BeVietnamPro-Regular",
|
|
140
|
+
"fontSize": 16,
|
|
141
|
+
"letterSpacing": 0.48,
|
|
142
|
+
"lineHeight": 24,
|
|
143
|
+
},
|
|
144
|
+
[
|
|
145
|
+
{
|
|
146
|
+
"alignContent": "center",
|
|
147
|
+
"alignItems": "center",
|
|
148
|
+
"color": "#001f23",
|
|
149
|
+
"marginTop": -2,
|
|
150
|
+
"textAlignVertical": "center",
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"backgroundColor": "#ffffff",
|
|
154
|
+
},
|
|
155
|
+
],
|
|
156
|
+
]
|
|
157
|
+
}
|
|
158
|
+
testID="input-label"
|
|
159
|
+
themeIntent="body"
|
|
160
|
+
themeState="default"
|
|
161
|
+
themeTypeface="neutral"
|
|
162
|
+
themeVariant="regular"
|
|
163
|
+
>
|
|
164
|
+
Choose collaborators
|
|
165
|
+
</Text>
|
|
166
|
+
</View>
|
|
79
167
|
<View
|
|
80
168
|
style={
|
|
81
169
|
[
|
|
@@ -90,57 +178,6 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
90
178
|
]
|
|
91
179
|
}
|
|
92
180
|
>
|
|
93
|
-
<View
|
|
94
|
-
pointerEvents="none"
|
|
95
|
-
style={
|
|
96
|
-
[
|
|
97
|
-
{
|
|
98
|
-
"alignItems": "center",
|
|
99
|
-
"bottom": 0,
|
|
100
|
-
"flexDirection": "row",
|
|
101
|
-
"left": 0,
|
|
102
|
-
"position": "absolute",
|
|
103
|
-
"right": 0,
|
|
104
|
-
"top": 0,
|
|
105
|
-
"zIndex": 9999,
|
|
106
|
-
},
|
|
107
|
-
undefined,
|
|
108
|
-
]
|
|
109
|
-
}
|
|
110
|
-
themeVariant="text"
|
|
111
|
-
>
|
|
112
|
-
<Text
|
|
113
|
-
allowFontScaling={false}
|
|
114
|
-
style={
|
|
115
|
-
[
|
|
116
|
-
{
|
|
117
|
-
"color": "#001f23",
|
|
118
|
-
"fontFamily": "BeVietnamPro-Regular",
|
|
119
|
-
"fontSize": 16,
|
|
120
|
-
"letterSpacing": 0.48,
|
|
121
|
-
"lineHeight": 24,
|
|
122
|
-
},
|
|
123
|
-
[
|
|
124
|
-
{
|
|
125
|
-
"alignContent": "center",
|
|
126
|
-
"alignItems": "center",
|
|
127
|
-
"color": "#001f23",
|
|
128
|
-
"marginTop": -2,
|
|
129
|
-
"textAlignVertical": "center",
|
|
130
|
-
},
|
|
131
|
-
undefined,
|
|
132
|
-
],
|
|
133
|
-
]
|
|
134
|
-
}
|
|
135
|
-
testID="input-label"
|
|
136
|
-
themeIntent="body"
|
|
137
|
-
themeState="default"
|
|
138
|
-
themeTypeface="neutral"
|
|
139
|
-
themeVariant="regular"
|
|
140
|
-
>
|
|
141
|
-
Choose collaborators
|
|
142
|
-
</Text>
|
|
143
|
-
</View>
|
|
144
181
|
<TextInput
|
|
145
182
|
accessibilityState={
|
|
146
183
|
{
|
|
@@ -222,7 +259,7 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
222
259
|
</View>
|
|
223
260
|
</View>
|
|
224
261
|
</View>
|
|
225
|
-
</View
|
|
262
|
+
</View>
|
|
226
263
|
<Modal
|
|
227
264
|
hardwareAccelerated={false}
|
|
228
265
|
onRequestClose={[Function]}
|
|
@@ -263,6 +300,23 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
263
300
|
}
|
|
264
301
|
>
|
|
265
302
|
<View
|
|
303
|
+
accessibilityState={
|
|
304
|
+
{
|
|
305
|
+
"busy": undefined,
|
|
306
|
+
"checked": undefined,
|
|
307
|
+
"disabled": undefined,
|
|
308
|
+
"expanded": undefined,
|
|
309
|
+
"selected": undefined,
|
|
310
|
+
}
|
|
311
|
+
}
|
|
312
|
+
accessibilityValue={
|
|
313
|
+
{
|
|
314
|
+
"max": undefined,
|
|
315
|
+
"min": undefined,
|
|
316
|
+
"now": undefined,
|
|
317
|
+
"text": undefined,
|
|
318
|
+
}
|
|
319
|
+
}
|
|
266
320
|
accessible={true}
|
|
267
321
|
collapsable={false}
|
|
268
322
|
focusable={true}
|
|
@@ -289,7 +343,6 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
289
343
|
/>
|
|
290
344
|
<RCTSafeAreaView
|
|
291
345
|
collapsable={false}
|
|
292
|
-
emulateUnlessSupported={true}
|
|
293
346
|
style={
|
|
294
347
|
{
|
|
295
348
|
"backgroundColor": "#ffffff",
|
|
@@ -376,6 +429,23 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
376
429
|
}
|
|
377
430
|
>
|
|
378
431
|
<View
|
|
432
|
+
accessibilityState={
|
|
433
|
+
{
|
|
434
|
+
"busy": undefined,
|
|
435
|
+
"checked": undefined,
|
|
436
|
+
"disabled": undefined,
|
|
437
|
+
"expanded": undefined,
|
|
438
|
+
"selected": undefined,
|
|
439
|
+
}
|
|
440
|
+
}
|
|
441
|
+
accessibilityValue={
|
|
442
|
+
{
|
|
443
|
+
"max": undefined,
|
|
444
|
+
"min": undefined,
|
|
445
|
+
"now": undefined,
|
|
446
|
+
"text": undefined,
|
|
447
|
+
}
|
|
448
|
+
}
|
|
379
449
|
accessible={true}
|
|
380
450
|
collapsable={false}
|
|
381
451
|
focusable={true}
|
|
@@ -478,6 +548,7 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
478
548
|
>
|
|
479
549
|
<View>
|
|
480
550
|
<View
|
|
551
|
+
onFocusCapture={[Function]}
|
|
481
552
|
onLayout={[Function]}
|
|
482
553
|
style={null}
|
|
483
554
|
>
|
|
@@ -547,6 +618,7 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
547
618
|
</View>
|
|
548
619
|
</View>
|
|
549
620
|
<View
|
|
621
|
+
onFocusCapture={[Function]}
|
|
550
622
|
onLayout={[Function]}
|
|
551
623
|
style={null}
|
|
552
624
|
>
|
|
@@ -609,6 +681,14 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
609
681
|
"disabled": false,
|
|
610
682
|
}
|
|
611
683
|
}
|
|
684
|
+
accessibilityValue={
|
|
685
|
+
{
|
|
686
|
+
"max": undefined,
|
|
687
|
+
"min": undefined,
|
|
688
|
+
"now": undefined,
|
|
689
|
+
"text": undefined,
|
|
690
|
+
}
|
|
691
|
+
}
|
|
612
692
|
accessible={true}
|
|
613
693
|
focusable={true}
|
|
614
694
|
onClick={[Function]}
|
|
@@ -746,6 +826,7 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
746
826
|
</View>
|
|
747
827
|
</View>
|
|
748
828
|
<View
|
|
829
|
+
onFocusCapture={[Function]}
|
|
749
830
|
onLayout={[Function]}
|
|
750
831
|
style={null}
|
|
751
832
|
>
|
|
@@ -756,6 +837,14 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
756
837
|
"disabled": false,
|
|
757
838
|
}
|
|
758
839
|
}
|
|
840
|
+
accessibilityValue={
|
|
841
|
+
{
|
|
842
|
+
"max": undefined,
|
|
843
|
+
"min": undefined,
|
|
844
|
+
"now": undefined,
|
|
845
|
+
"text": undefined,
|
|
846
|
+
}
|
|
847
|
+
}
|
|
759
848
|
accessible={true}
|
|
760
849
|
focusable={true}
|
|
761
850
|
onClick={[Function]}
|
|
@@ -886,10 +975,12 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
886
975
|
</View>
|
|
887
976
|
</View>
|
|
888
977
|
<View
|
|
978
|
+
onFocusCapture={[Function]}
|
|
889
979
|
onLayout={[Function]}
|
|
890
980
|
style={null}
|
|
891
981
|
/>
|
|
892
982
|
<View
|
|
983
|
+
onFocusCapture={[Function]}
|
|
893
984
|
onLayout={[Function]}
|
|
894
985
|
style={null}
|
|
895
986
|
>
|
|
@@ -959,6 +1050,7 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
959
1050
|
</View>
|
|
960
1051
|
</View>
|
|
961
1052
|
<View
|
|
1053
|
+
onFocusCapture={[Function]}
|
|
962
1054
|
onLayout={[Function]}
|
|
963
1055
|
style={null}
|
|
964
1056
|
>
|
|
@@ -1021,6 +1113,14 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
1021
1113
|
"disabled": false,
|
|
1022
1114
|
}
|
|
1023
1115
|
}
|
|
1116
|
+
accessibilityValue={
|
|
1117
|
+
{
|
|
1118
|
+
"max": undefined,
|
|
1119
|
+
"min": undefined,
|
|
1120
|
+
"now": undefined,
|
|
1121
|
+
"text": undefined,
|
|
1122
|
+
}
|
|
1123
|
+
}
|
|
1024
1124
|
accessible={true}
|
|
1025
1125
|
focusable={true}
|
|
1026
1126
|
onClick={[Function]}
|
|
@@ -1158,6 +1258,7 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
1158
1258
|
</View>
|
|
1159
1259
|
</View>
|
|
1160
1260
|
<View
|
|
1261
|
+
onFocusCapture={[Function]}
|
|
1161
1262
|
onLayout={[Function]}
|
|
1162
1263
|
style={null}
|
|
1163
1264
|
>
|
|
@@ -1168,6 +1269,14 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
1168
1269
|
"disabled": false,
|
|
1169
1270
|
}
|
|
1170
1271
|
}
|
|
1272
|
+
accessibilityValue={
|
|
1273
|
+
{
|
|
1274
|
+
"max": undefined,
|
|
1275
|
+
"min": undefined,
|
|
1276
|
+
"now": undefined,
|
|
1277
|
+
"text": undefined,
|
|
1278
|
+
}
|
|
1279
|
+
}
|
|
1171
1280
|
accessible={true}
|
|
1172
1281
|
focusable={true}
|
|
1173
1282
|
onClick={[Function]}
|
|
@@ -1298,6 +1407,7 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
1298
1407
|
</View>
|
|
1299
1408
|
</View>
|
|
1300
1409
|
<View
|
|
1410
|
+
onFocusCapture={[Function]}
|
|
1301
1411
|
onLayout={[Function]}
|
|
1302
1412
|
style={null}
|
|
1303
1413
|
/>
|
|
@@ -1324,6 +1434,14 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
1324
1434
|
"disabled": false,
|
|
1325
1435
|
}
|
|
1326
1436
|
}
|
|
1437
|
+
accessibilityValue={
|
|
1438
|
+
{
|
|
1439
|
+
"max": undefined,
|
|
1440
|
+
"min": undefined,
|
|
1441
|
+
"now": undefined,
|
|
1442
|
+
"text": undefined,
|
|
1443
|
+
}
|
|
1444
|
+
}
|
|
1327
1445
|
accessible={true}
|
|
1328
1446
|
focusable={true}
|
|
1329
1447
|
onClick={[Function]}
|
|
@@ -1341,6 +1459,7 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
1341
1459
|
"borderRadius": 4,
|
|
1342
1460
|
"borderWidth": 0,
|
|
1343
1461
|
"flexDirection": "row",
|
|
1462
|
+
"height": 60,
|
|
1344
1463
|
"justifyContent": "center",
|
|
1345
1464
|
"padding": 12,
|
|
1346
1465
|
},
|
|
@@ -1386,16 +1505,59 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
1386
1505
|
</RCTSafeAreaView>
|
|
1387
1506
|
</View>
|
|
1388
1507
|
</View>
|
|
1389
|
-
</Modal
|
|
1390
|
-
|
|
1508
|
+
</Modal>
|
|
1509
|
+
<View
|
|
1510
|
+
pointerEvents="box-none"
|
|
1511
|
+
position="bottom"
|
|
1512
|
+
style={
|
|
1513
|
+
[
|
|
1514
|
+
{
|
|
1515
|
+
"bottom": 0,
|
|
1516
|
+
"elevation": 9999,
|
|
1517
|
+
"flexDirection": "column-reverse",
|
|
1518
|
+
"left": 0,
|
|
1519
|
+
"paddingHorizontal": 24,
|
|
1520
|
+
"paddingVertical": 16,
|
|
1521
|
+
"position": "absolute",
|
|
1522
|
+
"right": 0,
|
|
1523
|
+
"top": 0,
|
|
1524
|
+
},
|
|
1525
|
+
undefined,
|
|
1526
|
+
]
|
|
1527
|
+
}
|
|
1528
|
+
/>
|
|
1529
|
+
</View>
|
|
1391
1530
|
`;
|
|
1392
1531
|
|
|
1393
1532
|
exports[`rendering renders correctly when bottom sheet is NOT visible 1`] = `
|
|
1394
|
-
|
|
1533
|
+
<View
|
|
1534
|
+
style={
|
|
1535
|
+
{
|
|
1536
|
+
"flex": 1,
|
|
1537
|
+
}
|
|
1538
|
+
}
|
|
1539
|
+
>
|
|
1395
1540
|
<View
|
|
1396
1541
|
pointerEvents="auto"
|
|
1397
1542
|
>
|
|
1398
1543
|
<View
|
|
1544
|
+
accessibilityState={
|
|
1545
|
+
{
|
|
1546
|
+
"busy": undefined,
|
|
1547
|
+
"checked": undefined,
|
|
1548
|
+
"disabled": undefined,
|
|
1549
|
+
"expanded": undefined,
|
|
1550
|
+
"selected": undefined,
|
|
1551
|
+
}
|
|
1552
|
+
}
|
|
1553
|
+
accessibilityValue={
|
|
1554
|
+
{
|
|
1555
|
+
"max": undefined,
|
|
1556
|
+
"min": undefined,
|
|
1557
|
+
"now": undefined,
|
|
1558
|
+
"text": undefined,
|
|
1559
|
+
}
|
|
1560
|
+
}
|
|
1399
1561
|
accessible={true}
|
|
1400
1562
|
collapsable={false}
|
|
1401
1563
|
focusable={true}
|
|
@@ -1428,6 +1590,7 @@ exports[`rendering renders correctly when bottom sheet is NOT visible 1`] = `
|
|
|
1428
1590
|
}
|
|
1429
1591
|
>
|
|
1430
1592
|
<View
|
|
1593
|
+
onLayout={[Function]}
|
|
1431
1594
|
style={
|
|
1432
1595
|
[
|
|
1433
1596
|
{
|
|
@@ -1467,24 +1630,34 @@ exports[`rendering renders correctly when bottom sheet is NOT visible 1`] = `
|
|
|
1467
1630
|
themeState="filled"
|
|
1468
1631
|
/>
|
|
1469
1632
|
<View
|
|
1633
|
+
onLayout={[Function]}
|
|
1634
|
+
/>
|
|
1635
|
+
<View
|
|
1636
|
+
collapsable={false}
|
|
1470
1637
|
pointerEvents="none"
|
|
1471
1638
|
style={
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1639
|
+
{
|
|
1640
|
+
"alignItems": "center",
|
|
1641
|
+
"flexDirection": "row",
|
|
1642
|
+
"left": -32,
|
|
1643
|
+
"position": "absolute",
|
|
1644
|
+
"right": 0,
|
|
1645
|
+
"top": -10.666666666666666,
|
|
1646
|
+
"transform": [
|
|
1647
|
+
{
|
|
1648
|
+
"translateY": 0,
|
|
1649
|
+
},
|
|
1650
|
+
{
|
|
1651
|
+
"translateX": 48,
|
|
1652
|
+
},
|
|
1653
|
+
{
|
|
1654
|
+
"scale": 1,
|
|
1655
|
+
},
|
|
1656
|
+
],
|
|
1657
|
+
"zIndex": 1,
|
|
1658
|
+
}
|
|
1486
1659
|
}
|
|
1487
|
-
|
|
1660
|
+
themeVariant="text"
|
|
1488
1661
|
>
|
|
1489
1662
|
<Text
|
|
1490
1663
|
allowFontScaling={false}
|
|
@@ -1493,14 +1666,17 @@ exports[`rendering renders correctly when bottom sheet is NOT visible 1`] = `
|
|
|
1493
1666
|
{
|
|
1494
1667
|
"color": "#001f23",
|
|
1495
1668
|
"fontFamily": "BeVietnamPro-Regular",
|
|
1496
|
-
"fontSize":
|
|
1669
|
+
"fontSize": 16,
|
|
1497
1670
|
"letterSpacing": 0.48,
|
|
1498
|
-
"lineHeight":
|
|
1671
|
+
"lineHeight": 24,
|
|
1499
1672
|
},
|
|
1500
1673
|
[
|
|
1501
1674
|
{
|
|
1675
|
+
"alignContent": "center",
|
|
1676
|
+
"alignItems": "center",
|
|
1502
1677
|
"color": "#001f23",
|
|
1503
|
-
"
|
|
1678
|
+
"marginTop": -2,
|
|
1679
|
+
"textAlignVertical": "center",
|
|
1504
1680
|
},
|
|
1505
1681
|
{
|
|
1506
1682
|
"backgroundColor": "#ffffff",
|
|
@@ -1509,9 +1685,10 @@ exports[`rendering renders correctly when bottom sheet is NOT visible 1`] = `
|
|
|
1509
1685
|
]
|
|
1510
1686
|
}
|
|
1511
1687
|
testID="input-label"
|
|
1512
|
-
themeFontWeight="regular"
|
|
1513
1688
|
themeIntent="body"
|
|
1514
1689
|
themeState="filled"
|
|
1690
|
+
themeTypeface="neutral"
|
|
1691
|
+
themeVariant="regular"
|
|
1515
1692
|
>
|
|
1516
1693
|
Allow notifications
|
|
1517
1694
|
</Text>
|
|
@@ -1611,22 +1788,65 @@ exports[`rendering renders correctly when bottom sheet is NOT visible 1`] = `
|
|
|
1611
1788
|
</View>
|
|
1612
1789
|
</View>
|
|
1613
1790
|
</View>
|
|
1614
|
-
</View
|
|
1791
|
+
</View>
|
|
1615
1792
|
<Modal
|
|
1616
1793
|
hardwareAccelerated={false}
|
|
1617
1794
|
onRequestClose={[Function]}
|
|
1618
1795
|
transparent={true}
|
|
1619
1796
|
visible={false}
|
|
1620
|
-
|
|
1621
|
-
|
|
1797
|
+
/>
|
|
1798
|
+
<View
|
|
1799
|
+
pointerEvents="box-none"
|
|
1800
|
+
position="bottom"
|
|
1801
|
+
style={
|
|
1802
|
+
[
|
|
1803
|
+
{
|
|
1804
|
+
"bottom": 0,
|
|
1805
|
+
"elevation": 9999,
|
|
1806
|
+
"flexDirection": "column-reverse",
|
|
1807
|
+
"left": 0,
|
|
1808
|
+
"paddingHorizontal": 24,
|
|
1809
|
+
"paddingVertical": 16,
|
|
1810
|
+
"position": "absolute",
|
|
1811
|
+
"right": 0,
|
|
1812
|
+
"top": 0,
|
|
1813
|
+
},
|
|
1814
|
+
undefined,
|
|
1815
|
+
]
|
|
1816
|
+
}
|
|
1817
|
+
/>
|
|
1818
|
+
</View>
|
|
1622
1819
|
`;
|
|
1623
1820
|
|
|
1624
1821
|
exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
1625
|
-
|
|
1822
|
+
<View
|
|
1823
|
+
style={
|
|
1824
|
+
{
|
|
1825
|
+
"flex": 1,
|
|
1826
|
+
}
|
|
1827
|
+
}
|
|
1828
|
+
>
|
|
1626
1829
|
<View
|
|
1627
1830
|
pointerEvents="auto"
|
|
1628
1831
|
>
|
|
1629
1832
|
<View
|
|
1833
|
+
accessibilityState={
|
|
1834
|
+
{
|
|
1835
|
+
"busy": undefined,
|
|
1836
|
+
"checked": undefined,
|
|
1837
|
+
"disabled": undefined,
|
|
1838
|
+
"expanded": undefined,
|
|
1839
|
+
"selected": undefined,
|
|
1840
|
+
}
|
|
1841
|
+
}
|
|
1842
|
+
accessibilityValue={
|
|
1843
|
+
{
|
|
1844
|
+
"max": undefined,
|
|
1845
|
+
"min": undefined,
|
|
1846
|
+
"now": undefined,
|
|
1847
|
+
"text": undefined,
|
|
1848
|
+
}
|
|
1849
|
+
}
|
|
1630
1850
|
accessible={true}
|
|
1631
1851
|
collapsable={false}
|
|
1632
1852
|
focusable={true}
|
|
@@ -1659,6 +1879,7 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
1659
1879
|
}
|
|
1660
1880
|
>
|
|
1661
1881
|
<View
|
|
1882
|
+
onLayout={[Function]}
|
|
1662
1883
|
style={
|
|
1663
1884
|
[
|
|
1664
1885
|
{
|
|
@@ -1698,24 +1919,34 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
1698
1919
|
themeState="filled"
|
|
1699
1920
|
/>
|
|
1700
1921
|
<View
|
|
1922
|
+
onLayout={[Function]}
|
|
1923
|
+
/>
|
|
1924
|
+
<View
|
|
1925
|
+
collapsable={false}
|
|
1701
1926
|
pointerEvents="none"
|
|
1702
1927
|
style={
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1928
|
+
{
|
|
1929
|
+
"alignItems": "center",
|
|
1930
|
+
"flexDirection": "row",
|
|
1931
|
+
"left": -32,
|
|
1932
|
+
"position": "absolute",
|
|
1933
|
+
"right": 0,
|
|
1934
|
+
"top": -10.666666666666666,
|
|
1935
|
+
"transform": [
|
|
1936
|
+
{
|
|
1937
|
+
"translateY": 0,
|
|
1938
|
+
},
|
|
1939
|
+
{
|
|
1940
|
+
"translateX": 48,
|
|
1941
|
+
},
|
|
1942
|
+
{
|
|
1943
|
+
"scale": 1,
|
|
1944
|
+
},
|
|
1945
|
+
],
|
|
1946
|
+
"zIndex": 1,
|
|
1947
|
+
}
|
|
1717
1948
|
}
|
|
1718
|
-
|
|
1949
|
+
themeVariant="text"
|
|
1719
1950
|
>
|
|
1720
1951
|
<Text
|
|
1721
1952
|
allowFontScaling={false}
|
|
@@ -1724,14 +1955,17 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
1724
1955
|
{
|
|
1725
1956
|
"color": "#001f23",
|
|
1726
1957
|
"fontFamily": "BeVietnamPro-Regular",
|
|
1727
|
-
"fontSize":
|
|
1958
|
+
"fontSize": 16,
|
|
1728
1959
|
"letterSpacing": 0.48,
|
|
1729
|
-
"lineHeight":
|
|
1960
|
+
"lineHeight": 24,
|
|
1730
1961
|
},
|
|
1731
1962
|
[
|
|
1732
1963
|
{
|
|
1964
|
+
"alignContent": "center",
|
|
1965
|
+
"alignItems": "center",
|
|
1733
1966
|
"color": "#001f23",
|
|
1734
|
-
"
|
|
1967
|
+
"marginTop": -2,
|
|
1968
|
+
"textAlignVertical": "center",
|
|
1735
1969
|
},
|
|
1736
1970
|
{
|
|
1737
1971
|
"backgroundColor": "#ffffff",
|
|
@@ -1740,9 +1974,10 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
1740
1974
|
]
|
|
1741
1975
|
}
|
|
1742
1976
|
testID="input-label"
|
|
1743
|
-
themeFontWeight="regular"
|
|
1744
1977
|
themeIntent="body"
|
|
1745
1978
|
themeState="filled"
|
|
1979
|
+
themeTypeface="neutral"
|
|
1980
|
+
themeVariant="regular"
|
|
1746
1981
|
>
|
|
1747
1982
|
Allow notifications
|
|
1748
1983
|
</Text>
|
|
@@ -1842,7 +2077,7 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
1842
2077
|
</View>
|
|
1843
2078
|
</View>
|
|
1844
2079
|
</View>
|
|
1845
|
-
</View
|
|
2080
|
+
</View>
|
|
1846
2081
|
<Modal
|
|
1847
2082
|
hardwareAccelerated={false}
|
|
1848
2083
|
onRequestClose={[Function]}
|
|
@@ -1883,6 +2118,23 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
1883
2118
|
}
|
|
1884
2119
|
>
|
|
1885
2120
|
<View
|
|
2121
|
+
accessibilityState={
|
|
2122
|
+
{
|
|
2123
|
+
"busy": undefined,
|
|
2124
|
+
"checked": undefined,
|
|
2125
|
+
"disabled": undefined,
|
|
2126
|
+
"expanded": undefined,
|
|
2127
|
+
"selected": undefined,
|
|
2128
|
+
}
|
|
2129
|
+
}
|
|
2130
|
+
accessibilityValue={
|
|
2131
|
+
{
|
|
2132
|
+
"max": undefined,
|
|
2133
|
+
"min": undefined,
|
|
2134
|
+
"now": undefined,
|
|
2135
|
+
"text": undefined,
|
|
2136
|
+
}
|
|
2137
|
+
}
|
|
1886
2138
|
accessible={true}
|
|
1887
2139
|
collapsable={false}
|
|
1888
2140
|
focusable={true}
|
|
@@ -1909,7 +2161,6 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
1909
2161
|
/>
|
|
1910
2162
|
<RCTSafeAreaView
|
|
1911
2163
|
collapsable={false}
|
|
1912
|
-
emulateUnlessSupported={true}
|
|
1913
2164
|
style={
|
|
1914
2165
|
{
|
|
1915
2166
|
"backgroundColor": "#ffffff",
|
|
@@ -1996,6 +2247,23 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
1996
2247
|
}
|
|
1997
2248
|
>
|
|
1998
2249
|
<View
|
|
2250
|
+
accessibilityState={
|
|
2251
|
+
{
|
|
2252
|
+
"busy": undefined,
|
|
2253
|
+
"checked": undefined,
|
|
2254
|
+
"disabled": undefined,
|
|
2255
|
+
"expanded": undefined,
|
|
2256
|
+
"selected": undefined,
|
|
2257
|
+
}
|
|
2258
|
+
}
|
|
2259
|
+
accessibilityValue={
|
|
2260
|
+
{
|
|
2261
|
+
"max": undefined,
|
|
2262
|
+
"min": undefined,
|
|
2263
|
+
"now": undefined,
|
|
2264
|
+
"text": undefined,
|
|
2265
|
+
}
|
|
2266
|
+
}
|
|
1999
2267
|
accessible={true}
|
|
2000
2268
|
collapsable={false}
|
|
2001
2269
|
focusable={true}
|
|
@@ -2101,10 +2369,12 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
2101
2369
|
>
|
|
2102
2370
|
<View>
|
|
2103
2371
|
<View
|
|
2372
|
+
onFocusCapture={[Function]}
|
|
2104
2373
|
onLayout={[Function]}
|
|
2105
2374
|
style={null}
|
|
2106
2375
|
/>
|
|
2107
2376
|
<View
|
|
2377
|
+
onFocusCapture={[Function]}
|
|
2108
2378
|
onLayout={[Function]}
|
|
2109
2379
|
style={null}
|
|
2110
2380
|
>
|
|
@@ -2168,6 +2438,14 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
2168
2438
|
"disabled": false,
|
|
2169
2439
|
}
|
|
2170
2440
|
}
|
|
2441
|
+
accessibilityValue={
|
|
2442
|
+
{
|
|
2443
|
+
"max": undefined,
|
|
2444
|
+
"min": undefined,
|
|
2445
|
+
"now": undefined,
|
|
2446
|
+
"text": undefined,
|
|
2447
|
+
}
|
|
2448
|
+
}
|
|
2171
2449
|
accessible={true}
|
|
2172
2450
|
focusable={true}
|
|
2173
2451
|
onClick={[Function]}
|
|
@@ -2313,6 +2591,7 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
2313
2591
|
</View>
|
|
2314
2592
|
</View>
|
|
2315
2593
|
<View
|
|
2594
|
+
onFocusCapture={[Function]}
|
|
2316
2595
|
onLayout={[Function]}
|
|
2317
2596
|
style={null}
|
|
2318
2597
|
>
|
|
@@ -2323,6 +2602,14 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
2323
2602
|
"disabled": false,
|
|
2324
2603
|
}
|
|
2325
2604
|
}
|
|
2605
|
+
accessibilityValue={
|
|
2606
|
+
{
|
|
2607
|
+
"max": undefined,
|
|
2608
|
+
"min": undefined,
|
|
2609
|
+
"now": undefined,
|
|
2610
|
+
"text": undefined,
|
|
2611
|
+
}
|
|
2612
|
+
}
|
|
2326
2613
|
accessible={true}
|
|
2327
2614
|
focusable={true}
|
|
2328
2615
|
onClick={[Function]}
|
|
@@ -2468,6 +2755,7 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
2468
2755
|
</View>
|
|
2469
2756
|
</View>
|
|
2470
2757
|
<View
|
|
2758
|
+
onFocusCapture={[Function]}
|
|
2471
2759
|
onLayout={[Function]}
|
|
2472
2760
|
style={null}
|
|
2473
2761
|
>
|
|
@@ -2478,6 +2766,14 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
2478
2766
|
"disabled": false,
|
|
2479
2767
|
}
|
|
2480
2768
|
}
|
|
2769
|
+
accessibilityValue={
|
|
2770
|
+
{
|
|
2771
|
+
"max": undefined,
|
|
2772
|
+
"min": undefined,
|
|
2773
|
+
"now": undefined,
|
|
2774
|
+
"text": undefined,
|
|
2775
|
+
}
|
|
2776
|
+
}
|
|
2481
2777
|
accessible={true}
|
|
2482
2778
|
focusable={true}
|
|
2483
2779
|
onClick={[Function]}
|
|
@@ -2595,6 +2891,7 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
2595
2891
|
</View>
|
|
2596
2892
|
</View>
|
|
2597
2893
|
<View
|
|
2894
|
+
onFocusCapture={[Function]}
|
|
2598
2895
|
onLayout={[Function]}
|
|
2599
2896
|
style={null}
|
|
2600
2897
|
>
|
|
@@ -2605,6 +2902,14 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
2605
2902
|
"disabled": false,
|
|
2606
2903
|
}
|
|
2607
2904
|
}
|
|
2905
|
+
accessibilityValue={
|
|
2906
|
+
{
|
|
2907
|
+
"max": undefined,
|
|
2908
|
+
"min": undefined,
|
|
2909
|
+
"now": undefined,
|
|
2910
|
+
"text": undefined,
|
|
2911
|
+
}
|
|
2912
|
+
}
|
|
2608
2913
|
accessible={true}
|
|
2609
2914
|
focusable={true}
|
|
2610
2915
|
onClick={[Function]}
|
|
@@ -2722,6 +3027,7 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
2722
3027
|
</View>
|
|
2723
3028
|
</View>
|
|
2724
3029
|
<View
|
|
3030
|
+
onFocusCapture={[Function]}
|
|
2725
3031
|
onLayout={[Function]}
|
|
2726
3032
|
style={null}
|
|
2727
3033
|
>
|
|
@@ -2732,6 +3038,14 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
2732
3038
|
"disabled": false,
|
|
2733
3039
|
}
|
|
2734
3040
|
}
|
|
3041
|
+
accessibilityValue={
|
|
3042
|
+
{
|
|
3043
|
+
"max": undefined,
|
|
3044
|
+
"min": undefined,
|
|
3045
|
+
"now": undefined,
|
|
3046
|
+
"text": undefined,
|
|
3047
|
+
}
|
|
3048
|
+
}
|
|
2735
3049
|
accessible={true}
|
|
2736
3050
|
focusable={true}
|
|
2737
3051
|
onClick={[Function]}
|
|
@@ -2849,6 +3163,7 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
2849
3163
|
</View>
|
|
2850
3164
|
</View>
|
|
2851
3165
|
<View
|
|
3166
|
+
onFocusCapture={[Function]}
|
|
2852
3167
|
onLayout={[Function]}
|
|
2853
3168
|
style={null}
|
|
2854
3169
|
>
|
|
@@ -2859,6 +3174,14 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
2859
3174
|
"disabled": false,
|
|
2860
3175
|
}
|
|
2861
3176
|
}
|
|
3177
|
+
accessibilityValue={
|
|
3178
|
+
{
|
|
3179
|
+
"max": undefined,
|
|
3180
|
+
"min": undefined,
|
|
3181
|
+
"now": undefined,
|
|
3182
|
+
"text": undefined,
|
|
3183
|
+
}
|
|
3184
|
+
}
|
|
2862
3185
|
accessible={true}
|
|
2863
3186
|
focusable={true}
|
|
2864
3187
|
onClick={[Function]}
|
|
@@ -2977,6 +3300,7 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
2977
3300
|
</View>
|
|
2978
3301
|
</View>
|
|
2979
3302
|
<View
|
|
3303
|
+
onFocusCapture={[Function]}
|
|
2980
3304
|
onLayout={[Function]}
|
|
2981
3305
|
style={null}
|
|
2982
3306
|
>
|
|
@@ -2987,6 +3311,14 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
2987
3311
|
"disabled": true,
|
|
2988
3312
|
}
|
|
2989
3313
|
}
|
|
3314
|
+
accessibilityValue={
|
|
3315
|
+
{
|
|
3316
|
+
"max": undefined,
|
|
3317
|
+
"min": undefined,
|
|
3318
|
+
"now": undefined,
|
|
3319
|
+
"text": undefined,
|
|
3320
|
+
}
|
|
3321
|
+
}
|
|
2990
3322
|
accessible={true}
|
|
2991
3323
|
focusable={true}
|
|
2992
3324
|
onClick={[Function]}
|
|
@@ -3099,6 +3431,7 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
3099
3431
|
</View>
|
|
3100
3432
|
</View>
|
|
3101
3433
|
<View
|
|
3434
|
+
onFocusCapture={[Function]}
|
|
3102
3435
|
onLayout={[Function]}
|
|
3103
3436
|
style={null}
|
|
3104
3437
|
/>
|
|
@@ -3125,6 +3458,14 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
3125
3458
|
"disabled": false,
|
|
3126
3459
|
}
|
|
3127
3460
|
}
|
|
3461
|
+
accessibilityValue={
|
|
3462
|
+
{
|
|
3463
|
+
"max": undefined,
|
|
3464
|
+
"min": undefined,
|
|
3465
|
+
"now": undefined,
|
|
3466
|
+
"text": undefined,
|
|
3467
|
+
}
|
|
3468
|
+
}
|
|
3128
3469
|
accessible={true}
|
|
3129
3470
|
focusable={true}
|
|
3130
3471
|
onClick={[Function]}
|
|
@@ -3142,6 +3483,7 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
3142
3483
|
"borderRadius": 4,
|
|
3143
3484
|
"borderWidth": 0,
|
|
3144
3485
|
"flexDirection": "row",
|
|
3486
|
+
"height": 60,
|
|
3145
3487
|
"justifyContent": "center",
|
|
3146
3488
|
"padding": 12,
|
|
3147
3489
|
},
|
|
@@ -3187,16 +3529,59 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
3187
3529
|
</RCTSafeAreaView>
|
|
3188
3530
|
</View>
|
|
3189
3531
|
</View>
|
|
3190
|
-
</Modal
|
|
3191
|
-
|
|
3532
|
+
</Modal>
|
|
3533
|
+
<View
|
|
3534
|
+
pointerEvents="box-none"
|
|
3535
|
+
position="bottom"
|
|
3536
|
+
style={
|
|
3537
|
+
[
|
|
3538
|
+
{
|
|
3539
|
+
"bottom": 0,
|
|
3540
|
+
"elevation": 9999,
|
|
3541
|
+
"flexDirection": "column-reverse",
|
|
3542
|
+
"left": 0,
|
|
3543
|
+
"paddingHorizontal": 24,
|
|
3544
|
+
"paddingVertical": 16,
|
|
3545
|
+
"position": "absolute",
|
|
3546
|
+
"right": 0,
|
|
3547
|
+
"top": 0,
|
|
3548
|
+
},
|
|
3549
|
+
undefined,
|
|
3550
|
+
]
|
|
3551
|
+
}
|
|
3552
|
+
/>
|
|
3553
|
+
</View>
|
|
3192
3554
|
`;
|
|
3193
3555
|
|
|
3194
3556
|
exports[`rendering renders correctly when input is loading 1`] = `
|
|
3195
|
-
|
|
3557
|
+
<View
|
|
3558
|
+
style={
|
|
3559
|
+
{
|
|
3560
|
+
"flex": 1,
|
|
3561
|
+
}
|
|
3562
|
+
}
|
|
3563
|
+
>
|
|
3196
3564
|
<View
|
|
3197
3565
|
pointerEvents="none"
|
|
3198
3566
|
>
|
|
3199
3567
|
<View
|
|
3568
|
+
accessibilityState={
|
|
3569
|
+
{
|
|
3570
|
+
"busy": undefined,
|
|
3571
|
+
"checked": undefined,
|
|
3572
|
+
"disabled": undefined,
|
|
3573
|
+
"expanded": undefined,
|
|
3574
|
+
"selected": undefined,
|
|
3575
|
+
}
|
|
3576
|
+
}
|
|
3577
|
+
accessibilityValue={
|
|
3578
|
+
{
|
|
3579
|
+
"max": undefined,
|
|
3580
|
+
"min": undefined,
|
|
3581
|
+
"now": undefined,
|
|
3582
|
+
"text": undefined,
|
|
3583
|
+
}
|
|
3584
|
+
}
|
|
3200
3585
|
accessible={true}
|
|
3201
3586
|
collapsable={false}
|
|
3202
3587
|
focusable={true}
|
|
@@ -3229,6 +3614,7 @@ exports[`rendering renders correctly when input is loading 1`] = `
|
|
|
3229
3614
|
}
|
|
3230
3615
|
>
|
|
3231
3616
|
<View
|
|
3617
|
+
onLayout={[Function]}
|
|
3232
3618
|
style={
|
|
3233
3619
|
[
|
|
3234
3620
|
{
|
|
@@ -3268,24 +3654,34 @@ exports[`rendering renders correctly when input is loading 1`] = `
|
|
|
3268
3654
|
themeState="readonly"
|
|
3269
3655
|
/>
|
|
3270
3656
|
<View
|
|
3657
|
+
onLayout={[Function]}
|
|
3658
|
+
/>
|
|
3659
|
+
<View
|
|
3660
|
+
collapsable={false}
|
|
3271
3661
|
pointerEvents="none"
|
|
3272
3662
|
style={
|
|
3273
|
-
|
|
3274
|
-
|
|
3275
|
-
|
|
3276
|
-
|
|
3277
|
-
|
|
3278
|
-
|
|
3279
|
-
|
|
3280
|
-
|
|
3281
|
-
|
|
3282
|
-
|
|
3283
|
-
|
|
3284
|
-
|
|
3285
|
-
|
|
3286
|
-
|
|
3663
|
+
{
|
|
3664
|
+
"alignItems": "center",
|
|
3665
|
+
"flexDirection": "row",
|
|
3666
|
+
"left": -32,
|
|
3667
|
+
"position": "absolute",
|
|
3668
|
+
"right": 0,
|
|
3669
|
+
"top": -10.666666666666666,
|
|
3670
|
+
"transform": [
|
|
3671
|
+
{
|
|
3672
|
+
"translateY": 0,
|
|
3673
|
+
},
|
|
3674
|
+
{
|
|
3675
|
+
"translateX": 48,
|
|
3676
|
+
},
|
|
3677
|
+
{
|
|
3678
|
+
"scale": 1,
|
|
3679
|
+
},
|
|
3680
|
+
],
|
|
3681
|
+
"zIndex": 1,
|
|
3682
|
+
}
|
|
3287
3683
|
}
|
|
3288
|
-
|
|
3684
|
+
themeVariant="text"
|
|
3289
3685
|
>
|
|
3290
3686
|
<Text
|
|
3291
3687
|
allowFontScaling={false}
|
|
@@ -3294,14 +3690,17 @@ exports[`rendering renders correctly when input is loading 1`] = `
|
|
|
3294
3690
|
{
|
|
3295
3691
|
"color": "#001f23",
|
|
3296
3692
|
"fontFamily": "BeVietnamPro-Regular",
|
|
3297
|
-
"fontSize":
|
|
3693
|
+
"fontSize": 16,
|
|
3298
3694
|
"letterSpacing": 0.48,
|
|
3299
|
-
"lineHeight":
|
|
3695
|
+
"lineHeight": 24,
|
|
3300
3696
|
},
|
|
3301
3697
|
[
|
|
3302
3698
|
{
|
|
3699
|
+
"alignContent": "center",
|
|
3700
|
+
"alignItems": "center",
|
|
3303
3701
|
"color": "#808f91",
|
|
3304
|
-
"
|
|
3702
|
+
"marginTop": -2,
|
|
3703
|
+
"textAlignVertical": "center",
|
|
3305
3704
|
},
|
|
3306
3705
|
{
|
|
3307
3706
|
"backgroundColor": "#ffffff",
|
|
@@ -3310,9 +3709,10 @@ exports[`rendering renders correctly when input is loading 1`] = `
|
|
|
3310
3709
|
]
|
|
3311
3710
|
}
|
|
3312
3711
|
testID="input-label"
|
|
3313
|
-
themeFontWeight="regular"
|
|
3314
3712
|
themeIntent="body"
|
|
3315
3713
|
themeState="readonly"
|
|
3714
|
+
themeTypeface="neutral"
|
|
3715
|
+
themeVariant="regular"
|
|
3316
3716
|
>
|
|
3317
3717
|
Allow notifications
|
|
3318
3718
|
</Text>
|
|
@@ -3425,22 +3825,65 @@ exports[`rendering renders correctly when input is loading 1`] = `
|
|
|
3425
3825
|
</View>
|
|
3426
3826
|
</View>
|
|
3427
3827
|
</View>
|
|
3428
|
-
</View
|
|
3828
|
+
</View>
|
|
3429
3829
|
<Modal
|
|
3430
3830
|
hardwareAccelerated={false}
|
|
3431
3831
|
onRequestClose={[Function]}
|
|
3432
3832
|
transparent={true}
|
|
3433
3833
|
visible={false}
|
|
3434
|
-
|
|
3435
|
-
|
|
3834
|
+
/>
|
|
3835
|
+
<View
|
|
3836
|
+
pointerEvents="box-none"
|
|
3837
|
+
position="bottom"
|
|
3838
|
+
style={
|
|
3839
|
+
[
|
|
3840
|
+
{
|
|
3841
|
+
"bottom": 0,
|
|
3842
|
+
"elevation": 9999,
|
|
3843
|
+
"flexDirection": "column-reverse",
|
|
3844
|
+
"left": 0,
|
|
3845
|
+
"paddingHorizontal": 24,
|
|
3846
|
+
"paddingVertical": 16,
|
|
3847
|
+
"position": "absolute",
|
|
3848
|
+
"right": 0,
|
|
3849
|
+
"top": 0,
|
|
3850
|
+
},
|
|
3851
|
+
undefined,
|
|
3852
|
+
]
|
|
3853
|
+
}
|
|
3854
|
+
/>
|
|
3855
|
+
</View>
|
|
3436
3856
|
`;
|
|
3437
3857
|
|
|
3438
3858
|
exports[`rendering renders correctly when receives sections 1`] = `
|
|
3439
|
-
|
|
3859
|
+
<View
|
|
3860
|
+
style={
|
|
3861
|
+
{
|
|
3862
|
+
"flex": 1,
|
|
3863
|
+
}
|
|
3864
|
+
}
|
|
3865
|
+
>
|
|
3440
3866
|
<View
|
|
3441
3867
|
pointerEvents="auto"
|
|
3442
3868
|
>
|
|
3443
3869
|
<View
|
|
3870
|
+
accessibilityState={
|
|
3871
|
+
{
|
|
3872
|
+
"busy": undefined,
|
|
3873
|
+
"checked": undefined,
|
|
3874
|
+
"disabled": undefined,
|
|
3875
|
+
"expanded": undefined,
|
|
3876
|
+
"selected": undefined,
|
|
3877
|
+
}
|
|
3878
|
+
}
|
|
3879
|
+
accessibilityValue={
|
|
3880
|
+
{
|
|
3881
|
+
"max": undefined,
|
|
3882
|
+
"min": undefined,
|
|
3883
|
+
"now": undefined,
|
|
3884
|
+
"text": undefined,
|
|
3885
|
+
}
|
|
3886
|
+
}
|
|
3444
3887
|
accessible={true}
|
|
3445
3888
|
collapsable={false}
|
|
3446
3889
|
focusable={true}
|
|
@@ -3473,6 +3916,7 @@ exports[`rendering renders correctly when receives sections 1`] = `
|
|
|
3473
3916
|
}
|
|
3474
3917
|
>
|
|
3475
3918
|
<View
|
|
3919
|
+
onLayout={[Function]}
|
|
3476
3920
|
style={
|
|
3477
3921
|
[
|
|
3478
3922
|
{
|
|
@@ -3512,24 +3956,34 @@ exports[`rendering renders correctly when receives sections 1`] = `
|
|
|
3512
3956
|
themeState="filled"
|
|
3513
3957
|
/>
|
|
3514
3958
|
<View
|
|
3959
|
+
onLayout={[Function]}
|
|
3960
|
+
/>
|
|
3961
|
+
<View
|
|
3962
|
+
collapsable={false}
|
|
3515
3963
|
pointerEvents="none"
|
|
3516
3964
|
style={
|
|
3517
|
-
|
|
3518
|
-
|
|
3519
|
-
|
|
3520
|
-
|
|
3521
|
-
|
|
3522
|
-
|
|
3523
|
-
|
|
3524
|
-
|
|
3525
|
-
|
|
3526
|
-
|
|
3527
|
-
|
|
3528
|
-
|
|
3529
|
-
|
|
3530
|
-
|
|
3965
|
+
{
|
|
3966
|
+
"alignItems": "center",
|
|
3967
|
+
"flexDirection": "row",
|
|
3968
|
+
"left": -32,
|
|
3969
|
+
"position": "absolute",
|
|
3970
|
+
"right": 0,
|
|
3971
|
+
"top": -10.666666666666666,
|
|
3972
|
+
"transform": [
|
|
3973
|
+
{
|
|
3974
|
+
"translateY": 0,
|
|
3975
|
+
},
|
|
3976
|
+
{
|
|
3977
|
+
"translateX": 48,
|
|
3978
|
+
},
|
|
3979
|
+
{
|
|
3980
|
+
"scale": 1,
|
|
3981
|
+
},
|
|
3982
|
+
],
|
|
3983
|
+
"zIndex": 1,
|
|
3984
|
+
}
|
|
3531
3985
|
}
|
|
3532
|
-
|
|
3986
|
+
themeVariant="text"
|
|
3533
3987
|
>
|
|
3534
3988
|
<Text
|
|
3535
3989
|
allowFontScaling={false}
|
|
@@ -3538,14 +3992,17 @@ exports[`rendering renders correctly when receives sections 1`] = `
|
|
|
3538
3992
|
{
|
|
3539
3993
|
"color": "#001f23",
|
|
3540
3994
|
"fontFamily": "BeVietnamPro-Regular",
|
|
3541
|
-
"fontSize":
|
|
3995
|
+
"fontSize": 16,
|
|
3542
3996
|
"letterSpacing": 0.48,
|
|
3543
|
-
"lineHeight":
|
|
3997
|
+
"lineHeight": 24,
|
|
3544
3998
|
},
|
|
3545
3999
|
[
|
|
3546
4000
|
{
|
|
4001
|
+
"alignContent": "center",
|
|
4002
|
+
"alignItems": "center",
|
|
3547
4003
|
"color": "#001f23",
|
|
3548
|
-
"
|
|
4004
|
+
"marginTop": -2,
|
|
4005
|
+
"textAlignVertical": "center",
|
|
3549
4006
|
},
|
|
3550
4007
|
{
|
|
3551
4008
|
"backgroundColor": "#ffffff",
|
|
@@ -3554,9 +4011,10 @@ exports[`rendering renders correctly when receives sections 1`] = `
|
|
|
3554
4011
|
]
|
|
3555
4012
|
}
|
|
3556
4013
|
testID="input-label"
|
|
3557
|
-
themeFontWeight="regular"
|
|
3558
4014
|
themeIntent="body"
|
|
3559
4015
|
themeState="filled"
|
|
4016
|
+
themeTypeface="neutral"
|
|
4017
|
+
themeVariant="regular"
|
|
3560
4018
|
>
|
|
3561
4019
|
Allow notifications
|
|
3562
4020
|
</Text>
|
|
@@ -3656,7 +4114,7 @@ exports[`rendering renders correctly when receives sections 1`] = `
|
|
|
3656
4114
|
</View>
|
|
3657
4115
|
</View>
|
|
3658
4116
|
</View>
|
|
3659
|
-
</View
|
|
4117
|
+
</View>
|
|
3660
4118
|
<Modal
|
|
3661
4119
|
hardwareAccelerated={false}
|
|
3662
4120
|
onRequestClose={[Function]}
|
|
@@ -3697,6 +4155,23 @@ exports[`rendering renders correctly when receives sections 1`] = `
|
|
|
3697
4155
|
}
|
|
3698
4156
|
>
|
|
3699
4157
|
<View
|
|
4158
|
+
accessibilityState={
|
|
4159
|
+
{
|
|
4160
|
+
"busy": undefined,
|
|
4161
|
+
"checked": undefined,
|
|
4162
|
+
"disabled": undefined,
|
|
4163
|
+
"expanded": undefined,
|
|
4164
|
+
"selected": undefined,
|
|
4165
|
+
}
|
|
4166
|
+
}
|
|
4167
|
+
accessibilityValue={
|
|
4168
|
+
{
|
|
4169
|
+
"max": undefined,
|
|
4170
|
+
"min": undefined,
|
|
4171
|
+
"now": undefined,
|
|
4172
|
+
"text": undefined,
|
|
4173
|
+
}
|
|
4174
|
+
}
|
|
3700
4175
|
accessible={true}
|
|
3701
4176
|
collapsable={false}
|
|
3702
4177
|
focusable={true}
|
|
@@ -3723,7 +4198,6 @@ exports[`rendering renders correctly when receives sections 1`] = `
|
|
|
3723
4198
|
/>
|
|
3724
4199
|
<RCTSafeAreaView
|
|
3725
4200
|
collapsable={false}
|
|
3726
|
-
emulateUnlessSupported={true}
|
|
3727
4201
|
style={
|
|
3728
4202
|
{
|
|
3729
4203
|
"backgroundColor": "#ffffff",
|
|
@@ -3810,6 +4284,23 @@ exports[`rendering renders correctly when receives sections 1`] = `
|
|
|
3810
4284
|
}
|
|
3811
4285
|
>
|
|
3812
4286
|
<View
|
|
4287
|
+
accessibilityState={
|
|
4288
|
+
{
|
|
4289
|
+
"busy": undefined,
|
|
4290
|
+
"checked": undefined,
|
|
4291
|
+
"disabled": undefined,
|
|
4292
|
+
"expanded": undefined,
|
|
4293
|
+
"selected": undefined,
|
|
4294
|
+
}
|
|
4295
|
+
}
|
|
4296
|
+
accessibilityValue={
|
|
4297
|
+
{
|
|
4298
|
+
"max": undefined,
|
|
4299
|
+
"min": undefined,
|
|
4300
|
+
"now": undefined,
|
|
4301
|
+
"text": undefined,
|
|
4302
|
+
}
|
|
4303
|
+
}
|
|
3813
4304
|
accessible={true}
|
|
3814
4305
|
collapsable={false}
|
|
3815
4306
|
focusable={true}
|
|
@@ -3904,6 +4395,7 @@ exports[`rendering renders correctly when receives sections 1`] = `
|
|
|
3904
4395
|
>
|
|
3905
4396
|
<View>
|
|
3906
4397
|
<View
|
|
4398
|
+
onFocusCapture={[Function]}
|
|
3907
4399
|
onLayout={[Function]}
|
|
3908
4400
|
style={null}
|
|
3909
4401
|
>
|
|
@@ -3973,6 +4465,7 @@ exports[`rendering renders correctly when receives sections 1`] = `
|
|
|
3973
4465
|
</View>
|
|
3974
4466
|
</View>
|
|
3975
4467
|
<View
|
|
4468
|
+
onFocusCapture={[Function]}
|
|
3976
4469
|
onLayout={[Function]}
|
|
3977
4470
|
style={null}
|
|
3978
4471
|
>
|
|
@@ -4026,6 +4519,14 @@ exports[`rendering renders correctly when receives sections 1`] = `
|
|
|
4026
4519
|
"disabled": false,
|
|
4027
4520
|
}
|
|
4028
4521
|
}
|
|
4522
|
+
accessibilityValue={
|
|
4523
|
+
{
|
|
4524
|
+
"max": undefined,
|
|
4525
|
+
"min": undefined,
|
|
4526
|
+
"now": undefined,
|
|
4527
|
+
"text": undefined,
|
|
4528
|
+
}
|
|
4529
|
+
}
|
|
4029
4530
|
accessible={true}
|
|
4030
4531
|
focusable={true}
|
|
4031
4532
|
onClick={[Function]}
|
|
@@ -4127,10 +4628,12 @@ exports[`rendering renders correctly when receives sections 1`] = `
|
|
|
4127
4628
|
</View>
|
|
4128
4629
|
</View>
|
|
4129
4630
|
<View
|
|
4631
|
+
onFocusCapture={[Function]}
|
|
4130
4632
|
onLayout={[Function]}
|
|
4131
4633
|
style={null}
|
|
4132
4634
|
/>
|
|
4133
4635
|
<View
|
|
4636
|
+
onFocusCapture={[Function]}
|
|
4134
4637
|
onLayout={[Function]}
|
|
4135
4638
|
style={null}
|
|
4136
4639
|
>
|
|
@@ -4200,6 +4703,7 @@ exports[`rendering renders correctly when receives sections 1`] = `
|
|
|
4200
4703
|
</View>
|
|
4201
4704
|
</View>
|
|
4202
4705
|
<View
|
|
4706
|
+
onFocusCapture={[Function]}
|
|
4203
4707
|
onLayout={[Function]}
|
|
4204
4708
|
style={null}
|
|
4205
4709
|
>
|
|
@@ -4253,6 +4757,14 @@ exports[`rendering renders correctly when receives sections 1`] = `
|
|
|
4253
4757
|
"disabled": false,
|
|
4254
4758
|
}
|
|
4255
4759
|
}
|
|
4760
|
+
accessibilityValue={
|
|
4761
|
+
{
|
|
4762
|
+
"max": undefined,
|
|
4763
|
+
"min": undefined,
|
|
4764
|
+
"now": undefined,
|
|
4765
|
+
"text": undefined,
|
|
4766
|
+
}
|
|
4767
|
+
}
|
|
4256
4768
|
accessible={true}
|
|
4257
4769
|
focusable={true}
|
|
4258
4770
|
onClick={[Function]}
|
|
@@ -4388,6 +4900,7 @@ exports[`rendering renders correctly when receives sections 1`] = `
|
|
|
4388
4900
|
</View>
|
|
4389
4901
|
</View>
|
|
4390
4902
|
<View
|
|
4903
|
+
onFocusCapture={[Function]}
|
|
4391
4904
|
onLayout={[Function]}
|
|
4392
4905
|
style={null}
|
|
4393
4906
|
>
|
|
@@ -4398,6 +4911,14 @@ exports[`rendering renders correctly when receives sections 1`] = `
|
|
|
4398
4911
|
"disabled": false,
|
|
4399
4912
|
}
|
|
4400
4913
|
}
|
|
4914
|
+
accessibilityValue={
|
|
4915
|
+
{
|
|
4916
|
+
"max": undefined,
|
|
4917
|
+
"min": undefined,
|
|
4918
|
+
"now": undefined,
|
|
4919
|
+
"text": undefined,
|
|
4920
|
+
}
|
|
4921
|
+
}
|
|
4401
4922
|
accessible={true}
|
|
4402
4923
|
focusable={true}
|
|
4403
4924
|
onClick={[Function]}
|
|
@@ -4527,6 +5048,7 @@ exports[`rendering renders correctly when receives sections 1`] = `
|
|
|
4527
5048
|
</View>
|
|
4528
5049
|
</View>
|
|
4529
5050
|
<View
|
|
5051
|
+
onFocusCapture={[Function]}
|
|
4530
5052
|
onLayout={[Function]}
|
|
4531
5053
|
style={null}
|
|
4532
5054
|
/>
|
|
@@ -4553,6 +5075,14 @@ exports[`rendering renders correctly when receives sections 1`] = `
|
|
|
4553
5075
|
"disabled": false,
|
|
4554
5076
|
}
|
|
4555
5077
|
}
|
|
5078
|
+
accessibilityValue={
|
|
5079
|
+
{
|
|
5080
|
+
"max": undefined,
|
|
5081
|
+
"min": undefined,
|
|
5082
|
+
"now": undefined,
|
|
5083
|
+
"text": undefined,
|
|
5084
|
+
}
|
|
5085
|
+
}
|
|
4556
5086
|
accessible={true}
|
|
4557
5087
|
focusable={true}
|
|
4558
5088
|
onClick={[Function]}
|
|
@@ -4570,6 +5100,7 @@ exports[`rendering renders correctly when receives sections 1`] = `
|
|
|
4570
5100
|
"borderRadius": 4,
|
|
4571
5101
|
"borderWidth": 0,
|
|
4572
5102
|
"flexDirection": "row",
|
|
5103
|
+
"height": 60,
|
|
4573
5104
|
"justifyContent": "center",
|
|
4574
5105
|
"padding": 12,
|
|
4575
5106
|
},
|
|
@@ -4615,16 +5146,59 @@ exports[`rendering renders correctly when receives sections 1`] = `
|
|
|
4615
5146
|
</RCTSafeAreaView>
|
|
4616
5147
|
</View>
|
|
4617
5148
|
</View>
|
|
4618
|
-
</Modal
|
|
4619
|
-
|
|
5149
|
+
</Modal>
|
|
5150
|
+
<View
|
|
5151
|
+
pointerEvents="box-none"
|
|
5152
|
+
position="bottom"
|
|
5153
|
+
style={
|
|
5154
|
+
[
|
|
5155
|
+
{
|
|
5156
|
+
"bottom": 0,
|
|
5157
|
+
"elevation": 9999,
|
|
5158
|
+
"flexDirection": "column-reverse",
|
|
5159
|
+
"left": 0,
|
|
5160
|
+
"paddingHorizontal": 24,
|
|
5161
|
+
"paddingVertical": 16,
|
|
5162
|
+
"position": "absolute",
|
|
5163
|
+
"right": 0,
|
|
5164
|
+
"top": 0,
|
|
5165
|
+
},
|
|
5166
|
+
undefined,
|
|
5167
|
+
]
|
|
5168
|
+
}
|
|
5169
|
+
/>
|
|
5170
|
+
</View>
|
|
4620
5171
|
`;
|
|
4621
5172
|
|
|
4622
5173
|
exports[`rendering renders correctly when receives sections 2`] = `
|
|
4623
|
-
|
|
5174
|
+
<View
|
|
5175
|
+
style={
|
|
5176
|
+
{
|
|
5177
|
+
"flex": 1,
|
|
5178
|
+
}
|
|
5179
|
+
}
|
|
5180
|
+
>
|
|
4624
5181
|
<View
|
|
4625
5182
|
pointerEvents="auto"
|
|
4626
5183
|
>
|
|
4627
5184
|
<View
|
|
5185
|
+
accessibilityState={
|
|
5186
|
+
{
|
|
5187
|
+
"busy": undefined,
|
|
5188
|
+
"checked": undefined,
|
|
5189
|
+
"disabled": undefined,
|
|
5190
|
+
"expanded": undefined,
|
|
5191
|
+
"selected": undefined,
|
|
5192
|
+
}
|
|
5193
|
+
}
|
|
5194
|
+
accessibilityValue={
|
|
5195
|
+
{
|
|
5196
|
+
"max": undefined,
|
|
5197
|
+
"min": undefined,
|
|
5198
|
+
"now": undefined,
|
|
5199
|
+
"text": undefined,
|
|
5200
|
+
}
|
|
5201
|
+
}
|
|
4628
5202
|
accessible={true}
|
|
4629
5203
|
collapsable={false}
|
|
4630
5204
|
focusable={true}
|
|
@@ -4657,6 +5231,7 @@ exports[`rendering renders correctly when receives sections 2`] = `
|
|
|
4657
5231
|
}
|
|
4658
5232
|
>
|
|
4659
5233
|
<View
|
|
5234
|
+
onLayout={[Function]}
|
|
4660
5235
|
style={
|
|
4661
5236
|
[
|
|
4662
5237
|
{
|
|
@@ -4696,24 +5271,34 @@ exports[`rendering renders correctly when receives sections 2`] = `
|
|
|
4696
5271
|
themeState="filled"
|
|
4697
5272
|
/>
|
|
4698
5273
|
<View
|
|
5274
|
+
onLayout={[Function]}
|
|
5275
|
+
/>
|
|
5276
|
+
<View
|
|
5277
|
+
collapsable={false}
|
|
4699
5278
|
pointerEvents="none"
|
|
4700
5279
|
style={
|
|
4701
|
-
|
|
4702
|
-
|
|
4703
|
-
|
|
4704
|
-
|
|
4705
|
-
|
|
4706
|
-
|
|
4707
|
-
|
|
4708
|
-
|
|
4709
|
-
|
|
4710
|
-
|
|
4711
|
-
|
|
4712
|
-
|
|
4713
|
-
|
|
4714
|
-
|
|
5280
|
+
{
|
|
5281
|
+
"alignItems": "center",
|
|
5282
|
+
"flexDirection": "row",
|
|
5283
|
+
"left": -32,
|
|
5284
|
+
"position": "absolute",
|
|
5285
|
+
"right": 0,
|
|
5286
|
+
"top": -10.666666666666666,
|
|
5287
|
+
"transform": [
|
|
5288
|
+
{
|
|
5289
|
+
"translateY": 0,
|
|
5290
|
+
},
|
|
5291
|
+
{
|
|
5292
|
+
"translateX": 48,
|
|
5293
|
+
},
|
|
5294
|
+
{
|
|
5295
|
+
"scale": 1,
|
|
5296
|
+
},
|
|
5297
|
+
],
|
|
5298
|
+
"zIndex": 1,
|
|
5299
|
+
}
|
|
4715
5300
|
}
|
|
4716
|
-
|
|
5301
|
+
themeVariant="text"
|
|
4717
5302
|
>
|
|
4718
5303
|
<Text
|
|
4719
5304
|
allowFontScaling={false}
|
|
@@ -4722,14 +5307,17 @@ exports[`rendering renders correctly when receives sections 2`] = `
|
|
|
4722
5307
|
{
|
|
4723
5308
|
"color": "#001f23",
|
|
4724
5309
|
"fontFamily": "BeVietnamPro-Regular",
|
|
4725
|
-
"fontSize":
|
|
5310
|
+
"fontSize": 16,
|
|
4726
5311
|
"letterSpacing": 0.48,
|
|
4727
|
-
"lineHeight":
|
|
5312
|
+
"lineHeight": 24,
|
|
4728
5313
|
},
|
|
4729
5314
|
[
|
|
4730
5315
|
{
|
|
5316
|
+
"alignContent": "center",
|
|
5317
|
+
"alignItems": "center",
|
|
4731
5318
|
"color": "#001f23",
|
|
4732
|
-
"
|
|
5319
|
+
"marginTop": -2,
|
|
5320
|
+
"textAlignVertical": "center",
|
|
4733
5321
|
},
|
|
4734
5322
|
{
|
|
4735
5323
|
"backgroundColor": "#ffffff",
|
|
@@ -4738,9 +5326,10 @@ exports[`rendering renders correctly when receives sections 2`] = `
|
|
|
4738
5326
|
]
|
|
4739
5327
|
}
|
|
4740
5328
|
testID="input-label"
|
|
4741
|
-
themeFontWeight="regular"
|
|
4742
5329
|
themeIntent="body"
|
|
4743
5330
|
themeState="filled"
|
|
5331
|
+
themeTypeface="neutral"
|
|
5332
|
+
themeVariant="regular"
|
|
4744
5333
|
>
|
|
4745
5334
|
Allow notifications
|
|
4746
5335
|
</Text>
|
|
@@ -4840,7 +5429,7 @@ exports[`rendering renders correctly when receives sections 2`] = `
|
|
|
4840
5429
|
</View>
|
|
4841
5430
|
</View>
|
|
4842
5431
|
</View>
|
|
4843
|
-
</View
|
|
5432
|
+
</View>
|
|
4844
5433
|
<Modal
|
|
4845
5434
|
hardwareAccelerated={false}
|
|
4846
5435
|
onRequestClose={[Function]}
|
|
@@ -4881,6 +5470,23 @@ exports[`rendering renders correctly when receives sections 2`] = `
|
|
|
4881
5470
|
}
|
|
4882
5471
|
>
|
|
4883
5472
|
<View
|
|
5473
|
+
accessibilityState={
|
|
5474
|
+
{
|
|
5475
|
+
"busy": undefined,
|
|
5476
|
+
"checked": undefined,
|
|
5477
|
+
"disabled": undefined,
|
|
5478
|
+
"expanded": undefined,
|
|
5479
|
+
"selected": undefined,
|
|
5480
|
+
}
|
|
5481
|
+
}
|
|
5482
|
+
accessibilityValue={
|
|
5483
|
+
{
|
|
5484
|
+
"max": undefined,
|
|
5485
|
+
"min": undefined,
|
|
5486
|
+
"now": undefined,
|
|
5487
|
+
"text": undefined,
|
|
5488
|
+
}
|
|
5489
|
+
}
|
|
4884
5490
|
accessible={true}
|
|
4885
5491
|
collapsable={false}
|
|
4886
5492
|
focusable={true}
|
|
@@ -4907,7 +5513,6 @@ exports[`rendering renders correctly when receives sections 2`] = `
|
|
|
4907
5513
|
/>
|
|
4908
5514
|
<RCTSafeAreaView
|
|
4909
5515
|
collapsable={false}
|
|
4910
|
-
emulateUnlessSupported={true}
|
|
4911
5516
|
style={
|
|
4912
5517
|
{
|
|
4913
5518
|
"backgroundColor": "#ffffff",
|
|
@@ -4994,6 +5599,23 @@ exports[`rendering renders correctly when receives sections 2`] = `
|
|
|
4994
5599
|
}
|
|
4995
5600
|
>
|
|
4996
5601
|
<View
|
|
5602
|
+
accessibilityState={
|
|
5603
|
+
{
|
|
5604
|
+
"busy": undefined,
|
|
5605
|
+
"checked": undefined,
|
|
5606
|
+
"disabled": undefined,
|
|
5607
|
+
"expanded": undefined,
|
|
5608
|
+
"selected": undefined,
|
|
5609
|
+
}
|
|
5610
|
+
}
|
|
5611
|
+
accessibilityValue={
|
|
5612
|
+
{
|
|
5613
|
+
"max": undefined,
|
|
5614
|
+
"min": undefined,
|
|
5615
|
+
"now": undefined,
|
|
5616
|
+
"text": undefined,
|
|
5617
|
+
}
|
|
5618
|
+
}
|
|
4997
5619
|
accessible={true}
|
|
4998
5620
|
collapsable={false}
|
|
4999
5621
|
focusable={true}
|
|
@@ -5088,6 +5710,7 @@ exports[`rendering renders correctly when receives sections 2`] = `
|
|
|
5088
5710
|
>
|
|
5089
5711
|
<View>
|
|
5090
5712
|
<View
|
|
5713
|
+
onFocusCapture={[Function]}
|
|
5091
5714
|
onLayout={[Function]}
|
|
5092
5715
|
style={null}
|
|
5093
5716
|
>
|
|
@@ -5157,6 +5780,7 @@ exports[`rendering renders correctly when receives sections 2`] = `
|
|
|
5157
5780
|
</View>
|
|
5158
5781
|
</View>
|
|
5159
5782
|
<View
|
|
5783
|
+
onFocusCapture={[Function]}
|
|
5160
5784
|
onLayout={[Function]}
|
|
5161
5785
|
style={null}
|
|
5162
5786
|
>
|
|
@@ -5210,6 +5834,14 @@ exports[`rendering renders correctly when receives sections 2`] = `
|
|
|
5210
5834
|
"disabled": false,
|
|
5211
5835
|
}
|
|
5212
5836
|
}
|
|
5837
|
+
accessibilityValue={
|
|
5838
|
+
{
|
|
5839
|
+
"max": undefined,
|
|
5840
|
+
"min": undefined,
|
|
5841
|
+
"now": undefined,
|
|
5842
|
+
"text": undefined,
|
|
5843
|
+
}
|
|
5844
|
+
}
|
|
5213
5845
|
accessible={true}
|
|
5214
5846
|
focusable={true}
|
|
5215
5847
|
onClick={[Function]}
|
|
@@ -5339,10 +5971,12 @@ exports[`rendering renders correctly when receives sections 2`] = `
|
|
|
5339
5971
|
</View>
|
|
5340
5972
|
</View>
|
|
5341
5973
|
<View
|
|
5974
|
+
onFocusCapture={[Function]}
|
|
5342
5975
|
onLayout={[Function]}
|
|
5343
5976
|
style={null}
|
|
5344
5977
|
/>
|
|
5345
5978
|
<View
|
|
5979
|
+
onFocusCapture={[Function]}
|
|
5346
5980
|
onLayout={[Function]}
|
|
5347
5981
|
style={null}
|
|
5348
5982
|
>
|
|
@@ -5412,6 +6046,7 @@ exports[`rendering renders correctly when receives sections 2`] = `
|
|
|
5412
6046
|
</View>
|
|
5413
6047
|
</View>
|
|
5414
6048
|
<View
|
|
6049
|
+
onFocusCapture={[Function]}
|
|
5415
6050
|
onLayout={[Function]}
|
|
5416
6051
|
style={null}
|
|
5417
6052
|
>
|
|
@@ -5465,6 +6100,14 @@ exports[`rendering renders correctly when receives sections 2`] = `
|
|
|
5465
6100
|
"disabled": false,
|
|
5466
6101
|
}
|
|
5467
6102
|
}
|
|
6103
|
+
accessibilityValue={
|
|
6104
|
+
{
|
|
6105
|
+
"max": undefined,
|
|
6106
|
+
"min": undefined,
|
|
6107
|
+
"now": undefined,
|
|
6108
|
+
"text": undefined,
|
|
6109
|
+
}
|
|
6110
|
+
}
|
|
5468
6111
|
accessible={true}
|
|
5469
6112
|
focusable={true}
|
|
5470
6113
|
onClick={[Function]}
|
|
@@ -5572,6 +6215,7 @@ exports[`rendering renders correctly when receives sections 2`] = `
|
|
|
5572
6215
|
</View>
|
|
5573
6216
|
</View>
|
|
5574
6217
|
<View
|
|
6218
|
+
onFocusCapture={[Function]}
|
|
5575
6219
|
onLayout={[Function]}
|
|
5576
6220
|
style={null}
|
|
5577
6221
|
>
|
|
@@ -5582,6 +6226,14 @@ exports[`rendering renders correctly when receives sections 2`] = `
|
|
|
5582
6226
|
"disabled": false,
|
|
5583
6227
|
}
|
|
5584
6228
|
}
|
|
6229
|
+
accessibilityValue={
|
|
6230
|
+
{
|
|
6231
|
+
"max": undefined,
|
|
6232
|
+
"min": undefined,
|
|
6233
|
+
"now": undefined,
|
|
6234
|
+
"text": undefined,
|
|
6235
|
+
}
|
|
6236
|
+
}
|
|
5585
6237
|
accessible={true}
|
|
5586
6238
|
focusable={true}
|
|
5587
6239
|
onClick={[Function]}
|
|
@@ -5683,6 +6335,7 @@ exports[`rendering renders correctly when receives sections 2`] = `
|
|
|
5683
6335
|
</View>
|
|
5684
6336
|
</View>
|
|
5685
6337
|
<View
|
|
6338
|
+
onFocusCapture={[Function]}
|
|
5686
6339
|
onLayout={[Function]}
|
|
5687
6340
|
style={null}
|
|
5688
6341
|
/>
|
|
@@ -5709,6 +6362,14 @@ exports[`rendering renders correctly when receives sections 2`] = `
|
|
|
5709
6362
|
"disabled": false,
|
|
5710
6363
|
}
|
|
5711
6364
|
}
|
|
6365
|
+
accessibilityValue={
|
|
6366
|
+
{
|
|
6367
|
+
"max": undefined,
|
|
6368
|
+
"min": undefined,
|
|
6369
|
+
"now": undefined,
|
|
6370
|
+
"text": undefined,
|
|
6371
|
+
}
|
|
6372
|
+
}
|
|
5712
6373
|
accessible={true}
|
|
5713
6374
|
focusable={true}
|
|
5714
6375
|
onClick={[Function]}
|
|
@@ -5726,6 +6387,7 @@ exports[`rendering renders correctly when receives sections 2`] = `
|
|
|
5726
6387
|
"borderRadius": 4,
|
|
5727
6388
|
"borderWidth": 0,
|
|
5728
6389
|
"flexDirection": "row",
|
|
6390
|
+
"height": 60,
|
|
5729
6391
|
"justifyContent": "center",
|
|
5730
6392
|
"padding": 12,
|
|
5731
6393
|
},
|
|
@@ -5771,6 +6433,26 @@ exports[`rendering renders correctly when receives sections 2`] = `
|
|
|
5771
6433
|
</RCTSafeAreaView>
|
|
5772
6434
|
</View>
|
|
5773
6435
|
</View>
|
|
5774
|
-
</Modal
|
|
5775
|
-
|
|
6436
|
+
</Modal>
|
|
6437
|
+
<View
|
|
6438
|
+
pointerEvents="box-none"
|
|
6439
|
+
position="bottom"
|
|
6440
|
+
style={
|
|
6441
|
+
[
|
|
6442
|
+
{
|
|
6443
|
+
"bottom": 0,
|
|
6444
|
+
"elevation": 9999,
|
|
6445
|
+
"flexDirection": "column-reverse",
|
|
6446
|
+
"left": 0,
|
|
6447
|
+
"paddingHorizontal": 24,
|
|
6448
|
+
"paddingVertical": 16,
|
|
6449
|
+
"position": "absolute",
|
|
6450
|
+
"right": 0,
|
|
6451
|
+
"top": 0,
|
|
6452
|
+
},
|
|
6453
|
+
undefined,
|
|
6454
|
+
]
|
|
6455
|
+
}
|
|
6456
|
+
/>
|
|
6457
|
+
</View>
|
|
5776
6458
|
`;
|