Is there a way to show an "Are you sure?"-like Alert message when you are navigating away from a tab? Currently I have 2 tabs that are essentially forms. I want to be able to have it where if you fill out information in one and then click on the other one, it gives you a message asking "Are you sure?" and if Yes, it will navigate, otherwise it will stay there. I'm assuming you would do this through this.props.navigator.push() but I don't see a way to do that with TabNavigation like you can with StackNavigation.
Hi,
Is there a way to show an "Are you sure?"-like Alert message when you are navigating away from a tab? Currently I have 2 tabs that are essentially forms. I want to be able to have it where if you fill out information in one and then click on the other one, it gives you a message asking "Are you sure?" and if Yes, it will navigate, otherwise it will stay there. I'm assuming you would do this through this.props.navigator.push() but I don't see a way to do that with TabNavigation like you can with StackNavigation.
Thanks! Robby