I want to display a model warning message on the signup screen.
At the moment I have a modal warning message appearing “When a user visits the screen…” but when the modal is dismissed it immediately appears again. This goes in an infinite loop.
How can I show the modal warning message only once and then allow the user to continue with the signup process?