I have question about best practice with navigation. I have bottom tab bar with 5 tabs. Middle tab o...
j
I have question about best practice with navigation. I have bottom tab bar with 5 tabs. Middle tab open new screen where tab bar is not visible and that screen is CreatePost screen. When I create post I want to navigate user back to first tab. So, user can start post creation from any tab, but on success i need to return it to first tab. I think that create post screen should not know where to navigate after user press share button. But still not sure who should make this decision and navigate user back to community.
Create post access post manager through viewmodel of course.
@Ian Lake if you maybe can share your opinion