@hero-design/rn 8.1.0 → 8.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (80) hide show
  1. package/.turbo/turbo-build.log +9 -9
  2. package/es/index.js +4179 -4058
  3. package/jest.config.js +1 -1
  4. package/lib/index.js +4179 -4058
  5. package/package.json +11 -12
  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 +7 -0
  31. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +14 -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/PinInput/__tests__/__snapshots__/index.spec.tsx.snap +4 -0
  43. package/src/components/PinInput/index.tsx +1 -0
  44. package/src/components/Progress/__tests__/__snapshots__/index.spec.js.snap +0 -11
  45. package/src/components/Radio/__tests__/__snapshots__/Radio.spec.tsx.snap +10 -2
  46. package/src/components/Radio/__tests__/__snapshots__/RadioGroup.spec.tsx.snap +15 -3
  47. package/src/components/RichTextEditor/__tests__/__snapshots__/EditorToolbar.spec.tsx.snap +0 -7
  48. package/src/components/RichTextEditor/__tests__/__snapshots__/RichTextEditor.spec.tsx.snap +2 -0
  49. package/src/components/Select/MultiSelect/__tests__/__snapshots__/Option.spec.tsx.snap +5 -1
  50. package/src/components/Select/MultiSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +60 -19
  51. package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +539 -3057
  52. package/src/components/Select/MultiSelect/__tests__/index.spec.tsx +7 -2
  53. package/src/components/Select/SingleSelect/__tests__/__snapshots__/Option.spec.tsx.snap +5 -1
  54. package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +60 -19
  55. package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +491 -2745
  56. package/src/components/Select/SingleSelect/__tests__/index.spec.tsx +1 -1
  57. package/src/components/Spinner/__tests__/__snapshots__/AnimatedSpinner.spec.tsx.snap +0 -7
  58. package/src/components/Spinner/__tests__/__snapshots__/StyledSpinner.spec.tsx.snap +0 -28
  59. package/src/components/Spinner/__tests__/__snapshots__/index.spec.tsx.snap +0 -7
  60. package/src/components/Swipeable/__tests__/__snapshots__/SwipeableAction.spec.tsx.snap +0 -3
  61. package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/Option.spec.tsx.snap +0 -3
  62. package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/index.spec.tsx.snap +0 -1
  63. package/src/components/Switch/__tests__/__snapshots__/StyledSwitch.spec.tsx.snap +0 -1
  64. package/src/components/Switch/__tests__/__snapshots__/index.spec.tsx.snap +0 -2
  65. package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +0 -11
  66. package/src/components/Tabs/__tests__/__snapshots__/TabWithBadge.spec.tsx.snap +0 -2
  67. package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +0 -4
  68. package/src/components/TextInput/StyledTextInput.tsx +2 -0
  69. package/src/components/TextInput/__tests__/__snapshots__/StyledTextInput.spec.tsx.snap +6 -0
  70. package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +19 -1
  71. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerAndroid.spec.tsx.snap +13 -1
  72. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +20 -5
  73. package/src/components/Toast/__tests__/__snapshots__/Toast.spec.tsx.snap +0 -13
  74. package/src/components/Toolbar/__tests__/__snapshots__/ToolbarGroup.spec.tsx.snap +30 -6
  75. package/src/components/Toolbar/__tests__/__snapshots__/ToolbarItem.spec.tsx.snap +30 -6
  76. package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +4 -0
  77. package/src/theme/components/textInput.ts +6 -1
  78. package/types/components/Alert/StyledAlert.d.ts +1 -0
  79. package/types/components/Alert/index.d.ts +5 -1
  80. package/types/theme/components/textInput.d.ts +4 -0
@@ -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]}
@@ -115,6 +116,7 @@ Array [
115
116
  "alignItems": "center",
116
117
  "color": "#001f23",
117
118
  "fontSize": 14,
119
+ "lineHeight": 18,
118
120
  "textAlignVertical": "center",
119
121
  },
120
122
  undefined,
@@ -150,6 +152,7 @@ Array [
150
152
  "alignSelf": "stretch",
151
153
  "flexGrow": 2,
152
154
  "fontSize": 14,
155
+ "lineHeight": 18,
153
156
  "marginHorizontal": 8,
154
157
  "paddingVertical": 0,
155
158
  "textAlignVertical": "center",
@@ -269,6 +272,7 @@ Array [
269
272
  }
270
273
  />
271
274
  <RCTSafeAreaView
275
+ collapsable={false}
272
276
  emulateUnlessSupported={true}
273
277
  style={
274
278
  Object {
@@ -357,6 +361,7 @@ Array [
357
361
  >
358
362
  <View
359
363
  accessible={true}
364
+ collapsable={false}
360
365
  focusable={true}
361
366
  onClick={[Function]}
362
367
  onResponderGrant={[Function]}
@@ -592,7 +597,13 @@ Array [
592
597
  }
593
598
  />
594
599
  <View
600
+ accessibilityState={
601
+ Object {
602
+ "disabled": false,
603
+ }
604
+ }
595
605
  accessible={true}
606
+ collapsable={false}
596
607
  focusable={true}
597
608
  onClick={[Function]}
598
609
  onResponderGrant={[Function]}
@@ -731,7 +742,13 @@ Array [
731
742
  >
732
743
  <View>
733
744
  <View
745
+ accessibilityState={
746
+ Object {
747
+ "disabled": false,
748
+ }
749
+ }
734
750
  accessible={true}
751
+ collapsable={false}
735
752
  focusable={true}
736
753
  onClick={[Function]}
737
754
  onResponderGrant={[Function]}
@@ -986,7 +1003,13 @@ Array [
986
1003
  }
987
1004
  />
988
1005
  <View
1006
+ accessibilityState={
1007
+ Object {
1008
+ "disabled": false,
1009
+ }
1010
+ }
989
1011
  accessible={true}
1012
+ collapsable={false}
990
1013
  focusable={true}
991
1014
  onClick={[Function]}
992
1015
  onResponderGrant={[Function]}
@@ -1125,7 +1148,13 @@ Array [
1125
1148
  >
1126
1149
  <View>
1127
1150
  <View
1151
+ accessibilityState={
1152
+ Object {
1153
+ "disabled": false,
1154
+ }
1155
+ }
1128
1156
  accessible={true}
1157
+ collapsable={false}
1129
1158
  focusable={true}
1130
1159
  onClick={[Function]}
1131
1160
  onResponderGrant={[Function]}
@@ -1273,7 +1302,6 @@ Array [
1273
1302
  accessible={true}
1274
1303
  collapsable={false}
1275
1304
  focusable={true}
1276
- nativeID="animatedComponent"
1277
1305
  onClick={[Function]}
1278
1306
  onResponderGrant={[Function]}
1279
1307
  onResponderMove={[Function]}
@@ -1411,6 +1439,7 @@ Array [
1411
1439
  "alignSelf": "stretch",
1412
1440
  "flexGrow": 2,
1413
1441
  "fontSize": 14,
1442
+ "lineHeight": 18,
1414
1443
  "marginHorizontal": 8,
1415
1444
  "paddingVertical": 0,
1416
1445
  "textAlignVertical": "center",
@@ -1471,6 +1500,217 @@ Array [
1471
1500
  onRequestClose={[Function]}
1472
1501
  transparent={true}
1473
1502
  visible={false}
1503
+ />,
1504
+ ]
1505
+ `;
1506
+
1507
+ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
1508
+ Array [
1509
+ <View
1510
+ pointerEvents="auto"
1511
+ >
1512
+ <View
1513
+ accessible={true}
1514
+ collapsable={false}
1515
+ focusable={true}
1516
+ onClick={[Function]}
1517
+ onResponderGrant={[Function]}
1518
+ onResponderMove={[Function]}
1519
+ onResponderRelease={[Function]}
1520
+ onResponderTerminate={[Function]}
1521
+ onResponderTerminationRequest={[Function]}
1522
+ onStartShouldSetResponder={[Function]}
1523
+ style={
1524
+ Object {
1525
+ "opacity": 1,
1526
+ }
1527
+ }
1528
+ >
1529
+ <View
1530
+ pointerEvents="none"
1531
+ >
1532
+ <View
1533
+ pointerEvents="auto"
1534
+ style={
1535
+ Array [
1536
+ Object {
1537
+ "marginVertical": 8,
1538
+ "width": "100%",
1539
+ },
1540
+ undefined,
1541
+ ]
1542
+ }
1543
+ >
1544
+ <View
1545
+ style={
1546
+ Array [
1547
+ Object {
1548
+ "alignItems": "center",
1549
+ "flexDirection": "row",
1550
+ "padding": 16,
1551
+ },
1552
+ undefined,
1553
+ ]
1554
+ }
1555
+ >
1556
+ <View
1557
+ style={
1558
+ Array [
1559
+ Object {
1560
+ "borderColor": "#001f23",
1561
+ "borderRadius": 8,
1562
+ "borderWidth": 1,
1563
+ "bottom": 0,
1564
+ "left": 0,
1565
+ "position": "absolute",
1566
+ "right": 0,
1567
+ "top": 0,
1568
+ },
1569
+ undefined,
1570
+ ]
1571
+ }
1572
+ themeFocused={false}
1573
+ themeVariant="filled"
1574
+ />
1575
+ <View
1576
+ pointerEvents="none"
1577
+ style={
1578
+ Array [
1579
+ Object {
1580
+ "backgroundColor": "#ffffff",
1581
+ "flexDirection": "row",
1582
+ "left": 16,
1583
+ "paddingHorizontal": 4,
1584
+ "position": "absolute",
1585
+ "top": -10,
1586
+ "zIndex": 1,
1587
+ },
1588
+ undefined,
1589
+ ]
1590
+ }
1591
+ >
1592
+ <Text
1593
+ style={
1594
+ Array [
1595
+ Object {
1596
+ "color": "#001f23",
1597
+ "fontFamily": "BeVietnamPro-Regular",
1598
+ "fontSize": 12,
1599
+ "letterSpacing": 0.36,
1600
+ "lineHeight": 20,
1601
+ },
1602
+ Array [
1603
+ Object {
1604
+ "color": "#001f23",
1605
+ },
1606
+ undefined,
1607
+ ],
1608
+ ]
1609
+ }
1610
+ testID="input-label"
1611
+ themeFontSize="small"
1612
+ themeFontWeight="regular"
1613
+ themeIntent="body"
1614
+ themeTypeface="neutral"
1615
+ themeVariant="filled"
1616
+ >
1617
+ Allow notifications
1618
+ </Text>
1619
+ </View>
1620
+ <View
1621
+ style={
1622
+ Array [
1623
+ Object {
1624
+ "alignItems": "center",
1625
+ "alignSelf": "stretch",
1626
+ "flexDirection": "row",
1627
+ "flexGrow": 2,
1628
+ "flexShrink": 1,
1629
+ },
1630
+ undefined,
1631
+ ]
1632
+ }
1633
+ >
1634
+ <TextInput
1635
+ accessibilityState={
1636
+ Object {
1637
+ "disabled": false,
1638
+ }
1639
+ }
1640
+ editable={true}
1641
+ multiline={true}
1642
+ onBlur={[Function]}
1643
+ onChangeText={[Function]}
1644
+ onFocus={[Function]}
1645
+ placeholder=" "
1646
+ pointerEvents="none"
1647
+ style={
1648
+ Array [
1649
+ Object {
1650
+ "alignSelf": "stretch",
1651
+ "flexGrow": 2,
1652
+ "fontSize": 14,
1653
+ "lineHeight": 18,
1654
+ "marginHorizontal": 8,
1655
+ "paddingVertical": 0,
1656
+ "textAlignVertical": "center",
1657
+ },
1658
+ Object {
1659
+ "color": "#001f23",
1660
+ },
1661
+ ]
1662
+ }
1663
+ testID="text-input"
1664
+ value="Monday"
1665
+ />
1666
+ </View>
1667
+ <HeroIcon
1668
+ name="arrow-down"
1669
+ style={
1670
+ Array [
1671
+ Object {
1672
+ "color": "#001f23",
1673
+ "fontSize": 16,
1674
+ },
1675
+ undefined,
1676
+ ]
1677
+ }
1678
+ testID="input-suffix"
1679
+ themeIntent="text"
1680
+ themeSize="xsmall"
1681
+ />
1682
+ </View>
1683
+ <View
1684
+ style={
1685
+ Array [
1686
+ Object {
1687
+ "paddingLeft": 16,
1688
+ },
1689
+ undefined,
1690
+ ]
1691
+ }
1692
+ >
1693
+ <View
1694
+ style={
1695
+ Array [
1696
+ Object {
1697
+ "flexDirection": "row",
1698
+ "justifyContent": "space-between",
1699
+ },
1700
+ undefined,
1701
+ ]
1702
+ }
1703
+ />
1704
+ </View>
1705
+ </View>
1706
+ </View>
1707
+ </View>
1708
+ </View>,
1709
+ <Modal
1710
+ hardwareAccelerated={false}
1711
+ onRequestClose={[Function]}
1712
+ transparent={true}
1713
+ visible={true}
1474
1714
  >
1475
1715
  <View
1476
1716
  pointerEvents="box-none"
@@ -1509,7 +1749,6 @@ Array [
1509
1749
  accessible={true}
1510
1750
  collapsable={false}
1511
1751
  focusable={true}
1512
- nativeID="animatedComponent"
1513
1752
  onBlur={[Function]}
1514
1753
  onClick={[Function]}
1515
1754
  onFocus={[Function]}
@@ -1534,7 +1773,6 @@ Array [
1534
1773
  <RCTSafeAreaView
1535
1774
  collapsable={false}
1536
1775
  emulateUnlessSupported={true}
1537
- nativeID="animatedComponent"
1538
1776
  style={
1539
1777
  Object {
1540
1778
  "backgroundColor": "#ffffff",
@@ -1624,7 +1862,6 @@ Array [
1624
1862
  accessible={true}
1625
1863
  collapsable={false}
1626
1864
  focusable={true}
1627
- nativeID="animatedComponent"
1628
1865
  onClick={[Function]}
1629
1866
  onResponderGrant={[Function]}
1630
1867
  onResponderMove={[Function]}
@@ -1800,10 +2037,14 @@ Array [
1800
2037
  }
1801
2038
  />
1802
2039
  <View
2040
+ accessibilityState={
2041
+ Object {
2042
+ "disabled": false,
2043
+ }
2044
+ }
1803
2045
  accessible={true}
1804
2046
  collapsable={false}
1805
2047
  focusable={true}
1806
- nativeID="animatedComponent"
1807
2048
  onClick={[Function]}
1808
2049
  onResponderGrant={[Function]}
1809
2050
  onResponderMove={[Function]}
@@ -1921,10 +2162,14 @@ Array [
1921
2162
  >
1922
2163
  <View>
1923
2164
  <View
2165
+ accessibilityState={
2166
+ Object {
2167
+ "disabled": false,
2168
+ }
2169
+ }
1924
2170
  accessible={true}
1925
2171
  collapsable={false}
1926
2172
  focusable={true}
1927
- nativeID="animatedComponent"
1928
2173
  onClick={[Function]}
1929
2174
  onResponderGrant={[Function]}
1930
2175
  onResponderMove={[Function]}
@@ -2042,10 +2287,14 @@ Array [
2042
2287
  >
2043
2288
  <View>
2044
2289
  <View
2290
+ accessibilityState={
2291
+ Object {
2292
+ "disabled": false,
2293
+ }
2294
+ }
2045
2295
  accessible={true}
2046
2296
  collapsable={false}
2047
2297
  focusable={true}
2048
- nativeID="animatedComponent"
2049
2298
  onClick={[Function]}
2050
2299
  onResponderGrant={[Function]}
2051
2300
  onResponderMove={[Function]}
@@ -2163,10 +2412,14 @@ Array [
2163
2412
  >
2164
2413
  <View>
2165
2414
  <View
2415
+ accessibilityState={
2416
+ Object {
2417
+ "disabled": false,
2418
+ }
2419
+ }
2166
2420
  accessible={true}
2167
2421
  collapsable={false}
2168
2422
  focusable={true}
2169
- nativeID="animatedComponent"
2170
2423
  onClick={[Function]}
2171
2424
  onResponderGrant={[Function]}
2172
2425
  onResponderMove={[Function]}
@@ -2284,10 +2537,14 @@ Array [
2284
2537
  >
2285
2538
  <View>
2286
2539
  <View
2540
+ accessibilityState={
2541
+ Object {
2542
+ "disabled": false,
2543
+ }
2544
+ }
2287
2545
  accessible={true}
2288
2546
  collapsable={false}
2289
2547
  focusable={true}
2290
- nativeID="animatedComponent"
2291
2548
  onClick={[Function]}
2292
2549
  onResponderGrant={[Function]}
2293
2550
  onResponderMove={[Function]}
@@ -2405,10 +2662,14 @@ Array [
2405
2662
  >
2406
2663
  <View>
2407
2664
  <View
2665
+ accessibilityState={
2666
+ Object {
2667
+ "disabled": false,
2668
+ }
2669
+ }
2408
2670
  accessible={true}
2409
2671
  collapsable={false}
2410
2672
  focusable={true}
2411
- nativeID="animatedComponent"
2412
2673
  onClick={[Function]}
2413
2674
  onResponderGrant={[Function]}
2414
2675
  onResponderMove={[Function]}
@@ -2527,10 +2788,14 @@ Array [
2527
2788
  >
2528
2789
  <View>
2529
2790
  <View
2791
+ accessibilityState={
2792
+ Object {
2793
+ "disabled": true,
2794
+ }
2795
+ }
2530
2796
  accessible={true}
2531
2797
  collapsable={false}
2532
2798
  focusable={true}
2533
- nativeID="animatedComponent"
2534
2799
  onClick={[Function]}
2535
2800
  onResponderGrant={[Function]}
2536
2801
  onResponderMove={[Function]}
@@ -2650,13 +2915,14 @@ Array [
2650
2915
  ]
2651
2916
  `;
2652
2917
 
2653
- exports[`rendering renders correctly when bottom sheet is visible 1`] = `
2918
+ exports[`rendering renders correctly when input is loading 1`] = `
2654
2919
  Array [
2655
2920
  <View
2656
- pointerEvents="auto"
2921
+ pointerEvents="none"
2657
2922
  >
2658
2923
  <View
2659
2924
  accessible={true}
2925
+ collapsable={false}
2660
2926
  focusable={true}
2661
2927
  onClick={[Function]}
2662
2928
  onResponderGrant={[Function]}
@@ -2675,2743 +2941,201 @@ Array [
2675
2941
  pointerEvents="none"
2676
2942
  >
2677
2943
  <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={
2944
+ pointerEvents="none"
2945
+ style={
2946
+ Array [
2947
+ Object {
2948
+ "marginVertical": 8,
2949
+ "width": "100%",
2950
+ },
2951
+ undefined,
2952
+ ]
2953
+ }
2954
+ >
2955
+ <View
2956
+ style={
2957
+ Array [
2958
+ Object {
2959
+ "alignItems": "center",
2960
+ "flexDirection": "row",
2961
+ "padding": 16,
2962
+ },
2963
+ undefined,
2964
+ ]
2965
+ }
2966
+ >
2967
+ <View
2968
+ style={
2969
+ Array [
2970
+ Object {
2971
+ "borderColor": "#808f91",
2972
+ "borderRadius": 8,
2973
+ "borderWidth": 1,
2974
+ "bottom": 0,
2975
+ "left": 0,
2976
+ "position": "absolute",
2977
+ "right": 0,
2978
+ "top": 0,
2979
+ },
2980
+ undefined,
2981
+ ]
2982
+ }
2983
+ themeFocused={false}
2984
+ themeVariant="readonly"
2985
+ />
2986
+ <View
2987
+ pointerEvents="none"
2988
+ style={
2989
+ Array [
2990
+ Object {
2991
+ "backgroundColor": "#ffffff",
2992
+ "flexDirection": "row",
2993
+ "left": 16,
2994
+ "paddingHorizontal": 4,
2995
+ "position": "absolute",
2996
+ "top": -10,
2997
+ "zIndex": 1,
2998
+ },
2999
+ undefined,
3000
+ ]
3001
+ }
3002
+ >
3003
+ <Text
3004
+ style={
3005
+ Array [
3006
+ Object {
3007
+ "color": "#001f23",
3008
+ "fontFamily": "BeVietnamPro-Regular",
3009
+ "fontSize": 12,
3010
+ "letterSpacing": 0.36,
3011
+ "lineHeight": 20,
3012
+ },
3013
+ Array [
5359
3014
  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}
3015
+ "color": "#808f91",
3016
+ },
3017
+ undefined,
3018
+ ],
3019
+ ]
3020
+ }
3021
+ testID="input-label"
3022
+ themeFontSize="small"
3023
+ themeFontWeight="regular"
3024
+ themeIntent="body"
3025
+ themeTypeface="neutral"
3026
+ themeVariant="readonly"
3027
+ >
3028
+ Allow notifications
3029
+ </Text>
3030
+ </View>
3031
+ <View
3032
+ style={
3033
+ Array [
3034
+ Object {
3035
+ "alignItems": "center",
3036
+ "alignSelf": "stretch",
3037
+ "flexDirection": "row",
3038
+ "flexGrow": 2,
3039
+ "flexShrink": 1,
3040
+ },
3041
+ undefined,
3042
+ ]
3043
+ }
3044
+ >
3045
+ <TextInput
3046
+ accessibilityState={
3047
+ Object {
3048
+ "disabled": true,
3049
+ }
3050
+ }
3051
+ editable={true}
3052
+ multiline={true}
3053
+ onBlur={[Function]}
3054
+ onChangeText={[Function]}
3055
+ onFocus={[Function]}
3056
+ placeholder=" "
3057
+ pointerEvents="none"
3058
+ style={
3059
+ Array [
3060
+ Object {
3061
+ "alignSelf": "stretch",
3062
+ "flexGrow": 2,
3063
+ "fontSize": 14,
3064
+ "lineHeight": 18,
3065
+ "marginHorizontal": 8,
3066
+ "paddingVertical": 0,
3067
+ "textAlignVertical": "center",
3068
+ },
3069
+ Object {
3070
+ "color": "#001f23",
3071
+ },
3072
+ ]
3073
+ }
3074
+ testID="text-input"
3075
+ value="Monday"
5408
3076
  />
5409
3077
  </View>
5410
- </RCTScrollView>
5411
- </RCTSafeAreaView>
3078
+ <View
3079
+ collapsable={false}
3080
+ style={
3081
+ Object {
3082
+ "transform": Array [
3083
+ Object {
3084
+ "rotate": "0deg",
3085
+ },
3086
+ ],
3087
+ }
3088
+ }
3089
+ >
3090
+ <HeroIcon
3091
+ name="loading"
3092
+ style={
3093
+ Array [
3094
+ Object {
3095
+ "color": "#001f23",
3096
+ "fontSize": 16,
3097
+ },
3098
+ undefined,
3099
+ ]
3100
+ }
3101
+ testID="input-suffix"
3102
+ themeIntent="text"
3103
+ themeSize="xsmall"
3104
+ />
3105
+ </View>
3106
+ </View>
3107
+ <View
3108
+ style={
3109
+ Array [
3110
+ Object {
3111
+ "paddingLeft": 16,
3112
+ },
3113
+ undefined,
3114
+ ]
3115
+ }
3116
+ >
3117
+ <View
3118
+ style={
3119
+ Array [
3120
+ Object {
3121
+ "flexDirection": "row",
3122
+ "justifyContent": "space-between",
3123
+ },
3124
+ undefined,
3125
+ ]
3126
+ }
3127
+ />
3128
+ </View>
3129
+ </View>
5412
3130
  </View>
5413
3131
  </View>
5414
- </Modal>,
3132
+ </View>,
3133
+ <Modal
3134
+ hardwareAccelerated={false}
3135
+ onRequestClose={[Function]}
3136
+ transparent={true}
3137
+ visible={false}
3138
+ />,
5415
3139
  ]
5416
3140
  `;
5417
3141
 
@@ -5422,6 +3146,7 @@ Array [
5422
3146
  >
5423
3147
  <View
5424
3148
  accessible={true}
3149
+ collapsable={false}
5425
3150
  focusable={true}
5426
3151
  onClick={[Function]}
5427
3152
  onResponderGrant={[Function]}
@@ -5560,6 +3285,7 @@ Array [
5560
3285
  "alignSelf": "stretch",
5561
3286
  "flexGrow": 2,
5562
3287
  "fontSize": 14,
3288
+ "lineHeight": 18,
5563
3289
  "marginHorizontal": 8,
5564
3290
  "paddingVertical": 0,
5565
3291
  "textAlignVertical": "center",
@@ -5680,6 +3406,7 @@ Array [
5680
3406
  }
5681
3407
  />
5682
3408
  <RCTSafeAreaView
3409
+ collapsable={false}
5683
3410
  emulateUnlessSupported={true}
5684
3411
  style={
5685
3412
  Object {
@@ -5768,6 +3495,7 @@ Array [
5768
3495
  >
5769
3496
  <View
5770
3497
  accessible={true}
3498
+ collapsable={false}
5771
3499
  focusable={true}
5772
3500
  onClick={[Function]}
5773
3501
  onResponderGrant={[Function]}
@@ -5986,7 +3714,13 @@ Array [
5986
3714
  }
5987
3715
  />
5988
3716
  <View
3717
+ accessibilityState={
3718
+ Object {
3719
+ "disabled": false,
3720
+ }
3721
+ }
5989
3722
  accessible={true}
3723
+ collapsable={false}
5990
3724
  focusable={true}
5991
3725
  onClick={[Function]}
5992
3726
  onResponderGrant={[Function]}
@@ -6203,7 +3937,13 @@ Array [
6203
3937
  }
6204
3938
  />
6205
3939
  <View
3940
+ accessibilityState={
3941
+ Object {
3942
+ "disabled": false,
3943
+ }
3944
+ }
6206
3945
  accessible={true}
3946
+ collapsable={false}
6207
3947
  focusable={true}
6208
3948
  onClick={[Function]}
6209
3949
  onResponderGrant={[Function]}
@@ -6312,7 +4052,13 @@ Array [
6312
4052
  >
6313
4053
  <View>
6314
4054
  <View
4055
+ accessibilityState={
4056
+ Object {
4057
+ "disabled": false,
4058
+ }
4059
+ }
6315
4060
  accessible={true}
4061
+ collapsable={false}
6316
4062
  focusable={true}
6317
4063
  onClick={[Function]}
6318
4064
  onResponderGrant={[Function]}