@hero-design/rn 7.23.0 → 7.25.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 (276) hide show
  1. package/.turbo/turbo-build.log +2 -2
  2. package/assets/fonts/hero-icons.ttf +0 -0
  3. package/es/index.js +1364 -9239
  4. package/lib/assets/fonts/hero-icons.ttf +0 -0
  5. package/lib/index.js +1368 -9238
  6. package/package.json +7 -4
  7. package/rollup.config.js +1 -0
  8. package/src/components/Accordion/__tests__/__snapshots__/AccordionItem.spec.tsx.snap +4 -4
  9. package/src/components/Accordion/__tests__/__snapshots__/index.spec.tsx.snap +6 -6
  10. package/src/components/Attachment/StyledAttachment.tsx +44 -0
  11. package/src/components/Attachment/__tests__/__snapshots__/index.spec.tsx.snap +158 -0
  12. package/src/components/Attachment/__tests__/index.spec.tsx +59 -0
  13. package/src/components/Attachment/index.tsx +77 -0
  14. package/src/components/Avatar/__tests__/__snapshots__/StyledAvatar.spec.tsx.snap +3 -3
  15. package/src/components/Avatar/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
  16. package/src/components/Badge/Status.tsx +1 -1
  17. package/src/components/Badge/StyledBadge.tsx +8 -1
  18. package/src/components/Badge/__tests__/Badge.spec.tsx +9 -0
  19. package/src/components/Badge/__tests__/__snapshots__/Badge.spec.tsx.snap +44 -0
  20. package/src/components/Badge/index.tsx +1 -1
  21. package/src/components/BottomNavigation/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
  22. package/src/components/BottomSheet/Header.tsx +2 -1
  23. package/src/components/BottomSheet/__tests__/__snapshots__/index.spec.tsx.snap +52 -52
  24. package/src/components/BottomSheet/index.tsx +4 -4
  25. package/src/components/Button/Button.tsx +0 -11
  26. package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/StyledLoadingIndicator.spec.tsx.snap +4 -4
  27. package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/index.spec.tsx.snap +12 -12
  28. package/src/components/Button/LoadingIndicator/index.tsx +1 -1
  29. package/src/components/Button/StyledButton.tsx +24 -63
  30. package/src/components/Button/UtilityButton/__tests__/index.spec.tsx +2 -2
  31. package/src/components/Button/__tests__/Button.spec.tsx +10 -5
  32. package/src/components/Button/__tests__/StyledButton.spec.tsx +0 -70
  33. package/src/components/Button/__tests__/__snapshots__/StyledButton.spec.tsx.snap +301 -1206
  34. package/src/components/Calendar/CalendarRowItem.tsx +1 -4
  35. package/src/components/Calendar/__tests__/__snapshots__/CalendarRowItem.spec.tsx.snap +5 -5
  36. package/src/components/Calendar/index.tsx +4 -3
  37. package/src/components/Card/DataCard/__tests__/__snapshots__/StyledDataCard.spec.tsx.snap +1 -1
  38. package/src/components/Card/__tests__/__snapshots__/StyledCard.spec.tsx.snap +1 -1
  39. package/src/components/Card/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
  40. package/src/components/Checkbox/StyledCheckbox.tsx +7 -5
  41. package/src/components/Checkbox/__tests__/__snapshots__/StyledCheckbox.spec.tsx.snap +4 -12
  42. package/src/components/Checkbox/__tests__/__snapshots__/index.spec.tsx.snap +95 -42
  43. package/src/components/Checkbox/index.tsx +4 -2
  44. package/src/components/ContentNavigator/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
  45. package/src/components/ContentNavigator/index.tsx +14 -9
  46. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerAndroid.spec.tsx.snap +2 -0
  47. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +29 -27
  48. package/src/components/Drawer/DragableDrawer/index.tsx +0 -2
  49. package/src/components/Empty/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
  50. package/src/components/Empty/index.tsx +1 -2
  51. package/src/components/FAB/ActionGroup/__tests__/__snapshots__/index.spec.tsx.snap +12 -12
  52. package/src/components/FAB/__tests__/__snapshots__/StyledFAB.spec.tsx.snap +1 -1
  53. package/src/components/FAB/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
  54. package/src/components/Icon/HeroIcon/fonts/hero-icons.ttf +0 -0
  55. package/src/components/Icon/HeroIcon/glyphMap.json +1 -0
  56. package/src/components/Icon/HeroIcon/index.tsx +3 -7
  57. package/src/components/Icon/IconList.ts +36 -6
  58. package/src/components/Icon/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
  59. package/src/components/Icon/index.tsx +1 -0
  60. package/src/components/List/BasicListItem.tsx +13 -8
  61. package/src/components/List/ListItem.tsx +8 -6
  62. package/src/components/List/StyledBasicListItem.tsx +2 -2
  63. package/src/components/List/StyledListItem.tsx +2 -2
  64. package/src/components/List/__tests__/__snapshots__/BasicListItem.spec.tsx.snap +24 -36
  65. package/src/components/List/__tests__/__snapshots__/ListItem.spec.tsx.snap +39 -59
  66. package/src/components/List/__tests__/__snapshots__/StyledBasicListItem.spec.tsx.snap +40 -44
  67. package/src/components/List/__tests__/__snapshots__/StyledListItem.spec.tsx.snap +50 -50
  68. package/src/components/PinInput/__tests__/__snapshots__/PinCell.spec.tsx.snap +6 -6
  69. package/src/components/PinInput/__tests__/__snapshots__/index.spec.tsx.snap +21 -21
  70. package/src/components/Progress/ProgressBar.tsx +1 -1
  71. package/src/components/Progress/ProgressCircle.tsx +1 -1
  72. package/src/components/Progress/__tests__/__snapshots__/index.spec.js.snap +10 -10
  73. package/src/components/Progress/types.ts +7 -1
  74. package/src/components/Radio/__tests__/__snapshots__/Radio.spec.tsx.snap +20 -32
  75. package/src/components/Radio/__tests__/__snapshots__/RadioGroup.spec.tsx.snap +30 -48
  76. package/src/components/RefreshControl/__tests__/index.spec.tsx +1 -3
  77. package/src/components/RefreshControl/index.tsx +4 -2
  78. package/src/components/RichTextEditor/MentionList.tsx +12 -3
  79. package/src/components/RichTextEditor/RichTextEditor.tsx +4 -8
  80. package/src/components/RichTextEditor/__tests__/__snapshots__/RichTextEditor.spec.tsx.snap +6 -4
  81. package/src/components/SectionHeading/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
  82. package/src/components/Select/MultiSelect/__tests__/__snapshots__/Option.spec.tsx.snap +13 -20
  83. package/src/components/Select/MultiSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +154 -238
  84. package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +435 -650
  85. package/src/components/Select/SingleSelect/__tests__/__snapshots__/Option.spec.tsx.snap +11 -18
  86. package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +144 -228
  87. package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +414 -629
  88. package/src/components/Select/StyledOptionList.tsx +0 -1
  89. package/src/components/Select/__tests__/__snapshots__/StyledSelect.spec.tsx.snap +1 -1
  90. package/src/components/Spinner/AnimatedSpinner.tsx +22 -7
  91. package/src/components/Spinner/StyledSpinner.tsx +15 -11
  92. package/src/components/Spinner/__tests__/AnimatedSpinner.spec.tsx +3 -1
  93. package/src/components/Spinner/__tests__/StyledSpinner.spec.tsx +42 -31
  94. package/src/components/Spinner/__tests__/__snapshots__/AnimatedSpinner.spec.tsx.snap +12 -8
  95. package/src/components/Spinner/__tests__/__snapshots__/StyledSpinner.spec.tsx.snap +543 -83
  96. package/src/components/Spinner/__tests__/__snapshots__/index.spec.tsx.snap +12 -8
  97. package/src/components/Spinner/index.tsx +6 -1
  98. package/src/components/Swipeable/StyledSwipeable.tsx +11 -0
  99. package/src/components/Swipeable/SwipeableAction.tsx +45 -0
  100. package/src/components/Swipeable/__tests__/SwipeableAction.spec.tsx +37 -0
  101. package/src/components/Swipeable/__tests__/__snapshots__/SwipeableAction.spec.tsx.snap +130 -0
  102. package/src/components/Swipeable/__tests__/__snapshots__/index.spec.tsx.snap +33 -0
  103. package/src/components/Swipeable/__tests__/index.spec.tsx +34 -0
  104. package/src/components/Swipeable/index.tsx +160 -0
  105. package/src/components/Switch/SelectorSwitch/Option.tsx +1 -5
  106. package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/Option.spec.tsx.snap +3 -3
  107. package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
  108. package/src/components/Switch/SelectorSwitch/__tests__/index.spec.tsx +1 -0
  109. package/src/components/Switch/SelectorSwitch/index.tsx +4 -1
  110. package/src/components/Switch/__tests__/__snapshots__/StyledSwitch.spec.tsx.snap +1 -1
  111. package/src/components/Tabs/StyledTabs.tsx +1 -1
  112. package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +1 -1
  113. package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
  114. package/src/components/Tag/__tests__/__snapshots__/Tag.spec.tsx.snap +2 -2
  115. package/src/components/TextInput/StyledTextInput.tsx +7 -12
  116. package/src/components/TextInput/__tests__/StyledTextInput.spec.tsx +12 -6
  117. package/src/components/TextInput/__tests__/__snapshots__/StyledTextInput.spec.tsx.snap +31 -146
  118. package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +40 -14
  119. package/src/components/TextInput/__tests__/index.spec.tsx +114 -124
  120. package/src/components/TextInput/index.tsx +8 -6
  121. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerAndroid.spec.tsx.snap +2 -0
  122. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +29 -27
  123. package/src/components/Toast/Toast.tsx +0 -3
  124. package/src/components/Toast/ToastProvider.tsx +1 -0
  125. package/src/components/Toast/__tests__/index.spec.tsx +1 -1
  126. package/src/components/Toolbar/__tests__/__snapshots__/ToolbarGroup.spec.tsx.snap +12 -12
  127. package/src/components/Toolbar/__tests__/__snapshots__/ToolbarItem.spec.tsx.snap +6 -6
  128. package/src/components/Typography/Text/__tests__/__snapshots__/StyledText.spec.tsx.snap +4 -4
  129. package/src/emotion.d.ts +1 -0
  130. package/src/index.ts +10 -0
  131. package/src/theme/ThemeSwitcher.tsx +7 -1
  132. package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +96 -78
  133. package/src/theme/__tests__/ensureCompatibleWithV7.spec.tsx +13 -0
  134. package/src/theme/components/alert.ts +1 -1
  135. package/src/theme/components/attachment.ts +28 -0
  136. package/src/theme/components/avatar.ts +1 -1
  137. package/src/theme/components/badge.ts +2 -1
  138. package/src/theme/components/bottomNavigation.ts +1 -1
  139. package/src/theme/components/bottomSheet.ts +2 -2
  140. package/src/theme/components/button.ts +4 -20
  141. package/src/theme/components/calendar.ts +3 -3
  142. package/src/theme/components/card.ts +1 -1
  143. package/src/theme/components/checkbox.ts +2 -2
  144. package/src/theme/components/divider.ts +1 -1
  145. package/src/theme/components/drawer.ts +2 -2
  146. package/src/theme/components/empty.ts +3 -3
  147. package/src/theme/components/fab.ts +7 -7
  148. package/src/theme/components/icon.ts +4 -4
  149. package/src/theme/components/list.ts +0 -2
  150. package/src/theme/components/pinInput.ts +4 -4
  151. package/src/theme/components/progress.ts +6 -5
  152. package/src/theme/components/radio.ts +1 -1
  153. package/src/theme/components/richTextEditor.ts +2 -2
  154. package/src/theme/components/slider.ts +2 -2
  155. package/src/theme/components/spinner.ts +4 -1
  156. package/src/theme/components/swipeable.ts +13 -0
  157. package/src/theme/components/switch.ts +4 -4
  158. package/src/theme/components/tabs.ts +6 -5
  159. package/src/theme/components/tag.ts +2 -2
  160. package/src/theme/components/textInput.ts +23 -33
  161. package/src/theme/components/toast.ts +3 -3
  162. package/src/theme/components/toolbar.ts +3 -3
  163. package/src/theme/components/typography.ts +7 -7
  164. package/src/theme/getTheme.ts +7 -1
  165. package/src/theme/global/colors/eBens.ts +23 -0
  166. package/src/theme/global/colors/global.ts +15 -6
  167. package/src/theme/global/colors/jobs.ts +15 -10
  168. package/src/theme/global/colors/legacySystemPalette.ts +6 -6
  169. package/src/theme/global/colors/swag.ts +32 -53
  170. package/src/theme/global/colors/types.ts +35 -15
  171. package/src/theme/global/colors/wallet.ts +23 -0
  172. package/src/theme/global/colors/work.ts +15 -11
  173. package/src/theme/global/index.ts +4 -0
  174. package/src/theme/index.ts +4 -0
  175. package/src/types.ts +2 -0
  176. package/src/utils/functions.ts +2 -0
  177. package/src/utils/scale.ts +1 -1
  178. package/testUtils/setup.tsx +13 -0
  179. package/tsconfig.json +8 -2
  180. package/types/components/Accordion/StyledAccordion.d.ts +14 -14
  181. package/types/components/Alert/StyledAlert.d.ts +15 -15
  182. package/types/components/Attachment/StyledAttachment.d.ts +28 -0
  183. package/types/components/Attachment/index.d.ts +37 -0
  184. package/types/components/Avatar/StyledAvatar.d.ts +15 -15
  185. package/types/components/Avatar/index.d.ts +1 -1
  186. package/types/components/Badge/Status.d.ts +1 -1
  187. package/types/components/Badge/StyledBadge.d.ts +8 -8
  188. package/types/components/Badge/index.d.ts +1 -1
  189. package/types/components/BottomNavigation/StyledBottomNavigation.d.ts +21 -21
  190. package/types/components/BottomSheet/Header.d.ts +1 -1
  191. package/types/components/BottomSheet/StyledBottomSheet.d.ts +22 -22
  192. package/types/components/Box/StyledBox.d.ts +4 -4
  193. package/types/components/Button/LoadingIndicator/StyledLoadingIndicator.d.ts +7 -7
  194. package/types/components/Button/StyledButton.d.ts +15 -18
  195. package/types/components/Button/UtilityButton/StyledUtilityButton.d.ts +8 -8
  196. package/types/components/Calendar/StyledCalendar.d.ts +25 -25
  197. package/types/components/Calendar/helpers.d.ts +2 -2
  198. package/types/components/Card/DataCard/StyledDataCard.d.ts +6 -6
  199. package/types/components/Card/StyledCard.d.ts +7 -7
  200. package/types/components/Checkbox/StyledCheckbox.d.ts +16 -10
  201. package/types/components/Collapse/StyledCollapse.d.ts +8 -8
  202. package/types/components/ContentNavigator/StyledContentNavigator.d.ts +5 -5
  203. package/types/components/ContentNavigator/index.d.ts +2 -1
  204. package/types/components/DatePicker/StyledDatePicker.d.ts +3 -3
  205. package/types/components/Divider/StyledDivider.d.ts +5 -5
  206. package/types/components/Drawer/StyledDrawer.d.ts +19 -19
  207. package/types/components/Empty/StyledEmpty.d.ts +9 -9
  208. package/types/components/Empty/index.d.ts +1 -2
  209. package/types/components/FAB/ActionGroup/StyledActionGroup.d.ts +11 -11
  210. package/types/components/FAB/ActionGroup/StyledActionItem.d.ts +7 -7
  211. package/types/components/FAB/StyledFAB.d.ts +8 -8
  212. package/types/components/Icon/HeroIcon/index.d.ts +3 -3
  213. package/types/components/Icon/IconList.d.ts +1 -1
  214. package/types/components/Icon/index.d.ts +4 -1
  215. package/types/components/Icon/utils.d.ts +1 -1
  216. package/types/components/List/StyledBasicListItem.d.ts +16 -16
  217. package/types/components/List/StyledListItem.d.ts +25 -25
  218. package/types/components/PinInput/StyledPinInput.d.ts +30 -30
  219. package/types/components/Progress/ProgressBar.d.ts +1 -1
  220. package/types/components/Progress/ProgressCircle.d.ts +1 -1
  221. package/types/components/Progress/StyledProgressBar.d.ts +5 -5
  222. package/types/components/Progress/StyledProgressCircle.d.ts +18 -18
  223. package/types/components/Progress/types.d.ts +1 -1
  224. package/types/components/Radio/StyledRadio.d.ts +9 -9
  225. package/types/components/RefreshControl/index.d.ts +1 -2
  226. package/types/components/RichTextEditor/EditorToolbar.d.ts +1 -1
  227. package/types/components/RichTextEditor/MentionList.d.ts +1 -1
  228. package/types/components/RichTextEditor/StyledRichTextEditor.d.ts +6 -6
  229. package/types/components/RichTextEditor/StyledToolbar.d.ts +9 -9
  230. package/types/components/RichTextEditor/index.d.ts +2 -2
  231. package/types/components/SectionHeading/StyledHeading.d.ts +9 -9
  232. package/types/components/Select/MultiSelect/Option.d.ts +1 -1
  233. package/types/components/Select/SingleSelect/Option.d.ts +1 -1
  234. package/types/components/Select/StyledSelect.d.ts +11 -11
  235. package/types/components/Select/helpers.d.ts +1 -1
  236. package/types/components/Spinner/AnimatedSpinner.d.ts +2 -1
  237. package/types/components/Spinner/StyledSpinner.d.ts +13 -12
  238. package/types/components/Spinner/index.d.ts +5 -1
  239. package/types/components/Swipeable/StyledSwipeable.d.ts +10 -0
  240. package/types/components/Swipeable/SwipeableAction.d.ts +27 -0
  241. package/types/components/Swipeable/index.d.ts +45 -0
  242. package/types/components/Switch/SelectorSwitch/Option.d.ts +3 -1
  243. package/types/components/Switch/SelectorSwitch/StyledSelectorSwitch.d.ts +9 -9
  244. package/types/components/Switch/StyledSwitch.d.ts +5 -5
  245. package/types/components/Tabs/StyledScrollableTabs.d.ts +23 -23
  246. package/types/components/Tabs/StyledTabs.d.ts +22 -22
  247. package/types/components/Tag/StyledTag.d.ts +6 -6
  248. package/types/components/TextInput/StyledTextInput.d.ts +46 -45
  249. package/types/components/TextInput/index.d.ts +6 -6
  250. package/types/components/TimePicker/StyledTimePicker.d.ts +3 -3
  251. package/types/components/Toast/StyledToast.d.ts +17 -17
  252. package/types/components/Toolbar/StyledToolbar.d.ts +9 -9
  253. package/types/components/Typography/Text/StyledText.d.ts +3 -3
  254. package/types/index.d.ts +4 -2
  255. package/types/testHelpers/renderWithTheme.d.ts +1 -1
  256. package/types/theme/ThemeSwitcher.d.ts +2 -2
  257. package/types/theme/components/attachment.d.ts +21 -0
  258. package/types/theme/components/badge.d.ts +1 -0
  259. package/types/theme/components/button.d.ts +0 -15
  260. package/types/theme/components/list.d.ts +0 -1
  261. package/types/theme/components/progress.d.ts +1 -0
  262. package/types/theme/components/spinner.d.ts +4 -1
  263. package/types/theme/components/swipeable.d.ts +9 -0
  264. package/types/theme/components/tabs.d.ts +1 -0
  265. package/types/theme/components/tag.d.ts +2 -2
  266. package/types/theme/components/textInput.d.ts +0 -10
  267. package/types/theme/getTheme.d.ts +4 -0
  268. package/types/theme/global/colors/eBens.d.ts +3 -0
  269. package/types/theme/global/colors/types.d.ts +23 -16
  270. package/types/theme/global/colors/wallet.d.ts +3 -0
  271. package/types/theme/global/index.d.ts +26 -12
  272. package/types/theme/index.d.ts +2 -2
  273. package/types/types.d.ts +2 -1
  274. package/types/utils/functions.d.ts +1 -0
  275. package/types/utils/hooks.d.ts +1 -1
  276. package/src/components/Icon/HeroIcon/selection.json +0 -7029
@@ -64,6 +64,7 @@ Array [
64
64
  undefined,
65
65
  ]
66
66
  }
67
+ themeFocused={false}
67
68
  themeVariant="default"
68
69
  />
69
70
  <View
@@ -148,6 +149,7 @@ Array [
148
149
  "flexGrow": 2,
149
150
  "fontSize": 14,
150
151
  "marginHorizontal": 8,
152
+ "paddingVertical": 0,
151
153
  "textAlignVertical": "center",
152
154
  },
153
155
  Object {
@@ -222,31 +224,6 @@ Array [
222
224
  ]
223
225
  }
224
226
  >
225
- <View
226
- accessible={true}
227
- collapsable={false}
228
- focusable={true}
229
- onBlur={[Function]}
230
- onClick={[Function]}
231
- onFocus={[Function]}
232
- onResponderGrant={[Function]}
233
- onResponderMove={[Function]}
234
- onResponderRelease={[Function]}
235
- onResponderTerminate={[Function]}
236
- onResponderTerminationRequest={[Function]}
237
- onStartShouldSetResponder={[Function]}
238
- style={
239
- Object {
240
- "backgroundColor": "#001f23",
241
- "bottom": 0,
242
- "left": 0,
243
- "opacity": 0.48,
244
- "position": "absolute",
245
- "right": 0,
246
- "top": 0,
247
- }
248
- }
249
- />
250
227
  <View
251
228
  onLayout={[Function]}
252
229
  style={
@@ -264,6 +241,31 @@ Array [
264
241
  ]
265
242
  }
266
243
  >
244
+ <View
245
+ accessible={true}
246
+ collapsable={false}
247
+ focusable={true}
248
+ onBlur={[Function]}
249
+ onClick={[Function]}
250
+ onFocus={[Function]}
251
+ onResponderGrant={[Function]}
252
+ onResponderMove={[Function]}
253
+ onResponderRelease={[Function]}
254
+ onResponderTerminate={[Function]}
255
+ onResponderTerminationRequest={[Function]}
256
+ onStartShouldSetResponder={[Function]}
257
+ style={
258
+ Object {
259
+ "backgroundColor": "#001f23",
260
+ "bottom": 0,
261
+ "left": 0,
262
+ "opacity": 0.48,
263
+ "position": "absolute",
264
+ "right": 0,
265
+ "top": 0,
266
+ }
267
+ }
268
+ />
267
269
  <RCTSafeAreaView
268
270
  emulateUnlessSupported={true}
269
271
  style={
@@ -444,7 +446,6 @@ Array [
444
446
  onScroll={[Function]}
445
447
  onScrollBeginDrag={[Function]}
446
448
  onScrollEndDrag={[Function]}
447
- onScrollToIndexFailed={[Function]}
448
449
  renderItem={[Function]}
449
450
  scrollEventThrottle={50}
450
451
  stickyHeaderIndices={
@@ -580,11 +581,6 @@ Array [
580
581
  }
581
582
  />
582
583
  <View
583
- accessibilityState={
584
- Object {
585
- "disabled": false,
586
- }
587
- }
588
584
  accessible={true}
589
585
  focusable={true}
590
586
  onClick={[Function]}
@@ -595,17 +591,14 @@ Array [
595
591
  onResponderTerminationRequest={[Function]}
596
592
  onStartShouldSetResponder={[Function]}
597
593
  style={
598
- Array [
599
- Object {
600
- "alignItems": "center",
601
- "backgroundColor": "#ffffff",
602
- "borderRadius": 4,
603
- "flexDirection": "row",
604
- "opacity": 1,
605
- "padding": 16,
606
- },
607
- undefined,
608
- ]
594
+ Object {
595
+ "alignItems": "center",
596
+ "backgroundColor": "#ffffff",
597
+ "borderRadius": 4,
598
+ "flexDirection": "row",
599
+ "opacity": 1,
600
+ "padding": 16,
601
+ }
609
602
  }
610
603
  >
611
604
  <View
@@ -725,11 +718,6 @@ Array [
725
718
  >
726
719
  <View>
727
720
  <View
728
- accessibilityState={
729
- Object {
730
- "disabled": false,
731
- }
732
- }
733
721
  accessible={true}
734
722
  focusable={true}
735
723
  onClick={[Function]}
@@ -740,17 +728,14 @@ Array [
740
728
  onResponderTerminationRequest={[Function]}
741
729
  onStartShouldSetResponder={[Function]}
742
730
  style={
743
- Array [
744
- Object {
745
- "alignItems": "center",
746
- "backgroundColor": "#ffffff",
747
- "borderRadius": 4,
748
- "flexDirection": "row",
749
- "opacity": 1,
750
- "padding": 16,
751
- },
752
- undefined,
753
- ]
731
+ Object {
732
+ "alignItems": "center",
733
+ "backgroundColor": "#ffffff",
734
+ "borderRadius": 4,
735
+ "flexDirection": "row",
736
+ "opacity": 1,
737
+ "padding": 16,
738
+ }
754
739
  }
755
740
  >
756
741
  <View
@@ -985,11 +970,6 @@ Array [
985
970
  }
986
971
  />
987
972
  <View
988
- accessibilityState={
989
- Object {
990
- "disabled": false,
991
- }
992
- }
993
973
  accessible={true}
994
974
  focusable={true}
995
975
  onClick={[Function]}
@@ -1000,17 +980,14 @@ Array [
1000
980
  onResponderTerminationRequest={[Function]}
1001
981
  onStartShouldSetResponder={[Function]}
1002
982
  style={
1003
- Array [
1004
- Object {
1005
- "alignItems": "center",
1006
- "backgroundColor": "#ffffff",
1007
- "borderRadius": 4,
1008
- "flexDirection": "row",
1009
- "opacity": 1,
1010
- "padding": 16,
1011
- },
1012
- undefined,
1013
- ]
983
+ Object {
984
+ "alignItems": "center",
985
+ "backgroundColor": "#ffffff",
986
+ "borderRadius": 4,
987
+ "flexDirection": "row",
988
+ "opacity": 1,
989
+ "padding": 16,
990
+ }
1014
991
  }
1015
992
  >
1016
993
  <View
@@ -1130,11 +1107,6 @@ Array [
1130
1107
  >
1131
1108
  <View>
1132
1109
  <View
1133
- accessibilityState={
1134
- Object {
1135
- "disabled": false,
1136
- }
1137
- }
1138
1110
  accessible={true}
1139
1111
  focusable={true}
1140
1112
  onClick={[Function]}
@@ -1145,17 +1117,14 @@ Array [
1145
1117
  onResponderTerminationRequest={[Function]}
1146
1118
  onStartShouldSetResponder={[Function]}
1147
1119
  style={
1148
- Array [
1149
- Object {
1150
- "alignItems": "center",
1151
- "backgroundColor": "#ffffff",
1152
- "borderRadius": 4,
1153
- "flexDirection": "row",
1154
- "opacity": 1,
1155
- "padding": 16,
1156
- },
1157
- undefined,
1158
- ]
1120
+ Object {
1121
+ "alignItems": "center",
1122
+ "backgroundColor": "#ffffff",
1123
+ "borderRadius": 4,
1124
+ "flexDirection": "row",
1125
+ "opacity": 1,
1126
+ "padding": 16,
1127
+ }
1159
1128
  }
1160
1129
  >
1161
1130
  <View
@@ -1341,6 +1310,7 @@ Array [
1341
1310
  undefined,
1342
1311
  ]
1343
1312
  }
1313
+ themeFocused={false}
1344
1314
  themeVariant="filled"
1345
1315
  />
1346
1316
  <View
@@ -1420,6 +1390,7 @@ Array [
1420
1390
  "flexGrow": 2,
1421
1391
  "fontSize": 14,
1422
1392
  "marginHorizontal": 8,
1393
+ "paddingVertical": 0,
1423
1394
  "textAlignVertical": "center",
1424
1395
  },
1425
1396
  Object {
@@ -1495,32 +1466,6 @@ Array [
1495
1466
  ]
1496
1467
  }
1497
1468
  >
1498
- <View
1499
- accessible={true}
1500
- collapsable={false}
1501
- focusable={true}
1502
- nativeID="animatedComponent"
1503
- onBlur={[Function]}
1504
- onClick={[Function]}
1505
- onFocus={[Function]}
1506
- onResponderGrant={[Function]}
1507
- onResponderMove={[Function]}
1508
- onResponderRelease={[Function]}
1509
- onResponderTerminate={[Function]}
1510
- onResponderTerminationRequest={[Function]}
1511
- onStartShouldSetResponder={[Function]}
1512
- style={
1513
- Object {
1514
- "backgroundColor": "#001f23",
1515
- "bottom": 0,
1516
- "left": 0,
1517
- "opacity": 0.48,
1518
- "position": "absolute",
1519
- "right": 0,
1520
- "top": 0,
1521
- }
1522
- }
1523
- />
1524
1469
  <View
1525
1470
  onLayout={[Function]}
1526
1471
  style={
@@ -1538,6 +1483,32 @@ Array [
1538
1483
  ]
1539
1484
  }
1540
1485
  >
1486
+ <View
1487
+ accessible={true}
1488
+ collapsable={false}
1489
+ focusable={true}
1490
+ nativeID="animatedComponent"
1491
+ onBlur={[Function]}
1492
+ onClick={[Function]}
1493
+ onFocus={[Function]}
1494
+ onResponderGrant={[Function]}
1495
+ onResponderMove={[Function]}
1496
+ onResponderRelease={[Function]}
1497
+ onResponderTerminate={[Function]}
1498
+ onResponderTerminationRequest={[Function]}
1499
+ onStartShouldSetResponder={[Function]}
1500
+ style={
1501
+ Object {
1502
+ "backgroundColor": "#001f23",
1503
+ "bottom": 0,
1504
+ "left": 0,
1505
+ "opacity": 0.48,
1506
+ "position": "absolute",
1507
+ "right": 0,
1508
+ "top": 0,
1509
+ }
1510
+ }
1511
+ />
1541
1512
  <RCTSafeAreaView
1542
1513
  collapsable={false}
1543
1514
  emulateUnlessSupported={true}
@@ -1726,7 +1697,6 @@ Array [
1726
1697
  onScroll={[Function]}
1727
1698
  onScrollBeginDrag={[Function]}
1728
1699
  onScrollEndDrag={[Function]}
1729
- onScrollToIndexFailed={[Function]}
1730
1700
  renderItem={[Function]}
1731
1701
  scrollEventThrottle={50}
1732
1702
  stickyHeaderIndices={
@@ -1800,13 +1770,10 @@ Array [
1800
1770
  }
1801
1771
  />
1802
1772
  <View
1803
- accessibilityState={
1804
- Object {
1805
- "disabled": false,
1806
- }
1807
- }
1808
1773
  accessible={true}
1774
+ collapsable={false}
1809
1775
  focusable={true}
1776
+ nativeID="animatedComponent"
1810
1777
  onClick={[Function]}
1811
1778
  onResponderGrant={[Function]}
1812
1779
  onResponderMove={[Function]}
@@ -1815,19 +1782,15 @@ Array [
1815
1782
  onResponderTerminationRequest={[Function]}
1816
1783
  onStartShouldSetResponder={[Function]}
1817
1784
  style={
1818
- Array [
1819
- Object {
1820
- "alignItems": "center",
1821
- "backgroundColor": "#d9d1df",
1822
- "borderRadius": 4,
1823
- "flexDirection": "row",
1824
- "opacity": 1,
1825
- "padding": 16,
1826
- },
1827
- Object {
1828
- "marginHorizontal": 12,
1829
- },
1830
- ]
1785
+ Object {
1786
+ "alignItems": "center",
1787
+ "backgroundColor": "#ece8ef",
1788
+ "borderRadius": 4,
1789
+ "flexDirection": "row",
1790
+ "marginHorizontal": 12,
1791
+ "opacity": 1,
1792
+ "padding": 16,
1793
+ }
1831
1794
  }
1832
1795
  >
1833
1796
  <View
@@ -1928,13 +1891,10 @@ Array [
1928
1891
  >
1929
1892
  <View>
1930
1893
  <View
1931
- accessibilityState={
1932
- Object {
1933
- "disabled": false,
1934
- }
1935
- }
1936
1894
  accessible={true}
1895
+ collapsable={false}
1937
1896
  focusable={true}
1897
+ nativeID="animatedComponent"
1938
1898
  onClick={[Function]}
1939
1899
  onResponderGrant={[Function]}
1940
1900
  onResponderMove={[Function]}
@@ -1943,19 +1903,15 @@ Array [
1943
1903
  onResponderTerminationRequest={[Function]}
1944
1904
  onStartShouldSetResponder={[Function]}
1945
1905
  style={
1946
- Array [
1947
- Object {
1948
- "alignItems": "center",
1949
- "backgroundColor": "#ffffff",
1950
- "borderRadius": 4,
1951
- "flexDirection": "row",
1952
- "opacity": 1,
1953
- "padding": 16,
1954
- },
1955
- Object {
1956
- "marginHorizontal": 12,
1957
- },
1958
- ]
1906
+ Object {
1907
+ "alignItems": "center",
1908
+ "backgroundColor": "#ffffff",
1909
+ "borderRadius": 4,
1910
+ "flexDirection": "row",
1911
+ "marginHorizontal": 12,
1912
+ "opacity": 1,
1913
+ "padding": 16,
1914
+ }
1959
1915
  }
1960
1916
  >
1961
1917
  <View
@@ -2056,13 +2012,10 @@ Array [
2056
2012
  >
2057
2013
  <View>
2058
2014
  <View
2059
- accessibilityState={
2060
- Object {
2061
- "disabled": false,
2062
- }
2063
- }
2064
2015
  accessible={true}
2016
+ collapsable={false}
2065
2017
  focusable={true}
2018
+ nativeID="animatedComponent"
2066
2019
  onClick={[Function]}
2067
2020
  onResponderGrant={[Function]}
2068
2021
  onResponderMove={[Function]}
@@ -2071,19 +2024,15 @@ Array [
2071
2024
  onResponderTerminationRequest={[Function]}
2072
2025
  onStartShouldSetResponder={[Function]}
2073
2026
  style={
2074
- Array [
2075
- Object {
2076
- "alignItems": "center",
2077
- "backgroundColor": "#ffffff",
2078
- "borderRadius": 4,
2079
- "flexDirection": "row",
2080
- "opacity": 1,
2081
- "padding": 16,
2082
- },
2083
- Object {
2084
- "marginHorizontal": 12,
2085
- },
2086
- ]
2027
+ Object {
2028
+ "alignItems": "center",
2029
+ "backgroundColor": "#ffffff",
2030
+ "borderRadius": 4,
2031
+ "flexDirection": "row",
2032
+ "marginHorizontal": 12,
2033
+ "opacity": 1,
2034
+ "padding": 16,
2035
+ }
2087
2036
  }
2088
2037
  >
2089
2038
  <View
@@ -2184,13 +2133,10 @@ Array [
2184
2133
  >
2185
2134
  <View>
2186
2135
  <View
2187
- accessibilityState={
2188
- Object {
2189
- "disabled": false,
2190
- }
2191
- }
2192
2136
  accessible={true}
2137
+ collapsable={false}
2193
2138
  focusable={true}
2139
+ nativeID="animatedComponent"
2194
2140
  onClick={[Function]}
2195
2141
  onResponderGrant={[Function]}
2196
2142
  onResponderMove={[Function]}
@@ -2199,19 +2145,15 @@ Array [
2199
2145
  onResponderTerminationRequest={[Function]}
2200
2146
  onStartShouldSetResponder={[Function]}
2201
2147
  style={
2202
- Array [
2203
- Object {
2204
- "alignItems": "center",
2205
- "backgroundColor": "#ffffff",
2206
- "borderRadius": 4,
2207
- "flexDirection": "row",
2208
- "opacity": 1,
2209
- "padding": 16,
2210
- },
2211
- Object {
2212
- "marginHorizontal": 12,
2213
- },
2214
- ]
2148
+ Object {
2149
+ "alignItems": "center",
2150
+ "backgroundColor": "#ffffff",
2151
+ "borderRadius": 4,
2152
+ "flexDirection": "row",
2153
+ "marginHorizontal": 12,
2154
+ "opacity": 1,
2155
+ "padding": 16,
2156
+ }
2215
2157
  }
2216
2158
  >
2217
2159
  <View
@@ -2312,13 +2254,10 @@ Array [
2312
2254
  >
2313
2255
  <View>
2314
2256
  <View
2315
- accessibilityState={
2316
- Object {
2317
- "disabled": false,
2318
- }
2319
- }
2320
2257
  accessible={true}
2258
+ collapsable={false}
2321
2259
  focusable={true}
2260
+ nativeID="animatedComponent"
2322
2261
  onClick={[Function]}
2323
2262
  onResponderGrant={[Function]}
2324
2263
  onResponderMove={[Function]}
@@ -2327,19 +2266,15 @@ Array [
2327
2266
  onResponderTerminationRequest={[Function]}
2328
2267
  onStartShouldSetResponder={[Function]}
2329
2268
  style={
2330
- Array [
2331
- Object {
2332
- "alignItems": "center",
2333
- "backgroundColor": "#ffffff",
2334
- "borderRadius": 4,
2335
- "flexDirection": "row",
2336
- "opacity": 1,
2337
- "padding": 16,
2338
- },
2339
- Object {
2340
- "marginHorizontal": 12,
2341
- },
2342
- ]
2269
+ Object {
2270
+ "alignItems": "center",
2271
+ "backgroundColor": "#ffffff",
2272
+ "borderRadius": 4,
2273
+ "flexDirection": "row",
2274
+ "marginHorizontal": 12,
2275
+ "opacity": 1,
2276
+ "padding": 16,
2277
+ }
2343
2278
  }
2344
2279
  >
2345
2280
  <View
@@ -2440,13 +2375,10 @@ Array [
2440
2375
  >
2441
2376
  <View>
2442
2377
  <View
2443
- accessibilityState={
2444
- Object {
2445
- "disabled": false,
2446
- }
2447
- }
2448
2378
  accessible={true}
2379
+ collapsable={false}
2449
2380
  focusable={true}
2381
+ nativeID="animatedComponent"
2450
2382
  onClick={[Function]}
2451
2383
  onResponderGrant={[Function]}
2452
2384
  onResponderMove={[Function]}
@@ -2455,19 +2387,15 @@ Array [
2455
2387
  onResponderTerminationRequest={[Function]}
2456
2388
  onStartShouldSetResponder={[Function]}
2457
2389
  style={
2458
- Array [
2459
- Object {
2460
- "alignItems": "center",
2461
- "backgroundColor": "#ffffff",
2462
- "borderRadius": 4,
2463
- "flexDirection": "row",
2464
- "opacity": 1,
2465
- "padding": 16,
2466
- },
2467
- Object {
2468
- "marginHorizontal": 12,
2469
- },
2470
- ]
2390
+ Object {
2391
+ "alignItems": "center",
2392
+ "backgroundColor": "#ffffff",
2393
+ "borderRadius": 4,
2394
+ "flexDirection": "row",
2395
+ "marginHorizontal": 12,
2396
+ "opacity": 1,
2397
+ "padding": 16,
2398
+ }
2471
2399
  }
2472
2400
  >
2473
2401
  <View
@@ -2569,13 +2497,10 @@ Array [
2569
2497
  >
2570
2498
  <View>
2571
2499
  <View
2572
- accessibilityState={
2573
- Object {
2574
- "disabled": true,
2575
- }
2576
- }
2577
2500
  accessible={true}
2501
+ collapsable={false}
2578
2502
  focusable={true}
2503
+ nativeID="animatedComponent"
2579
2504
  onClick={[Function]}
2580
2505
  onResponderGrant={[Function]}
2581
2506
  onResponderMove={[Function]}
@@ -2584,19 +2509,15 @@ Array [
2584
2509
  onResponderTerminationRequest={[Function]}
2585
2510
  onStartShouldSetResponder={[Function]}
2586
2511
  style={
2587
- Array [
2588
- Object {
2589
- "alignItems": "center",
2590
- "backgroundColor": "#ffffff",
2591
- "borderRadius": 4,
2592
- "flexDirection": "row",
2593
- "opacity": 0.38,
2594
- "padding": 16,
2595
- },
2596
- Object {
2597
- "marginHorizontal": 12,
2598
- },
2599
- ]
2512
+ Object {
2513
+ "alignItems": "center",
2514
+ "backgroundColor": "#ffffff",
2515
+ "borderRadius": 4,
2516
+ "flexDirection": "row",
2517
+ "marginHorizontal": 12,
2518
+ "opacity": 0.38,
2519
+ "padding": 16,
2520
+ }
2600
2521
  }
2601
2522
  >
2602
2523
  <View
@@ -2763,6 +2684,7 @@ Array [
2763
2684
  undefined,
2764
2685
  ]
2765
2686
  }
2687
+ themeFocused={false}
2766
2688
  themeVariant="filled"
2767
2689
  />
2768
2690
  <View
@@ -2842,6 +2764,7 @@ Array [
2842
2764
  "flexGrow": 2,
2843
2765
  "fontSize": 14,
2844
2766
  "marginHorizontal": 8,
2767
+ "paddingVertical": 0,
2845
2768
  "textAlignVertical": "center",
2846
2769
  },
2847
2770
  Object {
@@ -2917,31 +2840,6 @@ Array [
2917
2840
  ]
2918
2841
  }
2919
2842
  >
2920
- <View
2921
- accessible={true}
2922
- collapsable={false}
2923
- focusable={true}
2924
- onBlur={[Function]}
2925
- onClick={[Function]}
2926
- onFocus={[Function]}
2927
- onResponderGrant={[Function]}
2928
- onResponderMove={[Function]}
2929
- onResponderRelease={[Function]}
2930
- onResponderTerminate={[Function]}
2931
- onResponderTerminationRequest={[Function]}
2932
- onStartShouldSetResponder={[Function]}
2933
- style={
2934
- Object {
2935
- "backgroundColor": "#001f23",
2936
- "bottom": 0,
2937
- "left": 0,
2938
- "opacity": 0.48,
2939
- "position": "absolute",
2940
- "right": 0,
2941
- "top": 0,
2942
- }
2943
- }
2944
- />
2945
2843
  <View
2946
2844
  onLayout={[Function]}
2947
2845
  style={
@@ -2959,6 +2857,31 @@ Array [
2959
2857
  ]
2960
2858
  }
2961
2859
  >
2860
+ <View
2861
+ accessible={true}
2862
+ collapsable={false}
2863
+ focusable={true}
2864
+ onBlur={[Function]}
2865
+ onClick={[Function]}
2866
+ onFocus={[Function]}
2867
+ onResponderGrant={[Function]}
2868
+ onResponderMove={[Function]}
2869
+ onResponderRelease={[Function]}
2870
+ onResponderTerminate={[Function]}
2871
+ onResponderTerminationRequest={[Function]}
2872
+ onStartShouldSetResponder={[Function]}
2873
+ style={
2874
+ Object {
2875
+ "backgroundColor": "#001f23",
2876
+ "bottom": 0,
2877
+ "left": 0,
2878
+ "opacity": 0.48,
2879
+ "position": "absolute",
2880
+ "right": 0,
2881
+ "top": 0,
2882
+ }
2883
+ }
2884
+ />
2962
2885
  <RCTSafeAreaView
2963
2886
  emulateUnlessSupported={true}
2964
2887
  style={
@@ -3143,7 +3066,6 @@ Array [
3143
3066
  onScroll={[Function]}
3144
3067
  onScrollBeginDrag={[Function]}
3145
3068
  onScrollEndDrag={[Function]}
3146
- onScrollToIndexFailed={[Function]}
3147
3069
  renderItem={[Function]}
3148
3070
  scrollEventThrottle={50}
3149
3071
  stickyHeaderIndices={
@@ -3217,11 +3139,6 @@ Array [
3217
3139
  }
3218
3140
  />
3219
3141
  <View
3220
- accessibilityState={
3221
- Object {
3222
- "disabled": false,
3223
- }
3224
- }
3225
3142
  accessible={true}
3226
3143
  focusable={true}
3227
3144
  onClick={[Function]}
@@ -3232,19 +3149,15 @@ Array [
3232
3149
  onResponderTerminationRequest={[Function]}
3233
3150
  onStartShouldSetResponder={[Function]}
3234
3151
  style={
3235
- Array [
3236
- Object {
3237
- "alignItems": "center",
3238
- "backgroundColor": "#d9d1df",
3239
- "borderRadius": 4,
3240
- "flexDirection": "row",
3241
- "opacity": 1,
3242
- "padding": 16,
3243
- },
3244
- Object {
3245
- "marginHorizontal": 12,
3246
- },
3247
- ]
3152
+ Object {
3153
+ "alignItems": "center",
3154
+ "backgroundColor": "#ece8ef",
3155
+ "borderRadius": 4,
3156
+ "flexDirection": "row",
3157
+ "marginHorizontal": 12,
3158
+ "opacity": 1,
3159
+ "padding": 16,
3160
+ }
3248
3161
  }
3249
3162
  >
3250
3163
  <View
@@ -3345,11 +3258,6 @@ Array [
3345
3258
  >
3346
3259
  <View>
3347
3260
  <View
3348
- accessibilityState={
3349
- Object {
3350
- "disabled": false,
3351
- }
3352
- }
3353
3261
  accessible={true}
3354
3262
  focusable={true}
3355
3263
  onClick={[Function]}
@@ -3360,19 +3268,15 @@ Array [
3360
3268
  onResponderTerminationRequest={[Function]}
3361
3269
  onStartShouldSetResponder={[Function]}
3362
3270
  style={
3363
- Array [
3364
- Object {
3365
- "alignItems": "center",
3366
- "backgroundColor": "#ffffff",
3367
- "borderRadius": 4,
3368
- "flexDirection": "row",
3369
- "opacity": 1,
3370
- "padding": 16,
3371
- },
3372
- Object {
3373
- "marginHorizontal": 12,
3374
- },
3375
- ]
3271
+ Object {
3272
+ "alignItems": "center",
3273
+ "backgroundColor": "#ffffff",
3274
+ "borderRadius": 4,
3275
+ "flexDirection": "row",
3276
+ "marginHorizontal": 12,
3277
+ "opacity": 1,
3278
+ "padding": 16,
3279
+ }
3376
3280
  }
3377
3281
  >
3378
3282
  <View
@@ -3473,11 +3377,6 @@ Array [
3473
3377
  >
3474
3378
  <View>
3475
3379
  <View
3476
- accessibilityState={
3477
- Object {
3478
- "disabled": false,
3479
- }
3480
- }
3481
3380
  accessible={true}
3482
3381
  focusable={true}
3483
3382
  onClick={[Function]}
@@ -3488,19 +3387,15 @@ Array [
3488
3387
  onResponderTerminationRequest={[Function]}
3489
3388
  onStartShouldSetResponder={[Function]}
3490
3389
  style={
3491
- Array [
3492
- Object {
3493
- "alignItems": "center",
3494
- "backgroundColor": "#ffffff",
3495
- "borderRadius": 4,
3496
- "flexDirection": "row",
3497
- "opacity": 1,
3498
- "padding": 16,
3499
- },
3500
- Object {
3501
- "marginHorizontal": 12,
3502
- },
3503
- ]
3390
+ Object {
3391
+ "alignItems": "center",
3392
+ "backgroundColor": "#ffffff",
3393
+ "borderRadius": 4,
3394
+ "flexDirection": "row",
3395
+ "marginHorizontal": 12,
3396
+ "opacity": 1,
3397
+ "padding": 16,
3398
+ }
3504
3399
  }
3505
3400
  >
3506
3401
  <View
@@ -3601,11 +3496,6 @@ Array [
3601
3496
  >
3602
3497
  <View>
3603
3498
  <View
3604
- accessibilityState={
3605
- Object {
3606
- "disabled": false,
3607
- }
3608
- }
3609
3499
  accessible={true}
3610
3500
  focusable={true}
3611
3501
  onClick={[Function]}
@@ -3616,19 +3506,15 @@ Array [
3616
3506
  onResponderTerminationRequest={[Function]}
3617
3507
  onStartShouldSetResponder={[Function]}
3618
3508
  style={
3619
- Array [
3620
- Object {
3621
- "alignItems": "center",
3622
- "backgroundColor": "#ffffff",
3623
- "borderRadius": 4,
3624
- "flexDirection": "row",
3625
- "opacity": 1,
3626
- "padding": 16,
3627
- },
3628
- Object {
3629
- "marginHorizontal": 12,
3630
- },
3631
- ]
3509
+ Object {
3510
+ "alignItems": "center",
3511
+ "backgroundColor": "#ffffff",
3512
+ "borderRadius": 4,
3513
+ "flexDirection": "row",
3514
+ "marginHorizontal": 12,
3515
+ "opacity": 1,
3516
+ "padding": 16,
3517
+ }
3632
3518
  }
3633
3519
  >
3634
3520
  <View
@@ -3729,11 +3615,6 @@ Array [
3729
3615
  >
3730
3616
  <View>
3731
3617
  <View
3732
- accessibilityState={
3733
- Object {
3734
- "disabled": false,
3735
- }
3736
- }
3737
3618
  accessible={true}
3738
3619
  focusable={true}
3739
3620
  onClick={[Function]}
@@ -3744,19 +3625,15 @@ Array [
3744
3625
  onResponderTerminationRequest={[Function]}
3745
3626
  onStartShouldSetResponder={[Function]}
3746
3627
  style={
3747
- Array [
3748
- Object {
3749
- "alignItems": "center",
3750
- "backgroundColor": "#ffffff",
3751
- "borderRadius": 4,
3752
- "flexDirection": "row",
3753
- "opacity": 1,
3754
- "padding": 16,
3755
- },
3756
- Object {
3757
- "marginHorizontal": 12,
3758
- },
3759
- ]
3628
+ Object {
3629
+ "alignItems": "center",
3630
+ "backgroundColor": "#ffffff",
3631
+ "borderRadius": 4,
3632
+ "flexDirection": "row",
3633
+ "marginHorizontal": 12,
3634
+ "opacity": 1,
3635
+ "padding": 16,
3636
+ }
3760
3637
  }
3761
3638
  >
3762
3639
  <View
@@ -3857,11 +3734,6 @@ Array [
3857
3734
  >
3858
3735
  <View>
3859
3736
  <View
3860
- accessibilityState={
3861
- Object {
3862
- "disabled": false,
3863
- }
3864
- }
3865
3737
  accessible={true}
3866
3738
  focusable={true}
3867
3739
  onClick={[Function]}
@@ -3872,19 +3744,15 @@ Array [
3872
3744
  onResponderTerminationRequest={[Function]}
3873
3745
  onStartShouldSetResponder={[Function]}
3874
3746
  style={
3875
- Array [
3876
- Object {
3877
- "alignItems": "center",
3878
- "backgroundColor": "#ffffff",
3879
- "borderRadius": 4,
3880
- "flexDirection": "row",
3881
- "opacity": 1,
3882
- "padding": 16,
3883
- },
3884
- Object {
3885
- "marginHorizontal": 12,
3886
- },
3887
- ]
3747
+ Object {
3748
+ "alignItems": "center",
3749
+ "backgroundColor": "#ffffff",
3750
+ "borderRadius": 4,
3751
+ "flexDirection": "row",
3752
+ "marginHorizontal": 12,
3753
+ "opacity": 1,
3754
+ "padding": 16,
3755
+ }
3888
3756
  }
3889
3757
  >
3890
3758
  <View
@@ -3986,11 +3854,6 @@ Array [
3986
3854
  >
3987
3855
  <View>
3988
3856
  <View
3989
- accessibilityState={
3990
- Object {
3991
- "disabled": true,
3992
- }
3993
- }
3994
3857
  accessible={true}
3995
3858
  focusable={true}
3996
3859
  onClick={[Function]}
@@ -4001,19 +3864,15 @@ Array [
4001
3864
  onResponderTerminationRequest={[Function]}
4002
3865
  onStartShouldSetResponder={[Function]}
4003
3866
  style={
4004
- Array [
4005
- Object {
4006
- "alignItems": "center",
4007
- "backgroundColor": "#ffffff",
4008
- "borderRadius": 4,
4009
- "flexDirection": "row",
4010
- "opacity": 0.38,
4011
- "padding": 16,
4012
- },
4013
- Object {
4014
- "marginHorizontal": 12,
4015
- },
4016
- ]
3867
+ Object {
3868
+ "alignItems": "center",
3869
+ "backgroundColor": "#ffffff",
3870
+ "borderRadius": 4,
3871
+ "flexDirection": "row",
3872
+ "marginHorizontal": 12,
3873
+ "opacity": 0.38,
3874
+ "padding": 16,
3875
+ }
4017
3876
  }
4018
3877
  >
4019
3878
  <View
@@ -4182,6 +4041,7 @@ Array [
4182
4041
  undefined,
4183
4042
  ]
4184
4043
  }
4044
+ themeFocused={false}
4185
4045
  themeVariant="readonly"
4186
4046
  />
4187
4047
  <View
@@ -4213,7 +4073,7 @@ Array [
4213
4073
  },
4214
4074
  Array [
4215
4075
  Object {
4216
- "color": "#bfc1c5",
4076
+ "color": "#808f91",
4217
4077
  },
4218
4078
  undefined,
4219
4079
  ],
@@ -4261,6 +4121,7 @@ Array [
4261
4121
  "flexGrow": 2,
4262
4122
  "fontSize": 14,
4263
4123
  "marginHorizontal": 8,
4124
+ "paddingVertical": 0,
4264
4125
  "textAlignVertical": "center",
4265
4126
  },
4266
4127
  Object {
@@ -4350,32 +4211,6 @@ Array [
4350
4211
  ]
4351
4212
  }
4352
4213
  >
4353
- <View
4354
- accessible={true}
4355
- collapsable={false}
4356
- focusable={true}
4357
- nativeID="animatedComponent"
4358
- onBlur={[Function]}
4359
- onClick={[Function]}
4360
- onFocus={[Function]}
4361
- onResponderGrant={[Function]}
4362
- onResponderMove={[Function]}
4363
- onResponderRelease={[Function]}
4364
- onResponderTerminate={[Function]}
4365
- onResponderTerminationRequest={[Function]}
4366
- onStartShouldSetResponder={[Function]}
4367
- style={
4368
- Object {
4369
- "backgroundColor": "#001f23",
4370
- "bottom": 0,
4371
- "left": 0,
4372
- "opacity": 0.48,
4373
- "position": "absolute",
4374
- "right": 0,
4375
- "top": 0,
4376
- }
4377
- }
4378
- />
4379
4214
  <View
4380
4215
  onLayout={[Function]}
4381
4216
  style={
@@ -4393,6 +4228,32 @@ Array [
4393
4228
  ]
4394
4229
  }
4395
4230
  >
4231
+ <View
4232
+ accessible={true}
4233
+ collapsable={false}
4234
+ focusable={true}
4235
+ nativeID="animatedComponent"
4236
+ onBlur={[Function]}
4237
+ onClick={[Function]}
4238
+ onFocus={[Function]}
4239
+ onResponderGrant={[Function]}
4240
+ onResponderMove={[Function]}
4241
+ onResponderRelease={[Function]}
4242
+ onResponderTerminate={[Function]}
4243
+ onResponderTerminationRequest={[Function]}
4244
+ onStartShouldSetResponder={[Function]}
4245
+ style={
4246
+ Object {
4247
+ "backgroundColor": "#001f23",
4248
+ "bottom": 0,
4249
+ "left": 0,
4250
+ "opacity": 0.48,
4251
+ "position": "absolute",
4252
+ "right": 0,
4253
+ "top": 0,
4254
+ }
4255
+ }
4256
+ />
4396
4257
  <RCTSafeAreaView
4397
4258
  collapsable={false}
4398
4259
  emulateUnlessSupported={true}
@@ -4581,7 +4442,6 @@ Array [
4581
4442
  onScroll={[Function]}
4582
4443
  onScrollBeginDrag={[Function]}
4583
4444
  onScrollEndDrag={[Function]}
4584
- onScrollToIndexFailed={[Function]}
4585
4445
  renderItem={[Function]}
4586
4446
  scrollEventThrottle={50}
4587
4447
  stickyHeaderIndices={
@@ -4655,13 +4515,10 @@ Array [
4655
4515
  }
4656
4516
  />
4657
4517
  <View
4658
- accessibilityState={
4659
- Object {
4660
- "disabled": false,
4661
- }
4662
- }
4663
4518
  accessible={true}
4519
+ collapsable={false}
4664
4520
  focusable={true}
4521
+ nativeID="animatedComponent"
4665
4522
  onClick={[Function]}
4666
4523
  onResponderGrant={[Function]}
4667
4524
  onResponderMove={[Function]}
@@ -4670,19 +4527,15 @@ Array [
4670
4527
  onResponderTerminationRequest={[Function]}
4671
4528
  onStartShouldSetResponder={[Function]}
4672
4529
  style={
4673
- Array [
4674
- Object {
4675
- "alignItems": "center",
4676
- "backgroundColor": "#d9d1df",
4677
- "borderRadius": 4,
4678
- "flexDirection": "row",
4679
- "opacity": 1,
4680
- "padding": 16,
4681
- },
4682
- Object {
4683
- "marginHorizontal": 12,
4684
- },
4685
- ]
4530
+ Object {
4531
+ "alignItems": "center",
4532
+ "backgroundColor": "#ece8ef",
4533
+ "borderRadius": 4,
4534
+ "flexDirection": "row",
4535
+ "marginHorizontal": 12,
4536
+ "opacity": 1,
4537
+ "padding": 16,
4538
+ }
4686
4539
  }
4687
4540
  >
4688
4541
  <View
@@ -4783,13 +4636,10 @@ Array [
4783
4636
  >
4784
4637
  <View>
4785
4638
  <View
4786
- accessibilityState={
4787
- Object {
4788
- "disabled": false,
4789
- }
4790
- }
4791
4639
  accessible={true}
4640
+ collapsable={false}
4792
4641
  focusable={true}
4642
+ nativeID="animatedComponent"
4793
4643
  onClick={[Function]}
4794
4644
  onResponderGrant={[Function]}
4795
4645
  onResponderMove={[Function]}
@@ -4798,19 +4648,15 @@ Array [
4798
4648
  onResponderTerminationRequest={[Function]}
4799
4649
  onStartShouldSetResponder={[Function]}
4800
4650
  style={
4801
- Array [
4802
- Object {
4803
- "alignItems": "center",
4804
- "backgroundColor": "#ffffff",
4805
- "borderRadius": 4,
4806
- "flexDirection": "row",
4807
- "opacity": 1,
4808
- "padding": 16,
4809
- },
4810
- Object {
4811
- "marginHorizontal": 12,
4812
- },
4813
- ]
4651
+ Object {
4652
+ "alignItems": "center",
4653
+ "backgroundColor": "#ffffff",
4654
+ "borderRadius": 4,
4655
+ "flexDirection": "row",
4656
+ "marginHorizontal": 12,
4657
+ "opacity": 1,
4658
+ "padding": 16,
4659
+ }
4814
4660
  }
4815
4661
  >
4816
4662
  <View
@@ -4911,13 +4757,10 @@ Array [
4911
4757
  >
4912
4758
  <View>
4913
4759
  <View
4914
- accessibilityState={
4915
- Object {
4916
- "disabled": false,
4917
- }
4918
- }
4919
4760
  accessible={true}
4761
+ collapsable={false}
4920
4762
  focusable={true}
4763
+ nativeID="animatedComponent"
4921
4764
  onClick={[Function]}
4922
4765
  onResponderGrant={[Function]}
4923
4766
  onResponderMove={[Function]}
@@ -4926,19 +4769,15 @@ Array [
4926
4769
  onResponderTerminationRequest={[Function]}
4927
4770
  onStartShouldSetResponder={[Function]}
4928
4771
  style={
4929
- Array [
4930
- Object {
4931
- "alignItems": "center",
4932
- "backgroundColor": "#ffffff",
4933
- "borderRadius": 4,
4934
- "flexDirection": "row",
4935
- "opacity": 1,
4936
- "padding": 16,
4937
- },
4938
- Object {
4939
- "marginHorizontal": 12,
4940
- },
4941
- ]
4772
+ Object {
4773
+ "alignItems": "center",
4774
+ "backgroundColor": "#ffffff",
4775
+ "borderRadius": 4,
4776
+ "flexDirection": "row",
4777
+ "marginHorizontal": 12,
4778
+ "opacity": 1,
4779
+ "padding": 16,
4780
+ }
4942
4781
  }
4943
4782
  >
4944
4783
  <View
@@ -5039,13 +4878,10 @@ Array [
5039
4878
  >
5040
4879
  <View>
5041
4880
  <View
5042
- accessibilityState={
5043
- Object {
5044
- "disabled": false,
5045
- }
5046
- }
5047
4881
  accessible={true}
4882
+ collapsable={false}
5048
4883
  focusable={true}
4884
+ nativeID="animatedComponent"
5049
4885
  onClick={[Function]}
5050
4886
  onResponderGrant={[Function]}
5051
4887
  onResponderMove={[Function]}
@@ -5054,19 +4890,15 @@ Array [
5054
4890
  onResponderTerminationRequest={[Function]}
5055
4891
  onStartShouldSetResponder={[Function]}
5056
4892
  style={
5057
- Array [
5058
- Object {
5059
- "alignItems": "center",
5060
- "backgroundColor": "#ffffff",
5061
- "borderRadius": 4,
5062
- "flexDirection": "row",
5063
- "opacity": 1,
5064
- "padding": 16,
5065
- },
5066
- Object {
5067
- "marginHorizontal": 12,
5068
- },
5069
- ]
4893
+ Object {
4894
+ "alignItems": "center",
4895
+ "backgroundColor": "#ffffff",
4896
+ "borderRadius": 4,
4897
+ "flexDirection": "row",
4898
+ "marginHorizontal": 12,
4899
+ "opacity": 1,
4900
+ "padding": 16,
4901
+ }
5070
4902
  }
5071
4903
  >
5072
4904
  <View
@@ -5167,13 +4999,10 @@ Array [
5167
4999
  >
5168
5000
  <View>
5169
5001
  <View
5170
- accessibilityState={
5171
- Object {
5172
- "disabled": false,
5173
- }
5174
- }
5175
5002
  accessible={true}
5003
+ collapsable={false}
5176
5004
  focusable={true}
5005
+ nativeID="animatedComponent"
5177
5006
  onClick={[Function]}
5178
5007
  onResponderGrant={[Function]}
5179
5008
  onResponderMove={[Function]}
@@ -5182,19 +5011,15 @@ Array [
5182
5011
  onResponderTerminationRequest={[Function]}
5183
5012
  onStartShouldSetResponder={[Function]}
5184
5013
  style={
5185
- Array [
5186
- Object {
5187
- "alignItems": "center",
5188
- "backgroundColor": "#ffffff",
5189
- "borderRadius": 4,
5190
- "flexDirection": "row",
5191
- "opacity": 1,
5192
- "padding": 16,
5193
- },
5194
- Object {
5195
- "marginHorizontal": 12,
5196
- },
5197
- ]
5014
+ Object {
5015
+ "alignItems": "center",
5016
+ "backgroundColor": "#ffffff",
5017
+ "borderRadius": 4,
5018
+ "flexDirection": "row",
5019
+ "marginHorizontal": 12,
5020
+ "opacity": 1,
5021
+ "padding": 16,
5022
+ }
5198
5023
  }
5199
5024
  >
5200
5025
  <View
@@ -5295,13 +5120,10 @@ Array [
5295
5120
  >
5296
5121
  <View>
5297
5122
  <View
5298
- accessibilityState={
5299
- Object {
5300
- "disabled": false,
5301
- }
5302
- }
5303
5123
  accessible={true}
5124
+ collapsable={false}
5304
5125
  focusable={true}
5126
+ nativeID="animatedComponent"
5305
5127
  onClick={[Function]}
5306
5128
  onResponderGrant={[Function]}
5307
5129
  onResponderMove={[Function]}
@@ -5310,19 +5132,15 @@ Array [
5310
5132
  onResponderTerminationRequest={[Function]}
5311
5133
  onStartShouldSetResponder={[Function]}
5312
5134
  style={
5313
- Array [
5314
- Object {
5315
- "alignItems": "center",
5316
- "backgroundColor": "#ffffff",
5317
- "borderRadius": 4,
5318
- "flexDirection": "row",
5319
- "opacity": 1,
5320
- "padding": 16,
5321
- },
5322
- Object {
5323
- "marginHorizontal": 12,
5324
- },
5325
- ]
5135
+ Object {
5136
+ "alignItems": "center",
5137
+ "backgroundColor": "#ffffff",
5138
+ "borderRadius": 4,
5139
+ "flexDirection": "row",
5140
+ "marginHorizontal": 12,
5141
+ "opacity": 1,
5142
+ "padding": 16,
5143
+ }
5326
5144
  }
5327
5145
  >
5328
5146
  <View
@@ -5424,13 +5242,10 @@ Array [
5424
5242
  >
5425
5243
  <View>
5426
5244
  <View
5427
- accessibilityState={
5428
- Object {
5429
- "disabled": true,
5430
- }
5431
- }
5432
5245
  accessible={true}
5246
+ collapsable={false}
5433
5247
  focusable={true}
5248
+ nativeID="animatedComponent"
5434
5249
  onClick={[Function]}
5435
5250
  onResponderGrant={[Function]}
5436
5251
  onResponderMove={[Function]}
@@ -5439,19 +5254,15 @@ Array [
5439
5254
  onResponderTerminationRequest={[Function]}
5440
5255
  onStartShouldSetResponder={[Function]}
5441
5256
  style={
5442
- Array [
5443
- Object {
5444
- "alignItems": "center",
5445
- "backgroundColor": "#ffffff",
5446
- "borderRadius": 4,
5447
- "flexDirection": "row",
5448
- "opacity": 0.38,
5449
- "padding": 16,
5450
- },
5451
- Object {
5452
- "marginHorizontal": 12,
5453
- },
5454
- ]
5257
+ Object {
5258
+ "alignItems": "center",
5259
+ "backgroundColor": "#ffffff",
5260
+ "borderRadius": 4,
5261
+ "flexDirection": "row",
5262
+ "marginHorizontal": 12,
5263
+ "opacity": 0.38,
5264
+ "padding": 16,
5265
+ }
5455
5266
  }
5456
5267
  >
5457
5268
  <View
@@ -5618,6 +5429,7 @@ Array [
5618
5429
  undefined,
5619
5430
  ]
5620
5431
  }
5432
+ themeFocused={false}
5621
5433
  themeVariant="filled"
5622
5434
  />
5623
5435
  <View
@@ -5697,6 +5509,7 @@ Array [
5697
5509
  "flexGrow": 2,
5698
5510
  "fontSize": 14,
5699
5511
  "marginHorizontal": 8,
5512
+ "paddingVertical": 0,
5700
5513
  "textAlignVertical": "center",
5701
5514
  },
5702
5515
  Object {
@@ -5772,31 +5585,6 @@ Array [
5772
5585
  ]
5773
5586
  }
5774
5587
  >
5775
- <View
5776
- accessible={true}
5777
- collapsable={false}
5778
- focusable={true}
5779
- onBlur={[Function]}
5780
- onClick={[Function]}
5781
- onFocus={[Function]}
5782
- onResponderGrant={[Function]}
5783
- onResponderMove={[Function]}
5784
- onResponderRelease={[Function]}
5785
- onResponderTerminate={[Function]}
5786
- onResponderTerminationRequest={[Function]}
5787
- onStartShouldSetResponder={[Function]}
5788
- style={
5789
- Object {
5790
- "backgroundColor": "#001f23",
5791
- "bottom": 0,
5792
- "left": 0,
5793
- "opacity": 0.48,
5794
- "position": "absolute",
5795
- "right": 0,
5796
- "top": 0,
5797
- }
5798
- }
5799
- />
5800
5588
  <View
5801
5589
  onLayout={[Function]}
5802
5590
  style={
@@ -5814,6 +5602,31 @@ Array [
5814
5602
  ]
5815
5603
  }
5816
5604
  >
5605
+ <View
5606
+ accessible={true}
5607
+ collapsable={false}
5608
+ focusable={true}
5609
+ onBlur={[Function]}
5610
+ onClick={[Function]}
5611
+ onFocus={[Function]}
5612
+ onResponderGrant={[Function]}
5613
+ onResponderMove={[Function]}
5614
+ onResponderRelease={[Function]}
5615
+ onResponderTerminate={[Function]}
5616
+ onResponderTerminationRequest={[Function]}
5617
+ onStartShouldSetResponder={[Function]}
5618
+ style={
5619
+ Object {
5620
+ "backgroundColor": "#001f23",
5621
+ "bottom": 0,
5622
+ "left": 0,
5623
+ "opacity": 0.48,
5624
+ "position": "absolute",
5625
+ "right": 0,
5626
+ "top": 0,
5627
+ }
5628
+ }
5629
+ />
5817
5630
  <RCTSafeAreaView
5818
5631
  emulateUnlessSupported={true}
5819
5632
  style={
@@ -5986,7 +5799,6 @@ Array [
5986
5799
  onScroll={[Function]}
5987
5800
  onScrollBeginDrag={[Function]}
5988
5801
  onScrollEndDrag={[Function]}
5989
- onScrollToIndexFailed={[Function]}
5990
5802
  renderItem={[Function]}
5991
5803
  scrollEventThrottle={50}
5992
5804
  stickyHeaderIndices={
@@ -6113,11 +5925,6 @@ Array [
6113
5925
  }
6114
5926
  />
6115
5927
  <View
6116
- accessibilityState={
6117
- Object {
6118
- "disabled": false,
6119
- }
6120
- }
6121
5928
  accessible={true}
6122
5929
  focusable={true}
6123
5930
  onClick={[Function]}
@@ -6128,19 +5935,15 @@ Array [
6128
5935
  onResponderTerminationRequest={[Function]}
6129
5936
  onStartShouldSetResponder={[Function]}
6130
5937
  style={
6131
- Array [
6132
- Object {
6133
- "alignItems": "center",
6134
- "backgroundColor": "#d9d1df",
6135
- "borderRadius": 4,
6136
- "flexDirection": "row",
6137
- "opacity": 1,
6138
- "padding": 16,
6139
- },
6140
- Object {
6141
- "marginHorizontal": 12,
6142
- },
6143
- ]
5938
+ Object {
5939
+ "alignItems": "center",
5940
+ "backgroundColor": "#ece8ef",
5941
+ "borderRadius": 4,
5942
+ "flexDirection": "row",
5943
+ "marginHorizontal": 12,
5944
+ "opacity": 1,
5945
+ "padding": 16,
5946
+ }
6144
5947
  }
6145
5948
  >
6146
5949
  <View
@@ -6338,11 +6141,6 @@ Array [
6338
6141
  }
6339
6142
  />
6340
6143
  <View
6341
- accessibilityState={
6342
- Object {
6343
- "disabled": false,
6344
- }
6345
- }
6346
6144
  accessible={true}
6347
6145
  focusable={true}
6348
6146
  onClick={[Function]}
@@ -6353,19 +6151,15 @@ Array [
6353
6151
  onResponderTerminationRequest={[Function]}
6354
6152
  onStartShouldSetResponder={[Function]}
6355
6153
  style={
6356
- Array [
6357
- Object {
6358
- "alignItems": "center",
6359
- "backgroundColor": "#ffffff",
6360
- "borderRadius": 4,
6361
- "flexDirection": "row",
6362
- "opacity": 1,
6363
- "padding": 16,
6364
- },
6365
- Object {
6366
- "marginHorizontal": 12,
6367
- },
6368
- ]
6154
+ Object {
6155
+ "alignItems": "center",
6156
+ "backgroundColor": "#ffffff",
6157
+ "borderRadius": 4,
6158
+ "flexDirection": "row",
6159
+ "marginHorizontal": 12,
6160
+ "opacity": 1,
6161
+ "padding": 16,
6162
+ }
6369
6163
  }
6370
6164
  >
6371
6165
  <View
@@ -6456,11 +6250,6 @@ Array [
6456
6250
  >
6457
6251
  <View>
6458
6252
  <View
6459
- accessibilityState={
6460
- Object {
6461
- "disabled": false,
6462
- }
6463
- }
6464
6253
  accessible={true}
6465
6254
  focusable={true}
6466
6255
  onClick={[Function]}
@@ -6471,19 +6260,15 @@ Array [
6471
6260
  onResponderTerminationRequest={[Function]}
6472
6261
  onStartShouldSetResponder={[Function]}
6473
6262
  style={
6474
- Array [
6475
- Object {
6476
- "alignItems": "center",
6477
- "backgroundColor": "#ffffff",
6478
- "borderRadius": 4,
6479
- "flexDirection": "row",
6480
- "opacity": 1,
6481
- "padding": 16,
6482
- },
6483
- Object {
6484
- "marginHorizontal": 12,
6485
- },
6486
- ]
6263
+ Object {
6264
+ "alignItems": "center",
6265
+ "backgroundColor": "#ffffff",
6266
+ "borderRadius": 4,
6267
+ "flexDirection": "row",
6268
+ "marginHorizontal": 12,
6269
+ "opacity": 1,
6270
+ "padding": 16,
6271
+ }
6487
6272
  }
6488
6273
  >
6489
6274
  <View