nandorojo / solito

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

Have an ability to override the back button action from navigation per screen #77

Closed larebsyed closed 2 years ago

larebsyed commented 2 years ago

I need to override the router back action per screen, haven't been able to find a solution to this problem.

nandorojo commented 2 years ago

can you provide more info?

Rychillie commented 2 years ago

can you provide more info?

I believe it's like Beatgig, in which if you have a route to go back, it shows the back button...

nandorojo commented 2 years ago

useRouter() returns a back function, we use that

canGoBack is a bit more complicated with web history…