I tried to do something like this:
this.$router.push({
path: '/tabs/home',
routerDirection: 'back'
});
That doesn’t work unfortunately but I need to be able to call the route in code and adjust the direction of the animation. Possible?
Oh and while I’m asking, how can I push props as well?
3 posts - 2 participants