I have a bottom navigation view with 5 tabs. I am using Nav Graph and linked the bottom nav view with the navigation graph.
My requirement is to have three out of the five tabs to work with Nav Graph and the other two with normal support fragment manager.
Is this something possible or I have to use a navigation graph for all five items. What's the best approach to accomplish this?
Thanks.