MetaMask / metamask-mobile

Mobile web browser providing access to websites that use the Ethereum blockchain
https://metamask.io
Other
2.13k stars 1.1k forks source link

Replace deprecated FontistoIcon component with Icon from the component-library #8122

Open brianacnguyen opened 9 months ago

brianacnguyen commented 9 months ago

Description

Currently, mobile is using an outdated FontistoIcon component, which needs to be replaced with the new Icon component.

This is a massive undertaking by itself and assigning to a single contributor and creating a single PR would be too large. Smaller PRs can be submitted against this issue from multiple contributors to ensure easier review and gradual improvements.

Technical Details

Acceptance Criteria

If the acceptance criteria is not met, PRs may be closed.

Difficulty: Intermediate

Good first issue for: External contributors who are familiar with running mobile locally, have knowledge of React Native, component props, Jest tests, linting, and Storybook, and want to contribute to improving the cohesiveness of UI in mobile

ishon19 commented 9 months ago

Hey @brianacnguyen can I take a shot at this, as per your acceptance criteria?