@hero-design/rn 8.1.0 → 8.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (72) hide show
  1. package/.turbo/turbo-build.log +9 -9
  2. package/es/index.js +6 -1
  3. package/jest.config.js +1 -1
  4. package/lib/index.js +6 -1
  5. package/package.json +10 -11
  6. package/src/components/Accordion/__tests__/__snapshots__/AccordionItem.spec.tsx.snap +0 -8
  7. package/src/components/Accordion/__tests__/__snapshots__/index.spec.tsx.snap +0 -12
  8. package/src/components/Alert/StyledAlert.tsx +4 -2
  9. package/src/components/Alert/__tests__/__snapshots__/index.spec.tsx.snap +120 -5
  10. package/src/components/Alert/__tests__/index.spec.tsx +14 -0
  11. package/src/components/Alert/index.tsx +13 -3
  12. package/src/components/Attachment/__tests__/__snapshots__/index.spec.tsx.snap +0 -2
  13. package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/StyledAvatarStack.spec.tsx.snap +5 -1
  14. package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/index.spec.tsx.snap +45 -9
  15. package/src/components/Avatar/__tests__/__snapshots__/StyledAvatar.spec.tsx.snap +0 -1
  16. package/src/components/Avatar/__tests__/__snapshots__/index.spec.tsx.snap +16 -2
  17. package/src/components/Badge/__tests__/__snapshots__/Badge.spec.tsx.snap +0 -6
  18. package/src/components/Badge/__tests__/__snapshots__/Status.spec.tsx.snap +0 -2
  19. package/src/components/BottomSheet/__tests__/__snapshots__/index.spec.tsx.snap +1 -278
  20. package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/index.spec.tsx.snap +0 -70
  21. package/src/components/Button/UtilityButton/__tests__/__snapshots__/index.spec.tsx.snap +0 -2
  22. package/src/components/Button/__tests__/__snapshots__/IconButton.spec.tsx.snap +0 -1
  23. package/src/components/Button/__tests__/__snapshots__/StyledButton.spec.tsx.snap +5 -10
  24. package/src/components/Calendar/__tests__/__snapshots__/CalendarRowItem.spec.tsx.snap +0 -5
  25. package/src/components/Checkbox/__tests__/__snapshots__/StyledCheckbox.spec.tsx.snap +0 -3
  26. package/src/components/Checkbox/__tests__/__snapshots__/index.spec.tsx.snap +30 -6
  27. package/src/components/Collapse/__tests__/__snapshots__/StyledCollapse.spec.tsx.snap +0 -1
  28. package/src/components/Collapse/__tests__/__snapshots__/index.spec.tsx.snap +0 -2
  29. package/src/components/ContentNavigator/__tests__/__snapshots__/index.spec.tsx.snap +20 -4
  30. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerAndroid.spec.tsx.snap +6 -0
  31. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +13 -4
  32. package/src/components/Drawer/DragableDrawer/__tests__/__snapshots__/index.spec.tsx.snap +0 -1
  33. package/src/components/Drawer/__tests__/__snapshots__/index.spec.tsx.snap +0 -6
  34. package/src/components/FAB/ActionGroup/__tests__/__snapshots__/index.spec.tsx.snap +0 -14
  35. package/src/components/FAB/__tests__/__snapshots__/AnimatedFABIcon.spec.tsx.snap +0 -2
  36. package/src/components/FAB/__tests__/__snapshots__/index.spec.tsx.snap +0 -1
  37. package/src/components/Icon/__tests__/__snapshots__/index.spec.tsx.snap +0 -1
  38. package/src/components/List/__tests__/__snapshots__/BasicListItem.spec.tsx.snap +10 -2
  39. package/src/components/List/__tests__/__snapshots__/ListItem.spec.tsx.snap +30 -7
  40. package/src/components/List/__tests__/__snapshots__/StyledBasicListItem.spec.tsx.snap +0 -4
  41. package/src/components/List/__tests__/__snapshots__/StyledListItem.spec.tsx.snap +0 -4
  42. package/src/components/Progress/__tests__/__snapshots__/index.spec.js.snap +0 -11
  43. package/src/components/Radio/__tests__/__snapshots__/Radio.spec.tsx.snap +10 -2
  44. package/src/components/Radio/__tests__/__snapshots__/RadioGroup.spec.tsx.snap +15 -3
  45. package/src/components/RichTextEditor/__tests__/__snapshots__/EditorToolbar.spec.tsx.snap +0 -7
  46. package/src/components/Select/MultiSelect/__tests__/__snapshots__/Option.spec.tsx.snap +5 -1
  47. package/src/components/Select/MultiSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +60 -19
  48. package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +533 -3057
  49. package/src/components/Select/MultiSelect/__tests__/index.spec.tsx +7 -2
  50. package/src/components/Select/SingleSelect/__tests__/__snapshots__/Option.spec.tsx.snap +5 -1
  51. package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +60 -19
  52. package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +485 -2745
  53. package/src/components/Select/SingleSelect/__tests__/index.spec.tsx +1 -1
  54. package/src/components/Spinner/__tests__/__snapshots__/AnimatedSpinner.spec.tsx.snap +0 -7
  55. package/src/components/Spinner/__tests__/__snapshots__/StyledSpinner.spec.tsx.snap +0 -28
  56. package/src/components/Spinner/__tests__/__snapshots__/index.spec.tsx.snap +0 -7
  57. package/src/components/Swipeable/__tests__/__snapshots__/SwipeableAction.spec.tsx.snap +0 -3
  58. package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/Option.spec.tsx.snap +0 -3
  59. package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/index.spec.tsx.snap +0 -1
  60. package/src/components/Switch/__tests__/__snapshots__/StyledSwitch.spec.tsx.snap +0 -1
  61. package/src/components/Switch/__tests__/__snapshots__/index.spec.tsx.snap +0 -2
  62. package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +0 -11
  63. package/src/components/Tabs/__tests__/__snapshots__/TabWithBadge.spec.tsx.snap +0 -2
  64. package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +0 -4
  65. package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +0 -1
  66. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerAndroid.spec.tsx.snap +11 -1
  67. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +18 -5
  68. package/src/components/Toast/__tests__/__snapshots__/Toast.spec.tsx.snap +0 -13
  69. package/src/components/Toolbar/__tests__/__snapshots__/ToolbarGroup.spec.tsx.snap +30 -6
  70. package/src/components/Toolbar/__tests__/__snapshots__/ToolbarItem.spec.tsx.snap +30 -6
  71. package/types/components/Alert/StyledAlert.d.ts +1 -0
  72. package/types/components/Alert/index.d.ts +5 -1
@@ -7,6 +7,7 @@ Array [
7
7
  >
8
8
  <View
9
9
  accessible={true}
10
+ collapsable={false}
10
11
  focusable={true}
11
12
  onClick={[Function]}
12
13
  onResponderGrant={[Function]}
@@ -269,6 +270,7 @@ Array [
269
270
  }
270
271
  />
271
272
  <RCTSafeAreaView
273
+ collapsable={false}
272
274
  emulateUnlessSupported={true}
273
275
  style={
274
276
  Object {
@@ -357,6 +359,7 @@ Array [
357
359
  >
358
360
  <View
359
361
  accessible={true}
362
+ collapsable={false}
360
363
  focusable={true}
361
364
  onClick={[Function]}
362
365
  onResponderGrant={[Function]}
@@ -592,7 +595,13 @@ Array [
592
595
  }
593
596
  />
594
597
  <View
598
+ accessibilityState={
599
+ Object {
600
+ "disabled": false,
601
+ }
602
+ }
595
603
  accessible={true}
604
+ collapsable={false}
596
605
  focusable={true}
597
606
  onClick={[Function]}
598
607
  onResponderGrant={[Function]}
@@ -731,7 +740,13 @@ Array [
731
740
  >
732
741
  <View>
733
742
  <View
743
+ accessibilityState={
744
+ Object {
745
+ "disabled": false,
746
+ }
747
+ }
734
748
  accessible={true}
749
+ collapsable={false}
735
750
  focusable={true}
736
751
  onClick={[Function]}
737
752
  onResponderGrant={[Function]}
@@ -986,7 +1001,13 @@ Array [
986
1001
  }
987
1002
  />
988
1003
  <View
1004
+ accessibilityState={
1005
+ Object {
1006
+ "disabled": false,
1007
+ }
1008
+ }
989
1009
  accessible={true}
1010
+ collapsable={false}
990
1011
  focusable={true}
991
1012
  onClick={[Function]}
992
1013
  onResponderGrant={[Function]}
@@ -1125,7 +1146,13 @@ Array [
1125
1146
  >
1126
1147
  <View>
1127
1148
  <View
1149
+ accessibilityState={
1150
+ Object {
1151
+ "disabled": false,
1152
+ }
1153
+ }
1128
1154
  accessible={true}
1155
+ collapsable={false}
1129
1156
  focusable={true}
1130
1157
  onClick={[Function]}
1131
1158
  onResponderGrant={[Function]}
@@ -1273,7 +1300,6 @@ Array [
1273
1300
  accessible={true}
1274
1301
  collapsable={false}
1275
1302
  focusable={true}
1276
- nativeID="animatedComponent"
1277
1303
  onClick={[Function]}
1278
1304
  onResponderGrant={[Function]}
1279
1305
  onResponderMove={[Function]}
@@ -1471,6 +1497,216 @@ Array [
1471
1497
  onRequestClose={[Function]}
1472
1498
  transparent={true}
1473
1499
  visible={false}
1500
+ />,
1501
+ ]
1502
+ `;
1503
+
1504
+ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
1505
+ Array [
1506
+ <View
1507
+ pointerEvents="auto"
1508
+ >
1509
+ <View
1510
+ accessible={true}
1511
+ collapsable={false}
1512
+ focusable={true}
1513
+ onClick={[Function]}
1514
+ onResponderGrant={[Function]}
1515
+ onResponderMove={[Function]}
1516
+ onResponderRelease={[Function]}
1517
+ onResponderTerminate={[Function]}
1518
+ onResponderTerminationRequest={[Function]}
1519
+ onStartShouldSetResponder={[Function]}
1520
+ style={
1521
+ Object {
1522
+ "opacity": 1,
1523
+ }
1524
+ }
1525
+ >
1526
+ <View
1527
+ pointerEvents="none"
1528
+ >
1529
+ <View
1530
+ pointerEvents="auto"
1531
+ style={
1532
+ Array [
1533
+ Object {
1534
+ "marginVertical": 8,
1535
+ "width": "100%",
1536
+ },
1537
+ undefined,
1538
+ ]
1539
+ }
1540
+ >
1541
+ <View
1542
+ style={
1543
+ Array [
1544
+ Object {
1545
+ "alignItems": "center",
1546
+ "flexDirection": "row",
1547
+ "padding": 16,
1548
+ },
1549
+ undefined,
1550
+ ]
1551
+ }
1552
+ >
1553
+ <View
1554
+ style={
1555
+ Array [
1556
+ Object {
1557
+ "borderColor": "#001f23",
1558
+ "borderRadius": 8,
1559
+ "borderWidth": 1,
1560
+ "bottom": 0,
1561
+ "left": 0,
1562
+ "position": "absolute",
1563
+ "right": 0,
1564
+ "top": 0,
1565
+ },
1566
+ undefined,
1567
+ ]
1568
+ }
1569
+ themeFocused={false}
1570
+ themeVariant="filled"
1571
+ />
1572
+ <View
1573
+ pointerEvents="none"
1574
+ style={
1575
+ Array [
1576
+ Object {
1577
+ "backgroundColor": "#ffffff",
1578
+ "flexDirection": "row",
1579
+ "left": 16,
1580
+ "paddingHorizontal": 4,
1581
+ "position": "absolute",
1582
+ "top": -10,
1583
+ "zIndex": 1,
1584
+ },
1585
+ undefined,
1586
+ ]
1587
+ }
1588
+ >
1589
+ <Text
1590
+ style={
1591
+ Array [
1592
+ Object {
1593
+ "color": "#001f23",
1594
+ "fontFamily": "BeVietnamPro-Regular",
1595
+ "fontSize": 12,
1596
+ "letterSpacing": 0.36,
1597
+ "lineHeight": 20,
1598
+ },
1599
+ Array [
1600
+ Object {
1601
+ "color": "#001f23",
1602
+ },
1603
+ undefined,
1604
+ ],
1605
+ ]
1606
+ }
1607
+ testID="input-label"
1608
+ themeFontSize="small"
1609
+ themeFontWeight="regular"
1610
+ themeIntent="body"
1611
+ themeTypeface="neutral"
1612
+ themeVariant="filled"
1613
+ >
1614
+ Allow notifications
1615
+ </Text>
1616
+ </View>
1617
+ <View
1618
+ style={
1619
+ Array [
1620
+ Object {
1621
+ "alignItems": "center",
1622
+ "alignSelf": "stretch",
1623
+ "flexDirection": "row",
1624
+ "flexGrow": 2,
1625
+ "flexShrink": 1,
1626
+ },
1627
+ undefined,
1628
+ ]
1629
+ }
1630
+ >
1631
+ <TextInput
1632
+ accessibilityState={
1633
+ Object {
1634
+ "disabled": false,
1635
+ }
1636
+ }
1637
+ editable={true}
1638
+ multiline={true}
1639
+ onBlur={[Function]}
1640
+ onChangeText={[Function]}
1641
+ onFocus={[Function]}
1642
+ placeholder=" "
1643
+ pointerEvents="none"
1644
+ style={
1645
+ Array [
1646
+ Object {
1647
+ "alignSelf": "stretch",
1648
+ "flexGrow": 2,
1649
+ "fontSize": 14,
1650
+ "marginHorizontal": 8,
1651
+ "paddingVertical": 0,
1652
+ "textAlignVertical": "center",
1653
+ },
1654
+ Object {
1655
+ "color": "#001f23",
1656
+ },
1657
+ ]
1658
+ }
1659
+ testID="text-input"
1660
+ value="Monday"
1661
+ />
1662
+ </View>
1663
+ <HeroIcon
1664
+ name="arrow-down"
1665
+ style={
1666
+ Array [
1667
+ Object {
1668
+ "color": "#001f23",
1669
+ "fontSize": 16,
1670
+ },
1671
+ undefined,
1672
+ ]
1673
+ }
1674
+ testID="input-suffix"
1675
+ themeIntent="text"
1676
+ themeSize="xsmall"
1677
+ />
1678
+ </View>
1679
+ <View
1680
+ style={
1681
+ Array [
1682
+ Object {
1683
+ "paddingLeft": 16,
1684
+ },
1685
+ undefined,
1686
+ ]
1687
+ }
1688
+ >
1689
+ <View
1690
+ style={
1691
+ Array [
1692
+ Object {
1693
+ "flexDirection": "row",
1694
+ "justifyContent": "space-between",
1695
+ },
1696
+ undefined,
1697
+ ]
1698
+ }
1699
+ />
1700
+ </View>
1701
+ </View>
1702
+ </View>
1703
+ </View>
1704
+ </View>,
1705
+ <Modal
1706
+ hardwareAccelerated={false}
1707
+ onRequestClose={[Function]}
1708
+ transparent={true}
1709
+ visible={true}
1474
1710
  >
1475
1711
  <View
1476
1712
  pointerEvents="box-none"
@@ -1509,7 +1745,6 @@ Array [
1509
1745
  accessible={true}
1510
1746
  collapsable={false}
1511
1747
  focusable={true}
1512
- nativeID="animatedComponent"
1513
1748
  onBlur={[Function]}
1514
1749
  onClick={[Function]}
1515
1750
  onFocus={[Function]}
@@ -1534,7 +1769,6 @@ Array [
1534
1769
  <RCTSafeAreaView
1535
1770
  collapsable={false}
1536
1771
  emulateUnlessSupported={true}
1537
- nativeID="animatedComponent"
1538
1772
  style={
1539
1773
  Object {
1540
1774
  "backgroundColor": "#ffffff",
@@ -1624,7 +1858,6 @@ Array [
1624
1858
  accessible={true}
1625
1859
  collapsable={false}
1626
1860
  focusable={true}
1627
- nativeID="animatedComponent"
1628
1861
  onClick={[Function]}
1629
1862
  onResponderGrant={[Function]}
1630
1863
  onResponderMove={[Function]}
@@ -1800,10 +2033,14 @@ Array [
1800
2033
  }
1801
2034
  />
1802
2035
  <View
2036
+ accessibilityState={
2037
+ Object {
2038
+ "disabled": false,
2039
+ }
2040
+ }
1803
2041
  accessible={true}
1804
2042
  collapsable={false}
1805
2043
  focusable={true}
1806
- nativeID="animatedComponent"
1807
2044
  onClick={[Function]}
1808
2045
  onResponderGrant={[Function]}
1809
2046
  onResponderMove={[Function]}
@@ -1921,10 +2158,14 @@ Array [
1921
2158
  >
1922
2159
  <View>
1923
2160
  <View
2161
+ accessibilityState={
2162
+ Object {
2163
+ "disabled": false,
2164
+ }
2165
+ }
1924
2166
  accessible={true}
1925
2167
  collapsable={false}
1926
2168
  focusable={true}
1927
- nativeID="animatedComponent"
1928
2169
  onClick={[Function]}
1929
2170
  onResponderGrant={[Function]}
1930
2171
  onResponderMove={[Function]}
@@ -2042,10 +2283,14 @@ Array [
2042
2283
  >
2043
2284
  <View>
2044
2285
  <View
2286
+ accessibilityState={
2287
+ Object {
2288
+ "disabled": false,
2289
+ }
2290
+ }
2045
2291
  accessible={true}
2046
2292
  collapsable={false}
2047
2293
  focusable={true}
2048
- nativeID="animatedComponent"
2049
2294
  onClick={[Function]}
2050
2295
  onResponderGrant={[Function]}
2051
2296
  onResponderMove={[Function]}
@@ -2163,10 +2408,14 @@ Array [
2163
2408
  >
2164
2409
  <View>
2165
2410
  <View
2411
+ accessibilityState={
2412
+ Object {
2413
+ "disabled": false,
2414
+ }
2415
+ }
2166
2416
  accessible={true}
2167
2417
  collapsable={false}
2168
2418
  focusable={true}
2169
- nativeID="animatedComponent"
2170
2419
  onClick={[Function]}
2171
2420
  onResponderGrant={[Function]}
2172
2421
  onResponderMove={[Function]}
@@ -2284,10 +2533,14 @@ Array [
2284
2533
  >
2285
2534
  <View>
2286
2535
  <View
2536
+ accessibilityState={
2537
+ Object {
2538
+ "disabled": false,
2539
+ }
2540
+ }
2287
2541
  accessible={true}
2288
2542
  collapsable={false}
2289
2543
  focusable={true}
2290
- nativeID="animatedComponent"
2291
2544
  onClick={[Function]}
2292
2545
  onResponderGrant={[Function]}
2293
2546
  onResponderMove={[Function]}
@@ -2405,10 +2658,14 @@ Array [
2405
2658
  >
2406
2659
  <View>
2407
2660
  <View
2661
+ accessibilityState={
2662
+ Object {
2663
+ "disabled": false,
2664
+ }
2665
+ }
2408
2666
  accessible={true}
2409
2667
  collapsable={false}
2410
2668
  focusable={true}
2411
- nativeID="animatedComponent"
2412
2669
  onClick={[Function]}
2413
2670
  onResponderGrant={[Function]}
2414
2671
  onResponderMove={[Function]}
@@ -2527,10 +2784,14 @@ Array [
2527
2784
  >
2528
2785
  <View>
2529
2786
  <View
2787
+ accessibilityState={
2788
+ Object {
2789
+ "disabled": true,
2790
+ }
2791
+ }
2530
2792
  accessible={true}
2531
2793
  collapsable={false}
2532
2794
  focusable={true}
2533
- nativeID="animatedComponent"
2534
2795
  onClick={[Function]}
2535
2796
  onResponderGrant={[Function]}
2536
2797
  onResponderMove={[Function]}
@@ -2650,13 +2911,14 @@ Array [
2650
2911
  ]
2651
2912
  `;
2652
2913
 
2653
- exports[`rendering renders correctly when bottom sheet is visible 1`] = `
2914
+ exports[`rendering renders correctly when input is loading 1`] = `
2654
2915
  Array [
2655
2916
  <View
2656
- pointerEvents="auto"
2917
+ pointerEvents="none"
2657
2918
  >
2658
2919
  <View
2659
2920
  accessible={true}
2921
+ collapsable={false}
2660
2922
  focusable={true}
2661
2923
  onClick={[Function]}
2662
2924
  onResponderGrant={[Function]}
@@ -2675,2743 +2937,200 @@ Array [
2675
2937
  pointerEvents="none"
2676
2938
  >
2677
2939
  <View
2678
- pointerEvents="auto"
2679
- style={
2680
- Array [
2681
- Object {
2682
- "marginVertical": 8,
2683
- "width": "100%",
2684
- },
2685
- undefined,
2686
- ]
2687
- }
2688
- >
2689
- <View
2690
- style={
2691
- Array [
2692
- Object {
2693
- "alignItems": "center",
2694
- "flexDirection": "row",
2695
- "padding": 16,
2696
- },
2697
- undefined,
2698
- ]
2699
- }
2700
- >
2701
- <View
2702
- style={
2703
- Array [
2704
- Object {
2705
- "borderColor": "#001f23",
2706
- "borderRadius": 8,
2707
- "borderWidth": 1,
2708
- "bottom": 0,
2709
- "left": 0,
2710
- "position": "absolute",
2711
- "right": 0,
2712
- "top": 0,
2713
- },
2714
- undefined,
2715
- ]
2716
- }
2717
- themeFocused={false}
2718
- themeVariant="filled"
2719
- />
2720
- <View
2721
- pointerEvents="none"
2722
- style={
2723
- Array [
2724
- Object {
2725
- "backgroundColor": "#ffffff",
2726
- "flexDirection": "row",
2727
- "left": 16,
2728
- "paddingHorizontal": 4,
2729
- "position": "absolute",
2730
- "top": -10,
2731
- "zIndex": 1,
2732
- },
2733
- undefined,
2734
- ]
2735
- }
2736
- >
2737
- <Text
2738
- style={
2739
- Array [
2740
- Object {
2741
- "color": "#001f23",
2742
- "fontFamily": "BeVietnamPro-Regular",
2743
- "fontSize": 12,
2744
- "letterSpacing": 0.36,
2745
- "lineHeight": 20,
2746
- },
2747
- Array [
2748
- Object {
2749
- "color": "#001f23",
2750
- },
2751
- undefined,
2752
- ],
2753
- ]
2754
- }
2755
- testID="input-label"
2756
- themeFontSize="small"
2757
- themeFontWeight="regular"
2758
- themeIntent="body"
2759
- themeTypeface="neutral"
2760
- themeVariant="filled"
2761
- >
2762
- Allow notifications
2763
- </Text>
2764
- </View>
2765
- <View
2766
- style={
2767
- Array [
2768
- Object {
2769
- "alignItems": "center",
2770
- "alignSelf": "stretch",
2771
- "flexDirection": "row",
2772
- "flexGrow": 2,
2773
- "flexShrink": 1,
2774
- },
2775
- undefined,
2776
- ]
2777
- }
2778
- >
2779
- <TextInput
2780
- accessibilityState={
2781
- Object {
2782
- "disabled": false,
2783
- }
2784
- }
2785
- editable={true}
2786
- multiline={true}
2787
- onBlur={[Function]}
2788
- onChangeText={[Function]}
2789
- onFocus={[Function]}
2790
- placeholder=" "
2791
- pointerEvents="none"
2792
- style={
2793
- Array [
2794
- Object {
2795
- "alignSelf": "stretch",
2796
- "flexGrow": 2,
2797
- "fontSize": 14,
2798
- "marginHorizontal": 8,
2799
- "paddingVertical": 0,
2800
- "textAlignVertical": "center",
2801
- },
2802
- Object {
2803
- "color": "#001f23",
2804
- },
2805
- ]
2806
- }
2807
- testID="text-input"
2808
- value="Monday"
2809
- />
2810
- </View>
2811
- <HeroIcon
2812
- name="arrow-down"
2813
- style={
2814
- Array [
2815
- Object {
2816
- "color": "#001f23",
2817
- "fontSize": 16,
2818
- },
2819
- undefined,
2820
- ]
2821
- }
2822
- testID="input-suffix"
2823
- themeIntent="text"
2824
- themeSize="xsmall"
2825
- />
2826
- </View>
2827
- <View
2828
- style={
2829
- Array [
2830
- Object {
2831
- "paddingLeft": 16,
2832
- },
2833
- undefined,
2834
- ]
2835
- }
2836
- >
2837
- <View
2838
- style={
2839
- Array [
2840
- Object {
2841
- "flexDirection": "row",
2842
- "justifyContent": "space-between",
2843
- },
2844
- undefined,
2845
- ]
2846
- }
2847
- />
2848
- </View>
2849
- </View>
2850
- </View>
2851
- </View>
2852
- </View>,
2853
- <Modal
2854
- hardwareAccelerated={false}
2855
- onRequestClose={[Function]}
2856
- transparent={true}
2857
- visible={true}
2858
- >
2859
- <View
2860
- pointerEvents="box-none"
2861
- style={
2862
- Array [
2863
- Object {
2864
- "bottom": 0,
2865
- "flexDirection": "column-reverse",
2866
- "left": 0,
2867
- "position": "absolute",
2868
- "right": 0,
2869
- "top": 0,
2870
- },
2871
- undefined,
2872
- ]
2873
- }
2874
- >
2875
- <View
2876
- onLayout={[Function]}
2877
- style={
2878
- Array [
2879
- Array [
2880
- Object {
2881
- "flex": 1,
2882
- "flexDirection": "column-reverse",
2883
- },
2884
- undefined,
2885
- ],
2886
- Object {
2887
- "paddingBottom": 0,
2888
- },
2889
- ]
2890
- }
2891
- >
2892
- <View
2893
- accessible={true}
2894
- collapsable={false}
2895
- focusable={true}
2896
- onBlur={[Function]}
2897
- onClick={[Function]}
2898
- onFocus={[Function]}
2899
- onResponderGrant={[Function]}
2900
- onResponderMove={[Function]}
2901
- onResponderRelease={[Function]}
2902
- onResponderTerminate={[Function]}
2903
- onResponderTerminationRequest={[Function]}
2904
- onStartShouldSetResponder={[Function]}
2905
- style={
2906
- Object {
2907
- "backgroundColor": "#000000",
2908
- "bottom": 0,
2909
- "left": 0,
2910
- "opacity": 0.48,
2911
- "position": "absolute",
2912
- "right": 0,
2913
- "top": 0,
2914
- }
2915
- }
2916
- />
2917
- <RCTSafeAreaView
2918
- emulateUnlessSupported={true}
2919
- style={
2920
- Object {
2921
- "backgroundColor": "#ffffff",
2922
- "borderTopLeftRadius": 16,
2923
- "borderTopRightRadius": 16,
2924
- "elevation": 10,
2925
- "maxHeight": "94%",
2926
- "paddingBottom": 0,
2927
- "shadowColor": "#001f23",
2928
- "shadowOffset": Object {
2929
- "height": 3,
2930
- "width": 0,
2931
- },
2932
- "shadowOpacity": 0.4,
2933
- "shadowRadius": 16,
2934
- "transform": Array [
2935
- Object {
2936
- "scaleY": 1,
2937
- },
2938
- Object {
2939
- "translateY": 0,
2940
- },
2941
- ],
2942
- "width": "100%",
2943
- }
2944
- }
2945
- >
2946
- <View
2947
- style={
2948
- Array [
2949
- Object {
2950
- "flexDirection": "row",
2951
- "paddingHorizontal": 16,
2952
- "paddingVertical": 8,
2953
- },
2954
- undefined,
2955
- ]
2956
- }
2957
- >
2958
- <View
2959
- style={
2960
- Array [
2961
- Object {
2962
- "flex": 1,
2963
- "justifyContent": "center",
2964
- },
2965
- undefined,
2966
- ]
2967
- }
2968
- >
2969
- <Text
2970
- style={
2971
- Array [
2972
- Object {
2973
- "color": "#001f23",
2974
- "fontFamily": "BeVietnamPro-SemiBold",
2975
- "fontSize": 16,
2976
- "letterSpacing": 0.48,
2977
- "lineHeight": 24,
2978
- },
2979
- undefined,
2980
- ]
2981
- }
2982
- themeFontSize="large"
2983
- themeFontWeight="semi-bold"
2984
- themeIntent="body"
2985
- themeTypeface="neutral"
2986
- >
2987
- Allow notifications
2988
- </Text>
2989
- </View>
2990
- <View
2991
- style={
2992
- Array [
2993
- Object {
2994
- "alignItems": "center",
2995
- "height": 48,
2996
- "justifyContent": "center",
2997
- "marginLeft": 12,
2998
- "width": 48,
2999
- },
3000
- undefined,
3001
- ]
3002
- }
3003
- >
3004
- <View
3005
- accessible={true}
3006
- focusable={true}
3007
- onClick={[Function]}
3008
- onResponderGrant={[Function]}
3009
- onResponderMove={[Function]}
3010
- onResponderRelease={[Function]}
3011
- onResponderTerminate={[Function]}
3012
- onResponderTerminationRequest={[Function]}
3013
- onStartShouldSetResponder={[Function]}
3014
- style={
3015
- Object {
3016
- "opacity": 1,
3017
- }
3018
- }
3019
- testID="bottom-sheet-close-icon"
3020
- >
3021
- <HeroIcon
3022
- name="cancel"
3023
- style={
3024
- Array [
3025
- Object {
3026
- "color": "#001f23",
3027
- "fontSize": 16,
3028
- },
3029
- undefined,
3030
- ]
3031
- }
3032
- themeIntent="text"
3033
- themeSize="xsmall"
3034
- />
3035
- </View>
3036
- </View>
3037
- </View>
3038
- <View
3039
- style={
3040
- Array [
3041
- Object {
3042
- "borderBottomColor": "#e8e9ea",
3043
- "borderBottomWidth": 1,
3044
- "maxWidth": "100%",
3045
- },
3046
- undefined,
3047
- ]
3048
- }
3049
- />
3050
- <RCTScrollView
3051
- ListFooterComponent={null}
3052
- data={
3053
- Array [
3054
- Object {
3055
- "category": "",
3056
- "data": Array [
3057
- Object {
3058
- "text": "Monday",
3059
- "value": "mon",
3060
- },
3061
- Object {
3062
- "text": "Tuesday",
3063
- "value": "tue",
3064
- },
3065
- Object {
3066
- "text": "Wednesday",
3067
- "value": "wed",
3068
- },
3069
- Object {
3070
- "text": "Thursday",
3071
- "value": "thu",
3072
- },
3073
- Object {
3074
- "text": "Friday",
3075
- "value": "fri",
3076
- },
3077
- Object {
3078
- "text": "Saturday",
3079
- "value": "sat",
3080
- },
3081
- Object {
3082
- "disabled": true,
3083
- "text": "Sunday",
3084
- "value": "sun",
3085
- },
3086
- ],
3087
- },
3088
- ]
3089
- }
3090
- getItem={[Function]}
3091
- getItemCount={[Function]}
3092
- keyExtractor={[Function]}
3093
- onContentSizeChange={[Function]}
3094
- onEndReached={[Function]}
3095
- onEndReachedThreshold={0.1}
3096
- onLayout={[Function]}
3097
- onMomentumScrollBegin={[Function]}
3098
- onMomentumScrollEnd={[Function]}
3099
- onScroll={[Function]}
3100
- onScrollBeginDrag={[Function]}
3101
- onScrollEndDrag={[Function]}
3102
- renderItem={[Function]}
3103
- scrollEventThrottle={50}
3104
- stickyHeaderIndices={
3105
- Array [
3106
- 0,
3107
- ]
3108
- }
3109
- style={
3110
- Array [
3111
- Object {
3112
- "paddingHorizontal": 12,
3113
- },
3114
- Object {},
3115
- ]
3116
- }
3117
- >
3118
- <View>
3119
- <View
3120
- onLayout={[Function]}
3121
- style={null}
3122
- />
3123
- <View
3124
- onLayout={[Function]}
3125
- style={null}
3126
- >
3127
- <View>
3128
- <View
3129
- highlighted={false}
3130
- section={
3131
- Object {
3132
- "category": "",
3133
- "data": Array [
3134
- Object {
3135
- "text": "Monday",
3136
- "value": "mon",
3137
- },
3138
- Object {
3139
- "text": "Tuesday",
3140
- "value": "tue",
3141
- },
3142
- Object {
3143
- "text": "Wednesday",
3144
- "value": "wed",
3145
- },
3146
- Object {
3147
- "text": "Thursday",
3148
- "value": "thu",
3149
- },
3150
- Object {
3151
- "text": "Friday",
3152
- "value": "fri",
3153
- },
3154
- Object {
3155
- "text": "Saturday",
3156
- "value": "sat",
3157
- },
3158
- Object {
3159
- "disabled": true,
3160
- "text": "Sunday",
3161
- "value": "sun",
3162
- },
3163
- ],
3164
- }
3165
- }
3166
- style={
3167
- Array [
3168
- Object {
3169
- "marginTop": 12,
3170
- },
3171
- undefined,
3172
- ]
3173
- }
3174
- trailingItem={
3175
- Object {
3176
- "text": "Monday",
3177
- "value": "mon",
3178
- }
3179
- }
3180
- />
3181
- <View
3182
- accessible={true}
3183
- focusable={true}
3184
- onClick={[Function]}
3185
- onResponderGrant={[Function]}
3186
- onResponderMove={[Function]}
3187
- onResponderRelease={[Function]}
3188
- onResponderTerminate={[Function]}
3189
- onResponderTerminationRequest={[Function]}
3190
- onStartShouldSetResponder={[Function]}
3191
- style={
3192
- Object {
3193
- "alignItems": "center",
3194
- "backgroundColor": "#ece8ef",
3195
- "borderRadius": 4,
3196
- "flexDirection": "row",
3197
- "opacity": 1,
3198
- "padding": 16,
3199
- }
3200
- }
3201
- >
3202
- <View
3203
- style={
3204
- Array [
3205
- Object {
3206
- "flex": 1,
3207
- },
3208
- undefined,
3209
- ]
3210
- }
3211
- >
3212
- <Text
3213
- style={
3214
- Array [
3215
- Object {
3216
- "color": "#001f23",
3217
- "fontFamily": "BeVietnamPro-Regular",
3218
- "fontSize": 16,
3219
- "letterSpacing": 0.48,
3220
- "lineHeight": 24,
3221
- },
3222
- undefined,
3223
- ]
3224
- }
3225
- themeFontSize="large"
3226
- themeFontWeight="regular"
3227
- themeIntent="body"
3228
- themeTypeface="neutral"
3229
- >
3230
- Monday
3231
- </Text>
3232
- </View>
3233
- </View>
3234
- <View
3235
- highlighted={false}
3236
- leadingItem={
3237
- Object {
3238
- "text": "Monday",
3239
- "value": "mon",
3240
- }
3241
- }
3242
- section={
3243
- Object {
3244
- "category": "",
3245
- "data": Array [
3246
- Object {
3247
- "text": "Monday",
3248
- "value": "mon",
3249
- },
3250
- Object {
3251
- "text": "Tuesday",
3252
- "value": "tue",
3253
- },
3254
- Object {
3255
- "text": "Wednesday",
3256
- "value": "wed",
3257
- },
3258
- Object {
3259
- "text": "Thursday",
3260
- "value": "thu",
3261
- },
3262
- Object {
3263
- "text": "Friday",
3264
- "value": "fri",
3265
- },
3266
- Object {
3267
- "text": "Saturday",
3268
- "value": "sat",
3269
- },
3270
- Object {
3271
- "disabled": true,
3272
- "text": "Sunday",
3273
- "value": "sun",
3274
- },
3275
- ],
3276
- }
3277
- }
3278
- style={
3279
- Array [
3280
- Object {
3281
- "marginTop": 4,
3282
- },
3283
- undefined,
3284
- ]
3285
- }
3286
- trailingItem={
3287
- Object {
3288
- "text": "Tuesday",
3289
- "value": "tue",
3290
- }
3291
- }
3292
- />
3293
- </View>
3294
- </View>
3295
- <View
3296
- onLayout={[Function]}
3297
- style={null}
3298
- >
3299
- <View>
3300
- <View
3301
- accessible={true}
3302
- focusable={true}
3303
- onClick={[Function]}
3304
- onResponderGrant={[Function]}
3305
- onResponderMove={[Function]}
3306
- onResponderRelease={[Function]}
3307
- onResponderTerminate={[Function]}
3308
- onResponderTerminationRequest={[Function]}
3309
- onStartShouldSetResponder={[Function]}
3310
- style={
3311
- Object {
3312
- "alignItems": "center",
3313
- "backgroundColor": "#ffffff",
3314
- "borderRadius": 4,
3315
- "flexDirection": "row",
3316
- "opacity": 1,
3317
- "padding": 16,
3318
- }
3319
- }
3320
- >
3321
- <View
3322
- style={
3323
- Array [
3324
- Object {
3325
- "flex": 1,
3326
- },
3327
- undefined,
3328
- ]
3329
- }
3330
- >
3331
- <Text
3332
- style={
3333
- Array [
3334
- Object {
3335
- "color": "#001f23",
3336
- "fontFamily": "BeVietnamPro-Regular",
3337
- "fontSize": 16,
3338
- "letterSpacing": 0.48,
3339
- "lineHeight": 24,
3340
- },
3341
- undefined,
3342
- ]
3343
- }
3344
- themeFontSize="large"
3345
- themeFontWeight="regular"
3346
- themeIntent="body"
3347
- themeTypeface="neutral"
3348
- >
3349
- Tuesday
3350
- </Text>
3351
- </View>
3352
- </View>
3353
- <View
3354
- highlighted={false}
3355
- leadingItem={
3356
- Object {
3357
- "text": "Tuesday",
3358
- "value": "tue",
3359
- }
3360
- }
3361
- section={
3362
- Object {
3363
- "category": "",
3364
- "data": Array [
3365
- Object {
3366
- "text": "Monday",
3367
- "value": "mon",
3368
- },
3369
- Object {
3370
- "text": "Tuesday",
3371
- "value": "tue",
3372
- },
3373
- Object {
3374
- "text": "Wednesday",
3375
- "value": "wed",
3376
- },
3377
- Object {
3378
- "text": "Thursday",
3379
- "value": "thu",
3380
- },
3381
- Object {
3382
- "text": "Friday",
3383
- "value": "fri",
3384
- },
3385
- Object {
3386
- "text": "Saturday",
3387
- "value": "sat",
3388
- },
3389
- Object {
3390
- "disabled": true,
3391
- "text": "Sunday",
3392
- "value": "sun",
3393
- },
3394
- ],
3395
- }
3396
- }
3397
- style={
3398
- Array [
3399
- Object {
3400
- "marginTop": 4,
3401
- },
3402
- undefined,
3403
- ]
3404
- }
3405
- trailingItem={
3406
- Object {
3407
- "text": "Wednesday",
3408
- "value": "wed",
3409
- }
3410
- }
3411
- />
3412
- </View>
3413
- </View>
3414
- <View
3415
- onLayout={[Function]}
3416
- style={null}
3417
- >
3418
- <View>
3419
- <View
3420
- accessible={true}
3421
- focusable={true}
3422
- onClick={[Function]}
3423
- onResponderGrant={[Function]}
3424
- onResponderMove={[Function]}
3425
- onResponderRelease={[Function]}
3426
- onResponderTerminate={[Function]}
3427
- onResponderTerminationRequest={[Function]}
3428
- onStartShouldSetResponder={[Function]}
3429
- style={
3430
- Object {
3431
- "alignItems": "center",
3432
- "backgroundColor": "#ffffff",
3433
- "borderRadius": 4,
3434
- "flexDirection": "row",
3435
- "opacity": 1,
3436
- "padding": 16,
3437
- }
3438
- }
3439
- >
3440
- <View
3441
- style={
3442
- Array [
3443
- Object {
3444
- "flex": 1,
3445
- },
3446
- undefined,
3447
- ]
3448
- }
3449
- >
3450
- <Text
3451
- style={
3452
- Array [
3453
- Object {
3454
- "color": "#001f23",
3455
- "fontFamily": "BeVietnamPro-Regular",
3456
- "fontSize": 16,
3457
- "letterSpacing": 0.48,
3458
- "lineHeight": 24,
3459
- },
3460
- undefined,
3461
- ]
3462
- }
3463
- themeFontSize="large"
3464
- themeFontWeight="regular"
3465
- themeIntent="body"
3466
- themeTypeface="neutral"
3467
- >
3468
- Wednesday
3469
- </Text>
3470
- </View>
3471
- </View>
3472
- <View
3473
- highlighted={false}
3474
- leadingItem={
3475
- Object {
3476
- "text": "Wednesday",
3477
- "value": "wed",
3478
- }
3479
- }
3480
- section={
3481
- Object {
3482
- "category": "",
3483
- "data": Array [
3484
- Object {
3485
- "text": "Monday",
3486
- "value": "mon",
3487
- },
3488
- Object {
3489
- "text": "Tuesday",
3490
- "value": "tue",
3491
- },
3492
- Object {
3493
- "text": "Wednesday",
3494
- "value": "wed",
3495
- },
3496
- Object {
3497
- "text": "Thursday",
3498
- "value": "thu",
3499
- },
3500
- Object {
3501
- "text": "Friday",
3502
- "value": "fri",
3503
- },
3504
- Object {
3505
- "text": "Saturday",
3506
- "value": "sat",
3507
- },
3508
- Object {
3509
- "disabled": true,
3510
- "text": "Sunday",
3511
- "value": "sun",
3512
- },
3513
- ],
3514
- }
3515
- }
3516
- style={
3517
- Array [
3518
- Object {
3519
- "marginTop": 4,
3520
- },
3521
- undefined,
3522
- ]
3523
- }
3524
- trailingItem={
3525
- Object {
3526
- "text": "Thursday",
3527
- "value": "thu",
3528
- }
3529
- }
3530
- />
3531
- </View>
3532
- </View>
3533
- <View
3534
- onLayout={[Function]}
3535
- style={null}
3536
- >
3537
- <View>
3538
- <View
3539
- accessible={true}
3540
- focusable={true}
3541
- onClick={[Function]}
3542
- onResponderGrant={[Function]}
3543
- onResponderMove={[Function]}
3544
- onResponderRelease={[Function]}
3545
- onResponderTerminate={[Function]}
3546
- onResponderTerminationRequest={[Function]}
3547
- onStartShouldSetResponder={[Function]}
3548
- style={
3549
- Object {
3550
- "alignItems": "center",
3551
- "backgroundColor": "#ffffff",
3552
- "borderRadius": 4,
3553
- "flexDirection": "row",
3554
- "opacity": 1,
3555
- "padding": 16,
3556
- }
3557
- }
3558
- >
3559
- <View
3560
- style={
3561
- Array [
3562
- Object {
3563
- "flex": 1,
3564
- },
3565
- undefined,
3566
- ]
3567
- }
3568
- >
3569
- <Text
3570
- style={
3571
- Array [
3572
- Object {
3573
- "color": "#001f23",
3574
- "fontFamily": "BeVietnamPro-Regular",
3575
- "fontSize": 16,
3576
- "letterSpacing": 0.48,
3577
- "lineHeight": 24,
3578
- },
3579
- undefined,
3580
- ]
3581
- }
3582
- themeFontSize="large"
3583
- themeFontWeight="regular"
3584
- themeIntent="body"
3585
- themeTypeface="neutral"
3586
- >
3587
- Thursday
3588
- </Text>
3589
- </View>
3590
- </View>
3591
- <View
3592
- highlighted={false}
3593
- leadingItem={
3594
- Object {
3595
- "text": "Thursday",
3596
- "value": "thu",
3597
- }
3598
- }
3599
- section={
3600
- Object {
3601
- "category": "",
3602
- "data": Array [
3603
- Object {
3604
- "text": "Monday",
3605
- "value": "mon",
3606
- },
3607
- Object {
3608
- "text": "Tuesday",
3609
- "value": "tue",
3610
- },
3611
- Object {
3612
- "text": "Wednesday",
3613
- "value": "wed",
3614
- },
3615
- Object {
3616
- "text": "Thursday",
3617
- "value": "thu",
3618
- },
3619
- Object {
3620
- "text": "Friday",
3621
- "value": "fri",
3622
- },
3623
- Object {
3624
- "text": "Saturday",
3625
- "value": "sat",
3626
- },
3627
- Object {
3628
- "disabled": true,
3629
- "text": "Sunday",
3630
- "value": "sun",
3631
- },
3632
- ],
3633
- }
3634
- }
3635
- style={
3636
- Array [
3637
- Object {
3638
- "marginTop": 4,
3639
- },
3640
- undefined,
3641
- ]
3642
- }
3643
- trailingItem={
3644
- Object {
3645
- "text": "Friday",
3646
- "value": "fri",
3647
- }
3648
- }
3649
- />
3650
- </View>
3651
- </View>
3652
- <View
3653
- onLayout={[Function]}
3654
- style={null}
3655
- >
3656
- <View>
3657
- <View
3658
- accessible={true}
3659
- focusable={true}
3660
- onClick={[Function]}
3661
- onResponderGrant={[Function]}
3662
- onResponderMove={[Function]}
3663
- onResponderRelease={[Function]}
3664
- onResponderTerminate={[Function]}
3665
- onResponderTerminationRequest={[Function]}
3666
- onStartShouldSetResponder={[Function]}
3667
- style={
3668
- Object {
3669
- "alignItems": "center",
3670
- "backgroundColor": "#ffffff",
3671
- "borderRadius": 4,
3672
- "flexDirection": "row",
3673
- "opacity": 1,
3674
- "padding": 16,
3675
- }
3676
- }
3677
- >
3678
- <View
3679
- style={
3680
- Array [
3681
- Object {
3682
- "flex": 1,
3683
- },
3684
- undefined,
3685
- ]
3686
- }
3687
- >
3688
- <Text
3689
- style={
3690
- Array [
3691
- Object {
3692
- "color": "#001f23",
3693
- "fontFamily": "BeVietnamPro-Regular",
3694
- "fontSize": 16,
3695
- "letterSpacing": 0.48,
3696
- "lineHeight": 24,
3697
- },
3698
- undefined,
3699
- ]
3700
- }
3701
- themeFontSize="large"
3702
- themeFontWeight="regular"
3703
- themeIntent="body"
3704
- themeTypeface="neutral"
3705
- >
3706
- Friday
3707
- </Text>
3708
- </View>
3709
- </View>
3710
- <View
3711
- highlighted={false}
3712
- leadingItem={
3713
- Object {
3714
- "text": "Friday",
3715
- "value": "fri",
3716
- }
3717
- }
3718
- section={
3719
- Object {
3720
- "category": "",
3721
- "data": Array [
3722
- Object {
3723
- "text": "Monday",
3724
- "value": "mon",
3725
- },
3726
- Object {
3727
- "text": "Tuesday",
3728
- "value": "tue",
3729
- },
3730
- Object {
3731
- "text": "Wednesday",
3732
- "value": "wed",
3733
- },
3734
- Object {
3735
- "text": "Thursday",
3736
- "value": "thu",
3737
- },
3738
- Object {
3739
- "text": "Friday",
3740
- "value": "fri",
3741
- },
3742
- Object {
3743
- "text": "Saturday",
3744
- "value": "sat",
3745
- },
3746
- Object {
3747
- "disabled": true,
3748
- "text": "Sunday",
3749
- "value": "sun",
3750
- },
3751
- ],
3752
- }
3753
- }
3754
- style={
3755
- Array [
3756
- Object {
3757
- "marginTop": 4,
3758
- },
3759
- undefined,
3760
- ]
3761
- }
3762
- trailingItem={
3763
- Object {
3764
- "text": "Saturday",
3765
- "value": "sat",
3766
- }
3767
- }
3768
- />
3769
- </View>
3770
- </View>
3771
- <View
3772
- onLayout={[Function]}
3773
- style={null}
3774
- >
3775
- <View>
3776
- <View
3777
- accessible={true}
3778
- focusable={true}
3779
- onClick={[Function]}
3780
- onResponderGrant={[Function]}
3781
- onResponderMove={[Function]}
3782
- onResponderRelease={[Function]}
3783
- onResponderTerminate={[Function]}
3784
- onResponderTerminationRequest={[Function]}
3785
- onStartShouldSetResponder={[Function]}
3786
- style={
3787
- Object {
3788
- "alignItems": "center",
3789
- "backgroundColor": "#ffffff",
3790
- "borderRadius": 4,
3791
- "flexDirection": "row",
3792
- "opacity": 1,
3793
- "padding": 16,
3794
- }
3795
- }
3796
- >
3797
- <View
3798
- style={
3799
- Array [
3800
- Object {
3801
- "flex": 1,
3802
- },
3803
- undefined,
3804
- ]
3805
- }
3806
- >
3807
- <Text
3808
- style={
3809
- Array [
3810
- Object {
3811
- "color": "#001f23",
3812
- "fontFamily": "BeVietnamPro-Regular",
3813
- "fontSize": 16,
3814
- "letterSpacing": 0.48,
3815
- "lineHeight": 24,
3816
- },
3817
- undefined,
3818
- ]
3819
- }
3820
- themeFontSize="large"
3821
- themeFontWeight="regular"
3822
- themeIntent="body"
3823
- themeTypeface="neutral"
3824
- >
3825
- Saturday
3826
- </Text>
3827
- </View>
3828
- </View>
3829
- <View
3830
- highlighted={false}
3831
- leadingItem={
3832
- Object {
3833
- "text": "Saturday",
3834
- "value": "sat",
3835
- }
3836
- }
3837
- section={
3838
- Object {
3839
- "category": "",
3840
- "data": Array [
3841
- Object {
3842
- "text": "Monday",
3843
- "value": "mon",
3844
- },
3845
- Object {
3846
- "text": "Tuesday",
3847
- "value": "tue",
3848
- },
3849
- Object {
3850
- "text": "Wednesday",
3851
- "value": "wed",
3852
- },
3853
- Object {
3854
- "text": "Thursday",
3855
- "value": "thu",
3856
- },
3857
- Object {
3858
- "text": "Friday",
3859
- "value": "fri",
3860
- },
3861
- Object {
3862
- "text": "Saturday",
3863
- "value": "sat",
3864
- },
3865
- Object {
3866
- "disabled": true,
3867
- "text": "Sunday",
3868
- "value": "sun",
3869
- },
3870
- ],
3871
- }
3872
- }
3873
- style={
3874
- Array [
3875
- Object {
3876
- "marginTop": 4,
3877
- },
3878
- undefined,
3879
- ]
3880
- }
3881
- trailingItem={
3882
- Object {
3883
- "disabled": true,
3884
- "text": "Sunday",
3885
- "value": "sun",
3886
- }
3887
- }
3888
- />
3889
- </View>
3890
- </View>
3891
- <View
3892
- onLayout={[Function]}
3893
- style={null}
3894
- >
3895
- <View>
3896
- <View
3897
- accessible={true}
3898
- focusable={true}
3899
- onClick={[Function]}
3900
- onResponderGrant={[Function]}
3901
- onResponderMove={[Function]}
3902
- onResponderRelease={[Function]}
3903
- onResponderTerminate={[Function]}
3904
- onResponderTerminationRequest={[Function]}
3905
- onStartShouldSetResponder={[Function]}
3906
- style={
3907
- Object {
3908
- "alignItems": "center",
3909
- "backgroundColor": "#ffffff",
3910
- "borderRadius": 4,
3911
- "flexDirection": "row",
3912
- "opacity": 0.38,
3913
- "padding": 16,
3914
- }
3915
- }
3916
- >
3917
- <View
3918
- style={
3919
- Array [
3920
- Object {
3921
- "flex": 1,
3922
- },
3923
- undefined,
3924
- ]
3925
- }
3926
- >
3927
- <Text
3928
- style={
3929
- Array [
3930
- Object {
3931
- "color": "#001f23",
3932
- "fontFamily": "BeVietnamPro-Regular",
3933
- "fontSize": 16,
3934
- "letterSpacing": 0.48,
3935
- "lineHeight": 24,
3936
- },
3937
- undefined,
3938
- ]
3939
- }
3940
- themeFontSize="large"
3941
- themeFontWeight="regular"
3942
- themeIntent="body"
3943
- themeTypeface="neutral"
3944
- >
3945
- Sunday
3946
- </Text>
3947
- </View>
3948
- </View>
3949
- <View
3950
- highlighted={false}
3951
- leadingItem={
3952
- Object {
3953
- "disabled": true,
3954
- "text": "Sunday",
3955
- "value": "sun",
3956
- }
3957
- }
3958
- section={
3959
- Object {
3960
- "category": "",
3961
- "data": Array [
3962
- Object {
3963
- "text": "Monday",
3964
- "value": "mon",
3965
- },
3966
- Object {
3967
- "text": "Tuesday",
3968
- "value": "tue",
3969
- },
3970
- Object {
3971
- "text": "Wednesday",
3972
- "value": "wed",
3973
- },
3974
- Object {
3975
- "text": "Thursday",
3976
- "value": "thu",
3977
- },
3978
- Object {
3979
- "text": "Friday",
3980
- "value": "fri",
3981
- },
3982
- Object {
3983
- "text": "Saturday",
3984
- "value": "sat",
3985
- },
3986
- Object {
3987
- "disabled": true,
3988
- "text": "Sunday",
3989
- "value": "sun",
3990
- },
3991
- ],
3992
- }
3993
- }
3994
- style={
3995
- Array [
3996
- Object {
3997
- "marginTop": 12,
3998
- },
3999
- undefined,
4000
- ]
4001
- }
4002
- />
4003
- </View>
4004
- </View>
4005
- <View
4006
- onLayout={[Function]}
4007
- style={null}
4008
- />
4009
- </View>
4010
- </RCTScrollView>
4011
- </RCTSafeAreaView>
4012
- </View>
4013
- </View>
4014
- </Modal>,
4015
- ]
4016
- `;
4017
-
4018
- exports[`rendering renders correctly when input is loading 1`] = `
4019
- Array [
4020
- <View
4021
- pointerEvents="none"
4022
- >
4023
- <View
4024
- accessible={true}
4025
- collapsable={false}
4026
- focusable={true}
4027
- nativeID="animatedComponent"
4028
- onClick={[Function]}
4029
- onResponderGrant={[Function]}
4030
- onResponderMove={[Function]}
4031
- onResponderRelease={[Function]}
4032
- onResponderTerminate={[Function]}
4033
- onResponderTerminationRequest={[Function]}
4034
- onStartShouldSetResponder={[Function]}
4035
- style={
4036
- Object {
4037
- "opacity": 1,
4038
- }
4039
- }
4040
- >
4041
- <View
4042
- pointerEvents="none"
4043
- >
4044
- <View
4045
- pointerEvents="none"
4046
- style={
4047
- Array [
4048
- Object {
4049
- "marginVertical": 8,
4050
- "width": "100%",
4051
- },
4052
- undefined,
4053
- ]
4054
- }
4055
- >
4056
- <View
4057
- style={
4058
- Array [
4059
- Object {
4060
- "alignItems": "center",
4061
- "flexDirection": "row",
4062
- "padding": 16,
4063
- },
4064
- undefined,
4065
- ]
4066
- }
4067
- >
4068
- <View
4069
- style={
4070
- Array [
4071
- Object {
4072
- "borderColor": "#808f91",
4073
- "borderRadius": 8,
4074
- "borderWidth": 1,
4075
- "bottom": 0,
4076
- "left": 0,
4077
- "position": "absolute",
4078
- "right": 0,
4079
- "top": 0,
4080
- },
4081
- undefined,
4082
- ]
4083
- }
4084
- themeFocused={false}
4085
- themeVariant="readonly"
4086
- />
4087
- <View
4088
- pointerEvents="none"
4089
- style={
4090
- Array [
4091
- Object {
4092
- "backgroundColor": "#ffffff",
4093
- "flexDirection": "row",
4094
- "left": 16,
4095
- "paddingHorizontal": 4,
4096
- "position": "absolute",
4097
- "top": -10,
4098
- "zIndex": 1,
4099
- },
4100
- undefined,
4101
- ]
4102
- }
4103
- >
4104
- <Text
4105
- style={
4106
- Array [
4107
- Object {
4108
- "color": "#001f23",
4109
- "fontFamily": "BeVietnamPro-Regular",
4110
- "fontSize": 12,
4111
- "letterSpacing": 0.36,
4112
- "lineHeight": 20,
4113
- },
4114
- Array [
4115
- Object {
4116
- "color": "#808f91",
4117
- },
4118
- undefined,
4119
- ],
4120
- ]
4121
- }
4122
- testID="input-label"
4123
- themeFontSize="small"
4124
- themeFontWeight="regular"
4125
- themeIntent="body"
4126
- themeTypeface="neutral"
4127
- themeVariant="readonly"
4128
- >
4129
- Allow notifications
4130
- </Text>
4131
- </View>
4132
- <View
4133
- style={
4134
- Array [
4135
- Object {
4136
- "alignItems": "center",
4137
- "alignSelf": "stretch",
4138
- "flexDirection": "row",
4139
- "flexGrow": 2,
4140
- "flexShrink": 1,
4141
- },
4142
- undefined,
4143
- ]
4144
- }
4145
- >
4146
- <TextInput
4147
- accessibilityState={
4148
- Object {
4149
- "disabled": true,
4150
- }
4151
- }
4152
- editable={true}
4153
- multiline={true}
4154
- onBlur={[Function]}
4155
- onChangeText={[Function]}
4156
- onFocus={[Function]}
4157
- placeholder=" "
4158
- pointerEvents="none"
4159
- style={
4160
- Array [
4161
- Object {
4162
- "alignSelf": "stretch",
4163
- "flexGrow": 2,
4164
- "fontSize": 14,
4165
- "marginHorizontal": 8,
4166
- "paddingVertical": 0,
4167
- "textAlignVertical": "center",
4168
- },
4169
- Object {
4170
- "color": "#001f23",
4171
- },
4172
- ]
4173
- }
4174
- testID="text-input"
4175
- value="Monday"
4176
- />
4177
- </View>
4178
- <View
4179
- collapsable={false}
4180
- nativeID="animatedComponent"
4181
- style={
4182
- Object {
4183
- "transform": Array [
4184
- Object {
4185
- "rotate": "0deg",
4186
- },
4187
- ],
4188
- }
4189
- }
4190
- >
4191
- <HeroIcon
4192
- name="loading"
4193
- style={
4194
- Array [
4195
- Object {
4196
- "color": "#001f23",
4197
- "fontSize": 16,
4198
- },
4199
- undefined,
4200
- ]
4201
- }
4202
- testID="input-suffix"
4203
- themeIntent="text"
4204
- themeSize="xsmall"
4205
- />
4206
- </View>
4207
- </View>
4208
- <View
4209
- style={
4210
- Array [
4211
- Object {
4212
- "paddingLeft": 16,
4213
- },
4214
- undefined,
4215
- ]
4216
- }
4217
- >
4218
- <View
4219
- style={
4220
- Array [
4221
- Object {
4222
- "flexDirection": "row",
4223
- "justifyContent": "space-between",
4224
- },
4225
- undefined,
4226
- ]
4227
- }
4228
- />
4229
- </View>
4230
- </View>
4231
- </View>
4232
- </View>
4233
- </View>,
4234
- <Modal
4235
- hardwareAccelerated={false}
4236
- onRequestClose={[Function]}
4237
- transparent={true}
4238
- visible={false}
4239
- >
4240
- <View
4241
- pointerEvents="box-none"
4242
- style={
4243
- Array [
4244
- Object {
4245
- "bottom": 0,
4246
- "flexDirection": "column-reverse",
4247
- "left": 0,
4248
- "position": "absolute",
4249
- "right": 0,
4250
- "top": 0,
4251
- },
4252
- undefined,
4253
- ]
4254
- }
4255
- >
4256
- <View
4257
- onLayout={[Function]}
4258
- style={
4259
- Array [
4260
- Array [
4261
- Object {
4262
- "flex": 1,
4263
- "flexDirection": "column-reverse",
4264
- },
4265
- undefined,
4266
- ],
4267
- Object {
4268
- "paddingBottom": 0,
4269
- },
4270
- ]
4271
- }
4272
- >
4273
- <View
4274
- accessible={true}
4275
- collapsable={false}
4276
- focusable={true}
4277
- nativeID="animatedComponent"
4278
- onBlur={[Function]}
4279
- onClick={[Function]}
4280
- onFocus={[Function]}
4281
- onResponderGrant={[Function]}
4282
- onResponderMove={[Function]}
4283
- onResponderRelease={[Function]}
4284
- onResponderTerminate={[Function]}
4285
- onResponderTerminationRequest={[Function]}
4286
- onStartShouldSetResponder={[Function]}
4287
- style={
4288
- Object {
4289
- "backgroundColor": "#000000",
4290
- "bottom": 0,
4291
- "left": 0,
4292
- "opacity": 0.48,
4293
- "position": "absolute",
4294
- "right": 0,
4295
- "top": 0,
4296
- }
4297
- }
4298
- />
4299
- <RCTSafeAreaView
4300
- collapsable={false}
4301
- emulateUnlessSupported={true}
4302
- nativeID="animatedComponent"
4303
- style={
4304
- Object {
4305
- "backgroundColor": "#ffffff",
4306
- "borderTopLeftRadius": 16,
4307
- "borderTopRightRadius": 16,
4308
- "elevation": 10,
4309
- "maxHeight": "94%",
4310
- "paddingBottom": 0,
4311
- "shadowColor": "#001f23",
4312
- "shadowOffset": Object {
4313
- "height": 3,
4314
- "width": 0,
4315
- },
4316
- "shadowOpacity": 0.4,
4317
- "shadowRadius": 16,
4318
- "transform": Array [
4319
- Object {
4320
- "scaleY": 1,
4321
- },
4322
- Object {
4323
- "translateY": 0,
4324
- },
4325
- ],
4326
- "width": "100%",
4327
- }
4328
- }
4329
- >
4330
- <View
4331
- style={
4332
- Array [
4333
- Object {
4334
- "flexDirection": "row",
4335
- "paddingHorizontal": 16,
4336
- "paddingVertical": 8,
4337
- },
4338
- undefined,
4339
- ]
4340
- }
4341
- >
4342
- <View
4343
- style={
4344
- Array [
4345
- Object {
4346
- "flex": 1,
4347
- "justifyContent": "center",
4348
- },
4349
- undefined,
4350
- ]
4351
- }
4352
- >
4353
- <Text
4354
- style={
4355
- Array [
4356
- Object {
4357
- "color": "#001f23",
4358
- "fontFamily": "BeVietnamPro-SemiBold",
4359
- "fontSize": 16,
4360
- "letterSpacing": 0.48,
4361
- "lineHeight": 24,
4362
- },
4363
- undefined,
4364
- ]
4365
- }
4366
- themeFontSize="large"
4367
- themeFontWeight="semi-bold"
4368
- themeIntent="body"
4369
- themeTypeface="neutral"
4370
- >
4371
- Allow notifications
4372
- </Text>
4373
- </View>
4374
- <View
4375
- style={
4376
- Array [
4377
- Object {
4378
- "alignItems": "center",
4379
- "height": 48,
4380
- "justifyContent": "center",
4381
- "marginLeft": 12,
4382
- "width": 48,
4383
- },
4384
- undefined,
4385
- ]
4386
- }
4387
- >
4388
- <View
4389
- accessible={true}
4390
- collapsable={false}
4391
- focusable={true}
4392
- nativeID="animatedComponent"
4393
- onClick={[Function]}
4394
- onResponderGrant={[Function]}
4395
- onResponderMove={[Function]}
4396
- onResponderRelease={[Function]}
4397
- onResponderTerminate={[Function]}
4398
- onResponderTerminationRequest={[Function]}
4399
- onStartShouldSetResponder={[Function]}
4400
- style={
4401
- Object {
4402
- "opacity": 1,
4403
- }
4404
- }
4405
- testID="bottom-sheet-close-icon"
4406
- >
4407
- <HeroIcon
4408
- name="cancel"
4409
- style={
4410
- Array [
4411
- Object {
4412
- "color": "#001f23",
4413
- "fontSize": 16,
4414
- },
4415
- undefined,
4416
- ]
4417
- }
4418
- themeIntent="text"
4419
- themeSize="xsmall"
4420
- />
4421
- </View>
4422
- </View>
4423
- </View>
4424
- <View
4425
- style={
4426
- Array [
4427
- Object {
4428
- "borderBottomColor": "#e8e9ea",
4429
- "borderBottomWidth": 1,
4430
- "maxWidth": "100%",
4431
- },
4432
- undefined,
4433
- ]
4434
- }
4435
- />
4436
- <RCTScrollView
4437
- ListFooterComponent={null}
4438
- data={
4439
- Array [
4440
- Object {
4441
- "category": "",
4442
- "data": Array [
4443
- Object {
4444
- "text": "Monday",
4445
- "value": "mon",
4446
- },
4447
- Object {
4448
- "text": "Tuesday",
4449
- "value": "tue",
4450
- },
4451
- Object {
4452
- "text": "Wednesday",
4453
- "value": "wed",
4454
- },
4455
- Object {
4456
- "text": "Thursday",
4457
- "value": "thu",
4458
- },
4459
- Object {
4460
- "text": "Friday",
4461
- "value": "fri",
4462
- },
4463
- Object {
4464
- "text": "Saturday",
4465
- "value": "sat",
4466
- },
4467
- Object {
4468
- "disabled": true,
4469
- "text": "Sunday",
4470
- "value": "sun",
4471
- },
4472
- ],
4473
- },
4474
- ]
4475
- }
4476
- getItem={[Function]}
4477
- getItemCount={[Function]}
4478
- keyExtractor={[Function]}
4479
- onContentSizeChange={[Function]}
4480
- onEndReached={[Function]}
4481
- onEndReachedThreshold={0.1}
4482
- onLayout={[Function]}
4483
- onMomentumScrollBegin={[Function]}
4484
- onMomentumScrollEnd={[Function]}
4485
- onScroll={[Function]}
4486
- onScrollBeginDrag={[Function]}
4487
- onScrollEndDrag={[Function]}
4488
- renderItem={[Function]}
4489
- scrollEventThrottle={50}
4490
- stickyHeaderIndices={
4491
- Array [
4492
- 0,
4493
- ]
4494
- }
4495
- style={
4496
- Array [
4497
- Object {
4498
- "paddingHorizontal": 12,
4499
- },
4500
- Object {},
4501
- ]
4502
- }
4503
- >
4504
- <View>
4505
- <View
4506
- onLayout={[Function]}
4507
- style={null}
4508
- />
4509
- <View
4510
- onLayout={[Function]}
4511
- style={null}
4512
- >
4513
- <View>
4514
- <View
4515
- highlighted={false}
4516
- section={
4517
- Object {
4518
- "category": "",
4519
- "data": Array [
4520
- Object {
4521
- "text": "Monday",
4522
- "value": "mon",
4523
- },
4524
- Object {
4525
- "text": "Tuesday",
4526
- "value": "tue",
4527
- },
4528
- Object {
4529
- "text": "Wednesday",
4530
- "value": "wed",
4531
- },
4532
- Object {
4533
- "text": "Thursday",
4534
- "value": "thu",
4535
- },
4536
- Object {
4537
- "text": "Friday",
4538
- "value": "fri",
4539
- },
4540
- Object {
4541
- "text": "Saturday",
4542
- "value": "sat",
4543
- },
4544
- Object {
4545
- "disabled": true,
4546
- "text": "Sunday",
4547
- "value": "sun",
4548
- },
4549
- ],
4550
- }
4551
- }
4552
- style={
4553
- Array [
4554
- Object {
4555
- "marginTop": 12,
4556
- },
4557
- undefined,
4558
- ]
4559
- }
4560
- trailingItem={
4561
- Object {
4562
- "text": "Monday",
4563
- "value": "mon",
4564
- }
4565
- }
4566
- />
4567
- <View
4568
- accessible={true}
4569
- collapsable={false}
4570
- focusable={true}
4571
- nativeID="animatedComponent"
4572
- onClick={[Function]}
4573
- onResponderGrant={[Function]}
4574
- onResponderMove={[Function]}
4575
- onResponderRelease={[Function]}
4576
- onResponderTerminate={[Function]}
4577
- onResponderTerminationRequest={[Function]}
4578
- onStartShouldSetResponder={[Function]}
4579
- style={
4580
- Object {
4581
- "alignItems": "center",
4582
- "backgroundColor": "#ece8ef",
4583
- "borderRadius": 4,
4584
- "flexDirection": "row",
4585
- "opacity": 1,
4586
- "padding": 16,
4587
- }
4588
- }
4589
- >
4590
- <View
4591
- style={
4592
- Array [
4593
- Object {
4594
- "flex": 1,
4595
- },
4596
- undefined,
4597
- ]
4598
- }
4599
- >
4600
- <Text
4601
- style={
4602
- Array [
4603
- Object {
4604
- "color": "#001f23",
4605
- "fontFamily": "BeVietnamPro-Regular",
4606
- "fontSize": 16,
4607
- "letterSpacing": 0.48,
4608
- "lineHeight": 24,
4609
- },
4610
- undefined,
4611
- ]
4612
- }
4613
- themeFontSize="large"
4614
- themeFontWeight="regular"
4615
- themeIntent="body"
4616
- themeTypeface="neutral"
4617
- >
4618
- Monday
4619
- </Text>
4620
- </View>
4621
- </View>
4622
- <View
4623
- highlighted={false}
4624
- leadingItem={
4625
- Object {
4626
- "text": "Monday",
4627
- "value": "mon",
4628
- }
4629
- }
4630
- section={
4631
- Object {
4632
- "category": "",
4633
- "data": Array [
4634
- Object {
4635
- "text": "Monday",
4636
- "value": "mon",
4637
- },
4638
- Object {
4639
- "text": "Tuesday",
4640
- "value": "tue",
4641
- },
4642
- Object {
4643
- "text": "Wednesday",
4644
- "value": "wed",
4645
- },
4646
- Object {
4647
- "text": "Thursday",
4648
- "value": "thu",
4649
- },
4650
- Object {
4651
- "text": "Friday",
4652
- "value": "fri",
4653
- },
4654
- Object {
4655
- "text": "Saturday",
4656
- "value": "sat",
4657
- },
4658
- Object {
4659
- "disabled": true,
4660
- "text": "Sunday",
4661
- "value": "sun",
4662
- },
4663
- ],
4664
- }
4665
- }
4666
- style={
4667
- Array [
4668
- Object {
4669
- "marginTop": 4,
4670
- },
4671
- undefined,
4672
- ]
4673
- }
4674
- trailingItem={
4675
- Object {
4676
- "text": "Tuesday",
4677
- "value": "tue",
4678
- }
4679
- }
4680
- />
4681
- </View>
4682
- </View>
4683
- <View
4684
- onLayout={[Function]}
4685
- style={null}
4686
- >
4687
- <View>
4688
- <View
4689
- accessible={true}
4690
- collapsable={false}
4691
- focusable={true}
4692
- nativeID="animatedComponent"
4693
- onClick={[Function]}
4694
- onResponderGrant={[Function]}
4695
- onResponderMove={[Function]}
4696
- onResponderRelease={[Function]}
4697
- onResponderTerminate={[Function]}
4698
- onResponderTerminationRequest={[Function]}
4699
- onStartShouldSetResponder={[Function]}
4700
- style={
4701
- Object {
4702
- "alignItems": "center",
4703
- "backgroundColor": "#ffffff",
4704
- "borderRadius": 4,
4705
- "flexDirection": "row",
4706
- "opacity": 1,
4707
- "padding": 16,
4708
- }
4709
- }
4710
- >
4711
- <View
4712
- style={
4713
- Array [
4714
- Object {
4715
- "flex": 1,
4716
- },
4717
- undefined,
4718
- ]
4719
- }
4720
- >
4721
- <Text
4722
- style={
4723
- Array [
4724
- Object {
4725
- "color": "#001f23",
4726
- "fontFamily": "BeVietnamPro-Regular",
4727
- "fontSize": 16,
4728
- "letterSpacing": 0.48,
4729
- "lineHeight": 24,
4730
- },
4731
- undefined,
4732
- ]
4733
- }
4734
- themeFontSize="large"
4735
- themeFontWeight="regular"
4736
- themeIntent="body"
4737
- themeTypeface="neutral"
4738
- >
4739
- Tuesday
4740
- </Text>
4741
- </View>
4742
- </View>
4743
- <View
4744
- highlighted={false}
4745
- leadingItem={
4746
- Object {
4747
- "text": "Tuesday",
4748
- "value": "tue",
4749
- }
4750
- }
4751
- section={
4752
- Object {
4753
- "category": "",
4754
- "data": Array [
4755
- Object {
4756
- "text": "Monday",
4757
- "value": "mon",
4758
- },
4759
- Object {
4760
- "text": "Tuesday",
4761
- "value": "tue",
4762
- },
4763
- Object {
4764
- "text": "Wednesday",
4765
- "value": "wed",
4766
- },
4767
- Object {
4768
- "text": "Thursday",
4769
- "value": "thu",
4770
- },
4771
- Object {
4772
- "text": "Friday",
4773
- "value": "fri",
4774
- },
4775
- Object {
4776
- "text": "Saturday",
4777
- "value": "sat",
4778
- },
4779
- Object {
4780
- "disabled": true,
4781
- "text": "Sunday",
4782
- "value": "sun",
4783
- },
4784
- ],
4785
- }
4786
- }
4787
- style={
4788
- Array [
4789
- Object {
4790
- "marginTop": 4,
4791
- },
4792
- undefined,
4793
- ]
4794
- }
4795
- trailingItem={
4796
- Object {
4797
- "text": "Wednesday",
4798
- "value": "wed",
4799
- }
4800
- }
4801
- />
4802
- </View>
4803
- </View>
4804
- <View
4805
- onLayout={[Function]}
4806
- style={null}
4807
- >
4808
- <View>
4809
- <View
4810
- accessible={true}
4811
- collapsable={false}
4812
- focusable={true}
4813
- nativeID="animatedComponent"
4814
- onClick={[Function]}
4815
- onResponderGrant={[Function]}
4816
- onResponderMove={[Function]}
4817
- onResponderRelease={[Function]}
4818
- onResponderTerminate={[Function]}
4819
- onResponderTerminationRequest={[Function]}
4820
- onStartShouldSetResponder={[Function]}
4821
- style={
4822
- Object {
4823
- "alignItems": "center",
4824
- "backgroundColor": "#ffffff",
4825
- "borderRadius": 4,
4826
- "flexDirection": "row",
4827
- "opacity": 1,
4828
- "padding": 16,
4829
- }
4830
- }
4831
- >
4832
- <View
4833
- style={
4834
- Array [
4835
- Object {
4836
- "flex": 1,
4837
- },
4838
- undefined,
4839
- ]
4840
- }
4841
- >
4842
- <Text
4843
- style={
4844
- Array [
4845
- Object {
4846
- "color": "#001f23",
4847
- "fontFamily": "BeVietnamPro-Regular",
4848
- "fontSize": 16,
4849
- "letterSpacing": 0.48,
4850
- "lineHeight": 24,
4851
- },
4852
- undefined,
4853
- ]
4854
- }
4855
- themeFontSize="large"
4856
- themeFontWeight="regular"
4857
- themeIntent="body"
4858
- themeTypeface="neutral"
4859
- >
4860
- Wednesday
4861
- </Text>
4862
- </View>
4863
- </View>
4864
- <View
4865
- highlighted={false}
4866
- leadingItem={
4867
- Object {
4868
- "text": "Wednesday",
4869
- "value": "wed",
4870
- }
4871
- }
4872
- section={
4873
- Object {
4874
- "category": "",
4875
- "data": Array [
4876
- Object {
4877
- "text": "Monday",
4878
- "value": "mon",
4879
- },
4880
- Object {
4881
- "text": "Tuesday",
4882
- "value": "tue",
4883
- },
4884
- Object {
4885
- "text": "Wednesday",
4886
- "value": "wed",
4887
- },
4888
- Object {
4889
- "text": "Thursday",
4890
- "value": "thu",
4891
- },
4892
- Object {
4893
- "text": "Friday",
4894
- "value": "fri",
4895
- },
4896
- Object {
4897
- "text": "Saturday",
4898
- "value": "sat",
4899
- },
4900
- Object {
4901
- "disabled": true,
4902
- "text": "Sunday",
4903
- "value": "sun",
4904
- },
4905
- ],
4906
- }
4907
- }
4908
- style={
4909
- Array [
4910
- Object {
4911
- "marginTop": 4,
4912
- },
4913
- undefined,
4914
- ]
4915
- }
4916
- trailingItem={
4917
- Object {
4918
- "text": "Thursday",
4919
- "value": "thu",
4920
- }
4921
- }
4922
- />
4923
- </View>
4924
- </View>
4925
- <View
4926
- onLayout={[Function]}
4927
- style={null}
4928
- >
4929
- <View>
4930
- <View
4931
- accessible={true}
4932
- collapsable={false}
4933
- focusable={true}
4934
- nativeID="animatedComponent"
4935
- onClick={[Function]}
4936
- onResponderGrant={[Function]}
4937
- onResponderMove={[Function]}
4938
- onResponderRelease={[Function]}
4939
- onResponderTerminate={[Function]}
4940
- onResponderTerminationRequest={[Function]}
4941
- onStartShouldSetResponder={[Function]}
4942
- style={
4943
- Object {
4944
- "alignItems": "center",
4945
- "backgroundColor": "#ffffff",
4946
- "borderRadius": 4,
4947
- "flexDirection": "row",
4948
- "opacity": 1,
4949
- "padding": 16,
4950
- }
4951
- }
4952
- >
4953
- <View
4954
- style={
4955
- Array [
4956
- Object {
4957
- "flex": 1,
4958
- },
4959
- undefined,
4960
- ]
4961
- }
4962
- >
4963
- <Text
4964
- style={
4965
- Array [
4966
- Object {
4967
- "color": "#001f23",
4968
- "fontFamily": "BeVietnamPro-Regular",
4969
- "fontSize": 16,
4970
- "letterSpacing": 0.48,
4971
- "lineHeight": 24,
4972
- },
4973
- undefined,
4974
- ]
4975
- }
4976
- themeFontSize="large"
4977
- themeFontWeight="regular"
4978
- themeIntent="body"
4979
- themeTypeface="neutral"
4980
- >
4981
- Thursday
4982
- </Text>
4983
- </View>
4984
- </View>
4985
- <View
4986
- highlighted={false}
4987
- leadingItem={
4988
- Object {
4989
- "text": "Thursday",
4990
- "value": "thu",
4991
- }
4992
- }
4993
- section={
4994
- Object {
4995
- "category": "",
4996
- "data": Array [
4997
- Object {
4998
- "text": "Monday",
4999
- "value": "mon",
5000
- },
5001
- Object {
5002
- "text": "Tuesday",
5003
- "value": "tue",
5004
- },
5005
- Object {
5006
- "text": "Wednesday",
5007
- "value": "wed",
5008
- },
5009
- Object {
5010
- "text": "Thursday",
5011
- "value": "thu",
5012
- },
5013
- Object {
5014
- "text": "Friday",
5015
- "value": "fri",
5016
- },
5017
- Object {
5018
- "text": "Saturday",
5019
- "value": "sat",
5020
- },
5021
- Object {
5022
- "disabled": true,
5023
- "text": "Sunday",
5024
- "value": "sun",
5025
- },
5026
- ],
5027
- }
5028
- }
5029
- style={
5030
- Array [
5031
- Object {
5032
- "marginTop": 4,
5033
- },
5034
- undefined,
5035
- ]
5036
- }
5037
- trailingItem={
5038
- Object {
5039
- "text": "Friday",
5040
- "value": "fri",
5041
- }
5042
- }
5043
- />
5044
- </View>
5045
- </View>
5046
- <View
5047
- onLayout={[Function]}
5048
- style={null}
5049
- >
5050
- <View>
5051
- <View
5052
- accessible={true}
5053
- collapsable={false}
5054
- focusable={true}
5055
- nativeID="animatedComponent"
5056
- onClick={[Function]}
5057
- onResponderGrant={[Function]}
5058
- onResponderMove={[Function]}
5059
- onResponderRelease={[Function]}
5060
- onResponderTerminate={[Function]}
5061
- onResponderTerminationRequest={[Function]}
5062
- onStartShouldSetResponder={[Function]}
5063
- style={
5064
- Object {
5065
- "alignItems": "center",
5066
- "backgroundColor": "#ffffff",
5067
- "borderRadius": 4,
5068
- "flexDirection": "row",
5069
- "opacity": 1,
5070
- "padding": 16,
5071
- }
5072
- }
5073
- >
5074
- <View
5075
- style={
5076
- Array [
5077
- Object {
5078
- "flex": 1,
5079
- },
5080
- undefined,
5081
- ]
5082
- }
5083
- >
5084
- <Text
5085
- style={
5086
- Array [
5087
- Object {
5088
- "color": "#001f23",
5089
- "fontFamily": "BeVietnamPro-Regular",
5090
- "fontSize": 16,
5091
- "letterSpacing": 0.48,
5092
- "lineHeight": 24,
5093
- },
5094
- undefined,
5095
- ]
5096
- }
5097
- themeFontSize="large"
5098
- themeFontWeight="regular"
5099
- themeIntent="body"
5100
- themeTypeface="neutral"
5101
- >
5102
- Friday
5103
- </Text>
5104
- </View>
5105
- </View>
5106
- <View
5107
- highlighted={false}
5108
- leadingItem={
5109
- Object {
5110
- "text": "Friday",
5111
- "value": "fri",
5112
- }
5113
- }
5114
- section={
5115
- Object {
5116
- "category": "",
5117
- "data": Array [
5118
- Object {
5119
- "text": "Monday",
5120
- "value": "mon",
5121
- },
5122
- Object {
5123
- "text": "Tuesday",
5124
- "value": "tue",
5125
- },
5126
- Object {
5127
- "text": "Wednesday",
5128
- "value": "wed",
5129
- },
5130
- Object {
5131
- "text": "Thursday",
5132
- "value": "thu",
5133
- },
5134
- Object {
5135
- "text": "Friday",
5136
- "value": "fri",
5137
- },
5138
- Object {
5139
- "text": "Saturday",
5140
- "value": "sat",
5141
- },
5142
- Object {
5143
- "disabled": true,
5144
- "text": "Sunday",
5145
- "value": "sun",
5146
- },
5147
- ],
5148
- }
5149
- }
5150
- style={
5151
- Array [
5152
- Object {
5153
- "marginTop": 4,
5154
- },
5155
- undefined,
5156
- ]
5157
- }
5158
- trailingItem={
5159
- Object {
5160
- "text": "Saturday",
5161
- "value": "sat",
5162
- }
5163
- }
5164
- />
5165
- </View>
5166
- </View>
5167
- <View
5168
- onLayout={[Function]}
5169
- style={null}
5170
- >
5171
- <View>
5172
- <View
5173
- accessible={true}
5174
- collapsable={false}
5175
- focusable={true}
5176
- nativeID="animatedComponent"
5177
- onClick={[Function]}
5178
- onResponderGrant={[Function]}
5179
- onResponderMove={[Function]}
5180
- onResponderRelease={[Function]}
5181
- onResponderTerminate={[Function]}
5182
- onResponderTerminationRequest={[Function]}
5183
- onStartShouldSetResponder={[Function]}
5184
- style={
5185
- Object {
5186
- "alignItems": "center",
5187
- "backgroundColor": "#ffffff",
5188
- "borderRadius": 4,
5189
- "flexDirection": "row",
5190
- "opacity": 1,
5191
- "padding": 16,
5192
- }
5193
- }
5194
- >
5195
- <View
5196
- style={
5197
- Array [
5198
- Object {
5199
- "flex": 1,
5200
- },
5201
- undefined,
5202
- ]
5203
- }
5204
- >
5205
- <Text
5206
- style={
5207
- Array [
5208
- Object {
5209
- "color": "#001f23",
5210
- "fontFamily": "BeVietnamPro-Regular",
5211
- "fontSize": 16,
5212
- "letterSpacing": 0.48,
5213
- "lineHeight": 24,
5214
- },
5215
- undefined,
5216
- ]
5217
- }
5218
- themeFontSize="large"
5219
- themeFontWeight="regular"
5220
- themeIntent="body"
5221
- themeTypeface="neutral"
5222
- >
5223
- Saturday
5224
- </Text>
5225
- </View>
5226
- </View>
5227
- <View
5228
- highlighted={false}
5229
- leadingItem={
5230
- Object {
5231
- "text": "Saturday",
5232
- "value": "sat",
5233
- }
5234
- }
5235
- section={
5236
- Object {
5237
- "category": "",
5238
- "data": Array [
5239
- Object {
5240
- "text": "Monday",
5241
- "value": "mon",
5242
- },
5243
- Object {
5244
- "text": "Tuesday",
5245
- "value": "tue",
5246
- },
5247
- Object {
5248
- "text": "Wednesday",
5249
- "value": "wed",
5250
- },
5251
- Object {
5252
- "text": "Thursday",
5253
- "value": "thu",
5254
- },
5255
- Object {
5256
- "text": "Friday",
5257
- "value": "fri",
5258
- },
5259
- Object {
5260
- "text": "Saturday",
5261
- "value": "sat",
5262
- },
5263
- Object {
5264
- "disabled": true,
5265
- "text": "Sunday",
5266
- "value": "sun",
5267
- },
5268
- ],
5269
- }
5270
- }
5271
- style={
5272
- Array [
5273
- Object {
5274
- "marginTop": 4,
5275
- },
5276
- undefined,
5277
- ]
5278
- }
5279
- trailingItem={
5280
- Object {
5281
- "disabled": true,
5282
- "text": "Sunday",
5283
- "value": "sun",
5284
- }
5285
- }
5286
- />
5287
- </View>
5288
- </View>
5289
- <View
5290
- onLayout={[Function]}
5291
- style={null}
5292
- >
5293
- <View>
5294
- <View
5295
- accessible={true}
5296
- collapsable={false}
5297
- focusable={true}
5298
- nativeID="animatedComponent"
5299
- onClick={[Function]}
5300
- onResponderGrant={[Function]}
5301
- onResponderMove={[Function]}
5302
- onResponderRelease={[Function]}
5303
- onResponderTerminate={[Function]}
5304
- onResponderTerminationRequest={[Function]}
5305
- onStartShouldSetResponder={[Function]}
5306
- style={
5307
- Object {
5308
- "alignItems": "center",
5309
- "backgroundColor": "#ffffff",
5310
- "borderRadius": 4,
5311
- "flexDirection": "row",
5312
- "opacity": 0.38,
5313
- "padding": 16,
5314
- }
5315
- }
5316
- >
5317
- <View
5318
- style={
5319
- Array [
5320
- Object {
5321
- "flex": 1,
5322
- },
5323
- undefined,
5324
- ]
5325
- }
5326
- >
5327
- <Text
5328
- style={
5329
- Array [
5330
- Object {
5331
- "color": "#001f23",
5332
- "fontFamily": "BeVietnamPro-Regular",
5333
- "fontSize": 16,
5334
- "letterSpacing": 0.48,
5335
- "lineHeight": 24,
5336
- },
5337
- undefined,
5338
- ]
5339
- }
5340
- themeFontSize="large"
5341
- themeFontWeight="regular"
5342
- themeIntent="body"
5343
- themeTypeface="neutral"
5344
- >
5345
- Sunday
5346
- </Text>
5347
- </View>
5348
- </View>
5349
- <View
5350
- highlighted={false}
5351
- leadingItem={
5352
- Object {
5353
- "disabled": true,
5354
- "text": "Sunday",
5355
- "value": "sun",
5356
- }
5357
- }
5358
- section={
2940
+ pointerEvents="none"
2941
+ style={
2942
+ Array [
2943
+ Object {
2944
+ "marginVertical": 8,
2945
+ "width": "100%",
2946
+ },
2947
+ undefined,
2948
+ ]
2949
+ }
2950
+ >
2951
+ <View
2952
+ style={
2953
+ Array [
2954
+ Object {
2955
+ "alignItems": "center",
2956
+ "flexDirection": "row",
2957
+ "padding": 16,
2958
+ },
2959
+ undefined,
2960
+ ]
2961
+ }
2962
+ >
2963
+ <View
2964
+ style={
2965
+ Array [
2966
+ Object {
2967
+ "borderColor": "#808f91",
2968
+ "borderRadius": 8,
2969
+ "borderWidth": 1,
2970
+ "bottom": 0,
2971
+ "left": 0,
2972
+ "position": "absolute",
2973
+ "right": 0,
2974
+ "top": 0,
2975
+ },
2976
+ undefined,
2977
+ ]
2978
+ }
2979
+ themeFocused={false}
2980
+ themeVariant="readonly"
2981
+ />
2982
+ <View
2983
+ pointerEvents="none"
2984
+ style={
2985
+ Array [
2986
+ Object {
2987
+ "backgroundColor": "#ffffff",
2988
+ "flexDirection": "row",
2989
+ "left": 16,
2990
+ "paddingHorizontal": 4,
2991
+ "position": "absolute",
2992
+ "top": -10,
2993
+ "zIndex": 1,
2994
+ },
2995
+ undefined,
2996
+ ]
2997
+ }
2998
+ >
2999
+ <Text
3000
+ style={
3001
+ Array [
3002
+ Object {
3003
+ "color": "#001f23",
3004
+ "fontFamily": "BeVietnamPro-Regular",
3005
+ "fontSize": 12,
3006
+ "letterSpacing": 0.36,
3007
+ "lineHeight": 20,
3008
+ },
3009
+ Array [
5359
3010
  Object {
5360
- "category": "",
5361
- "data": Array [
5362
- Object {
5363
- "text": "Monday",
5364
- "value": "mon",
5365
- },
5366
- Object {
5367
- "text": "Tuesday",
5368
- "value": "tue",
5369
- },
5370
- Object {
5371
- "text": "Wednesday",
5372
- "value": "wed",
5373
- },
5374
- Object {
5375
- "text": "Thursday",
5376
- "value": "thu",
5377
- },
5378
- Object {
5379
- "text": "Friday",
5380
- "value": "fri",
5381
- },
5382
- Object {
5383
- "text": "Saturday",
5384
- "value": "sat",
5385
- },
5386
- Object {
5387
- "disabled": true,
5388
- "text": "Sunday",
5389
- "value": "sun",
5390
- },
5391
- ],
5392
- }
5393
- }
5394
- style={
5395
- Array [
5396
- Object {
5397
- "marginTop": 12,
5398
- },
5399
- undefined,
5400
- ]
5401
- }
5402
- />
5403
- </View>
5404
- </View>
5405
- <View
5406
- onLayout={[Function]}
5407
- style={null}
3011
+ "color": "#808f91",
3012
+ },
3013
+ undefined,
3014
+ ],
3015
+ ]
3016
+ }
3017
+ testID="input-label"
3018
+ themeFontSize="small"
3019
+ themeFontWeight="regular"
3020
+ themeIntent="body"
3021
+ themeTypeface="neutral"
3022
+ themeVariant="readonly"
3023
+ >
3024
+ Allow notifications
3025
+ </Text>
3026
+ </View>
3027
+ <View
3028
+ style={
3029
+ Array [
3030
+ Object {
3031
+ "alignItems": "center",
3032
+ "alignSelf": "stretch",
3033
+ "flexDirection": "row",
3034
+ "flexGrow": 2,
3035
+ "flexShrink": 1,
3036
+ },
3037
+ undefined,
3038
+ ]
3039
+ }
3040
+ >
3041
+ <TextInput
3042
+ accessibilityState={
3043
+ Object {
3044
+ "disabled": true,
3045
+ }
3046
+ }
3047
+ editable={true}
3048
+ multiline={true}
3049
+ onBlur={[Function]}
3050
+ onChangeText={[Function]}
3051
+ onFocus={[Function]}
3052
+ placeholder=" "
3053
+ pointerEvents="none"
3054
+ style={
3055
+ Array [
3056
+ Object {
3057
+ "alignSelf": "stretch",
3058
+ "flexGrow": 2,
3059
+ "fontSize": 14,
3060
+ "marginHorizontal": 8,
3061
+ "paddingVertical": 0,
3062
+ "textAlignVertical": "center",
3063
+ },
3064
+ Object {
3065
+ "color": "#001f23",
3066
+ },
3067
+ ]
3068
+ }
3069
+ testID="text-input"
3070
+ value="Monday"
5408
3071
  />
5409
3072
  </View>
5410
- </RCTScrollView>
5411
- </RCTSafeAreaView>
3073
+ <View
3074
+ collapsable={false}
3075
+ style={
3076
+ Object {
3077
+ "transform": Array [
3078
+ Object {
3079
+ "rotate": "0deg",
3080
+ },
3081
+ ],
3082
+ }
3083
+ }
3084
+ >
3085
+ <HeroIcon
3086
+ name="loading"
3087
+ style={
3088
+ Array [
3089
+ Object {
3090
+ "color": "#001f23",
3091
+ "fontSize": 16,
3092
+ },
3093
+ undefined,
3094
+ ]
3095
+ }
3096
+ testID="input-suffix"
3097
+ themeIntent="text"
3098
+ themeSize="xsmall"
3099
+ />
3100
+ </View>
3101
+ </View>
3102
+ <View
3103
+ style={
3104
+ Array [
3105
+ Object {
3106
+ "paddingLeft": 16,
3107
+ },
3108
+ undefined,
3109
+ ]
3110
+ }
3111
+ >
3112
+ <View
3113
+ style={
3114
+ Array [
3115
+ Object {
3116
+ "flexDirection": "row",
3117
+ "justifyContent": "space-between",
3118
+ },
3119
+ undefined,
3120
+ ]
3121
+ }
3122
+ />
3123
+ </View>
3124
+ </View>
5412
3125
  </View>
5413
3126
  </View>
5414
- </Modal>,
3127
+ </View>,
3128
+ <Modal
3129
+ hardwareAccelerated={false}
3130
+ onRequestClose={[Function]}
3131
+ transparent={true}
3132
+ visible={false}
3133
+ />,
5415
3134
  ]
5416
3135
  `;
5417
3136
 
@@ -5422,6 +3141,7 @@ Array [
5422
3141
  >
5423
3142
  <View
5424
3143
  accessible={true}
3144
+ collapsable={false}
5425
3145
  focusable={true}
5426
3146
  onClick={[Function]}
5427
3147
  onResponderGrant={[Function]}
@@ -5680,6 +3400,7 @@ Array [
5680
3400
  }
5681
3401
  />
5682
3402
  <RCTSafeAreaView
3403
+ collapsable={false}
5683
3404
  emulateUnlessSupported={true}
5684
3405
  style={
5685
3406
  Object {
@@ -5768,6 +3489,7 @@ Array [
5768
3489
  >
5769
3490
  <View
5770
3491
  accessible={true}
3492
+ collapsable={false}
5771
3493
  focusable={true}
5772
3494
  onClick={[Function]}
5773
3495
  onResponderGrant={[Function]}
@@ -5986,7 +3708,13 @@ Array [
5986
3708
  }
5987
3709
  />
5988
3710
  <View
3711
+ accessibilityState={
3712
+ Object {
3713
+ "disabled": false,
3714
+ }
3715
+ }
5989
3716
  accessible={true}
3717
+ collapsable={false}
5990
3718
  focusable={true}
5991
3719
  onClick={[Function]}
5992
3720
  onResponderGrant={[Function]}
@@ -6203,7 +3931,13 @@ Array [
6203
3931
  }
6204
3932
  />
6205
3933
  <View
3934
+ accessibilityState={
3935
+ Object {
3936
+ "disabled": false,
3937
+ }
3938
+ }
6206
3939
  accessible={true}
3940
+ collapsable={false}
6207
3941
  focusable={true}
6208
3942
  onClick={[Function]}
6209
3943
  onResponderGrant={[Function]}
@@ -6312,7 +4046,13 @@ Array [
6312
4046
  >
6313
4047
  <View>
6314
4048
  <View
4049
+ accessibilityState={
4050
+ Object {
4051
+ "disabled": false,
4052
+ }
4053
+ }
6315
4054
  accessible={true}
4055
+ collapsable={false}
6316
4056
  focusable={true}
6317
4057
  onClick={[Function]}
6318
4058
  onResponderGrant={[Function]}