Open
Description
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, });