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
For the resetToRoute prop i want to set a custom sceneConfig. This did not work. The resetToRoute animation is like a back button. (page swipes back). Did anyone know how to set the sceneconfig or disable the current animation?
For the resetToRoute prop i want to set a custom sceneConfig. This did not work. The resetToRoute animation is like a back button. (page swipes back). Did anyone know how to set the sceneconfig or disable the current animation?
this.props.resetToRoute({ name: "Name", sceneConfig: Navigator.SceneConfigs.FloatFromBottomAndroid, component: Home, });
The text was updated successfully, but these errors were encountered: