Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(IT Wallet): [SIW-1867] Unsupported device cta onpress action (#6437)
## Short description This pull request focuses on enhancing the error handling and user experience in the `ItwIssuanceEidFailureScreen` component by making use of the `IOToast` component and a utility function for opening URLs. ## List of changes proposed in this pull request * Replaced the `Linking.openURL` function with the `openWebUrl` utility function, which includes a callback to display an error toast using `IOToast` if the URL fails to open. ## How to test Navigate inside the `ItwIssuanceEidFailureScreen` simulating an error and test the CTA.
- Loading branch information