expo / ex-navigation

Route-centric navigation for React Native
997 stars 201 forks source link

way to show alertIOS when tab navigating? #388

Open robbykim opened 7 years ago

robbykim commented 7 years ago

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