I have a splash screen with a 3 second timer, then it navigates to the home screen. However, if you swipe from the left edge of the home screen, you can navigate back to the splash screen. How does one disable this swipe-to-navigate behavior?
I have one splash screen when i open it decide if it goes to the main page if login if not it goes to login page but I still can swipe back to the splash screen…
I can see it using a Bottom Tab Navigator but the Bottom Tab Navigator doesn’t have the SwipeEnabled. When I use a Top Tab Navigator, I can see the SwipeEnabled option but I cannot see the TabBarVisible option. How can I disbale the swipe and at the same time hide the tab bar?