hotwired / turbo-android

Android framework for making Turbo native apps
MIT License
408 stars 51 forks source link

Navigate back to start destination #274

Closed reaper closed 7 months ago

reaper commented 1 year ago

Hi, do you know how I can navigate back to the start destination ? aka the first back stack entry ? Thank you for your help

jpsphaxer commented 1 year ago

depending on the context of how you're using it but generally you can do something like

navigate(BASE_URL, TurboVisitOptions(action = TurboVisitAction.REPLACE))