You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to add a toast message on successful signup. However, the toast message doesn't stick to the screen for the mentioned amount of time(in my case 2000ms). It is instantaneously going to the next line to navigate to the next page and hence the toast message is only displayed for split second. Any idea, how to tackle this?
I'm trying to add a toast message on successful signup. However, the toast message doesn't stick to the screen for the mentioned amount of time(in my case 2000ms). It is instantaneously going to the next line to navigate to the next page and hence the toast message is only displayed for split second. Any idea, how to tackle this?
this.refs.toast.show('User added successfully', 2000); this.props.navigation.navigate('LoginScreen');
The text was updated successfully, but these errors were encountered: