react-native-simple-router
react-native-simple-router copied to clipboard
Set animation for resetToRoute()
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, });
immediatelyResetRouteStack from the Navigator API can do that, unfortunately, it is not integrated.
PRs are welcome, otherwise I'll do it when I'll have time. Thank you for this use case.