Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Short description This PR introduces the accessibilityRole prop to the ListItemInfo component, enabling better support for accessibilty when displaying non-string values. ## List of changes proposed in this pull request - Added `accessibiltyRole` prop to `ListItemInfo` component ## How to test 1. Set the accessibilityRole prop on a ListItemInfo component. 2. Verify that screen readers correctly interpret the role specified by the prop, ensuring accessibility is enhanced as expected.
- Loading branch information