I am trying to create an onboarding for my users, for the first time they sign in the app.
For this, I would like to create 5 pages, not linked to any navigation, remove the tool bar at the bottom, and make these screens show up before the user lands on the home page for the first time he.she accesses the app.
To do so you’ll have to create a user_increment column where after moving on forme one page to another you increment this column by +1 and let’s say if users A is at 6 then he’ll be able to access the app. You’ll also have to play with the visibility feature where you display every single page according to its increment value.