nandorojo / solito

🧍‍♂️ React Native + Next.js, unified.
https://solito.dev
MIT License
3.54k stars 180 forks source link

`reset()` is missing in `solito/router` #409

Closed saxenanickk closed 1 year ago

saxenanickk commented 1 year ago

this is must have option for a lot of mobile applications where you need to reset the navigator.

@nandorojo we should have this.

nandorojo commented 1 year ago

you can use react navigation for this on the native side. there’s no web equivalent. i’ve also never used it myself