Hi @marlonlom, yes, for dynamic feature navigation - it’s implemented.
Here problem is as following:
Main application contains landing page of application -> which contains bottom navigation (tabs).
This implemented using viewpager and it contains area above bottom tabs.
So, when user taps any item in first tab, bottom tabs is still there and navigation navigates user on new page from another module (via new navigation graph) and it loads only area where that viewpager was there.
Expected: When user navigates to sub screen, it should load in entire screen (not only view pager area, but include tab area as well)