Droppers/AnimatedBottomBar

Bottom Navigation does not work with Navigation Components

Vaibhav2002 opened this issue · 5 comments

Issues

  • Bottom Navigation is not working correctly with Navigation Components
  • Fragment is not changing when bottom nav item is pressed
  • Sample code shown in the NavControllerActivity is wrong
  • No Documentation regarding configuration with Navigation Components in README.md

Can you assign this issue to me?
I can fix these.

Sure! What exactly do you mean with fragment is not changing, the sample app appears to be functioning fine?

Sure! What exactly do you mean with fragment is not changing, the sample app appears to be functioning fine?

I just added integrated this library in my app , when I press the items in bottom nav, the fragment does not change, the initial fragment which is set as home in the navigation graph, is only displayed,

Sure! What exactly do you mean with fragment is not changing, the sample app appears to be functioning fine?

I just added integrated this library in my app , when I press the items in bottom nav, the fragment does not change, the initial fragment which is set as home in the navigation graph, is only displayed,

Did you try to match both ids of the menu item and the fragment id in the navigation graph?

Did you try to match both ids of the menu item and the fragment id in the navigation graph?

Yes , the id's are same