Daniel Cross
Daniel Cross
## **Description** Added try catch block to stop uncaught error crashing the app when user dismisses the QR scanner in the webview. App only crashes when the user presses the...
## **Description** Added a function that checks to see if the Webview Tab is currently in focus. If the user navigates away from the webview at any point, the app...
## **Description** ## **Related issues** Fixes: ## **Manual testing steps** 1. Go to this page... 2. 3. ## **Screenshots/Recordings** ### **Before** ### **After** ## **Pre-merge author checklist** - [ ]...
## **Description** Contains 2 separate shell scripts, which are run via a github workflow manually by an engineer, for updating the build version and the release version. The workflow will...
## **Description** Updated the bitrise.yml file to use the newer version of Xcode 16 instead of 15. ## **Related issues** Fixes: https://github.com/orgs/MetaMask/projects/60/views/9?pane=issue&itemId=71134639 ## **Manual testing steps** 1. Go to `bitrise.yml`...
## **Description** Added a try catch around the infura calls so Sentry does not pick up an error from axois when the request fails due to poor connection. ## **Related...
## **Description** A PR that addresses all 50 current linting issues found in the repo when running `yarn lint` ## **Related issues** Fixes: 1. Run `yarn lint` and see there...
## **Description** This PR replaces the instances where enzyme is used with react-testing-library/react-native across the following tests: 'app/components/Views/EnterPasswordSimple/index.test.tsx', 'app/components/Views/AddBookmark/index.test.tsx', 'app/components/UI/WhatsNewModal/index.test.tsx', 'app/components/UI/SliderButton/index.test.tsx', 'app/components/UI/Screen/index.test.tsx', 'app/components/UI/ReusableModal/index.test.tsx', 'app/components/UI/BlockingActionModal/index.test.tsx', 'app/components/UI/AnimatedTransactionModal/index.test.tsx', 'app/component-library/components/Buttons/Button/variants/ButtonLink/ButtonLink.test.tsx', 'app/components/UI/WarningAlert/WarningAlert.test.tsx', 'app/component-library/components/Texts/Text/Text.test.tsx', 'app/component-library/components/Avatars/Avatar/variants/AvatarIcon/AvatarIcon.test.tsx', 'app/components/Nav/Main/index.test.tsx',...
It seems to be dependent on the icon type as well, how it's going to look. But, yes there is a small misalignment. Can you create an issue for this,...