Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: [IOBP-243] Fix
TransactionList
a11y (#5128)
## Short description This PR fixes an accessibility issue in `TransactionList` elements, which caused iOS VoiceOver to read the time and amount as a single string. ## List of changes proposed in this pull request - added `accessibilityLabel` to `ListItemTransaction` items ## How to test With VoiceOver turned on, go to the transaction list on the wallet screen and check that the amount is read correctly. Co-authored-by: Martino Cesari Tomba <60693085+forrest57@users.noreply.github.com>
- Loading branch information