There currently is no routing between pages, meaning that we cannot go back to previous page.
This could be solved by implementing routing navigation on our app, with the following rooting tree :
landing page
├── picture-1
├── picture-2
...
├── picture-N
└── pictures-sent
I don't think this is the smartest routing tree, however I'm just getting back into the subject.
Let me know what you think 🌰
There currently is no routing between pages, meaning that we cannot go back to previous page.
This could be solved by implementing routing navigation on our app, with the following rooting tree :
I don't think this is the smartest routing tree, however I'm just getting back into the subject.
Let me know what you think 🌰