dewango / BottomNavigationBarXF

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

Version 1.0.2 does not have Badge #67

Open long-nguyentien opened 7 years ago

long-nguyentien commented 7 years ago

Thank you for your great packet. However please add newest version to Nuget which contains Badge because current version does not have that feature.

c0rnh0li0 commented 7 years ago

Yes, can confirm BottomBarPageExtensions has only two methods available now, GetTabColor and SetTabColor. There is no way adding a badge at this point. Thank you.

AmrAlSayed0 commented 6 years ago

Yes, it it the same here. Can't use any of SetBadgeCount, GetBadgeCount, SetBadgeColor, GetBadgeColor . Same thing with the BadgeCountProperty and BadgeColorProperty .

OpticNectar commented 6 years ago

Anyone find a way to get Badges working again?

mominali12 commented 6 years ago

So what's the solution?

madkarlsson commented 6 years ago

Since they haven't released the new version of the nuget the way to fix it is to fork/download and build the latest yourself. Do a release build and then include the DLL in your project (and the android DLL in any android projects).

Not ideal and very poor support from thrive regarding this sadly