You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to prevent the user from entering screen number 2, and I succeeded in that by controlling the screenIndex variable , but in all cases the nav button is activated and its state changes! .
How can I prevent the nav but from changing its state. Note : i already tried to set active to false .
The text was updated successfully, but these errors were encountered:
I am trying to prevent the user from entering screen number 2, and I succeeded in that by controlling the
screenIndex
variable , but in all cases the nav button is activated and its state changes! .How can I prevent the nav but from changing its state.
Note : i already tried to set
active
tofalse
.The text was updated successfully, but these errors were encountered: