gluestack

gluestack Logogluestack

Is this possible using `@unitools/router` ?

manssorr posted this in #support
Open in Discord
Avatar
manssorrOP
Hello all,

I'm using universal stack of glue-stack.
And using @unitools/router

How could I send params or query params with navigate method?

like
router.navigate('posts',{
  title:"any title",
  // ...other params
})

And also how to get pathname, segments, a lot of things are missed here.

1 Reply