Open kiki-le-singe opened 7 years ago
Hi
When I use this below code, there is no transition.
this.props.navigation.performAction(({ drawer }) => { drawer('main').jumpToItem('contact') })
is it possible to run a transition like navigator.push(Router.getRoute('drawer')) ? Any ideas how I could handle transitioning to the new route ?
thanks :)
Hi
When I use this below code, there is no transition.
is it possible to run a transition like navigator.push(Router.getRoute('drawer')) ? Any ideas how I could handle transitioning to the new route ?
thanks :)