dewango / BottomNavigationBarXF

Bottom Navigation Bar for Xamarin Forms
MIT License
187 stars 97 forks source link

having a bunch of issues with Xamarin Shared (xaml) Project #62

Open aloksharma1 opened 7 years ago

aloksharma1 commented 7 years ago

hello,

i am tryng to implement ThriveGmbH.BottomNavigationBar.XF.1.0.2 in my project, but i am having a bunch of issues. such as:

  1. background color for bottom bar not changing on selections [yes i tried turning fixedmodes false]
  2. cant find clean xaml based code example
  3. in new library 1.0.2 xf:BottomBarPageExtensions.BadgeCount="2" xf:BottomBarPageExtensions.BadgeColor="Black" both of these are missing.
  4. i am getting a blue navigation bar on top of tab pages.
  5. i want to do some work on selection change, cant find a decent example for events methods

thats all for now