My app starts from the home page and later progresses to further screens laid out sequentially one after another all of which are contained in one stack navigator. Now each page contains an ‘exit’ button that will exit the current screen and navigate directly to the home page. However, in this case, there remains an option on the top button to go back to the previously open page and swipe gestures also provide this functionality. This hampers the functionality of my app and I am looking for a way to restrict users from going back. How can I implement this in Thunkable X? Any help is appreciated!
P.S. I have considered creating a splash screen outside the stack navigator which redirects to the home page when opened but that seems to damage the user experience.