Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: [IOPID-1391] Fix tablet compatibility alert displaying (#5417)
## Short description This PR fixes the continuously displaying of the Tablet compatibility alert during the login flow. It took the chance to refactor the `LandingScreen` from `PureComponent` to `FunctionComponent`. <details open><summary>Details</summary> <p> | ❌ | ✅ | | - | - | | <video src="https://github.com/pagopa/io-app/assets/16268789/68836f13-88f9-41a5-98a6-eceea56de750" /> | <video src="https://github.com/pagopa/io-app/assets/16268789/0e6e24ff-31a2-4aef-958e-0402564629e6" /> | </p> </details> ## How to test Launch the app on an Android Tablet and check that the Alert is shown only at every first render of `LandingScreen`.
- Loading branch information