-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BadgeCount throwing error #89
Comments
I have the same issue, no access to BadgeCount or BadgeColor. |
All, The changes were committed but the nuget package containing those changes were never released hence why you can't see those properties. To use, download source, build a release and package a local nuget file with the changes and consume that in your project. That'll do the trick. |
Thanks for the information @RyanJosephVI. An update to the nuget package at some time, would be great for the community; it might save you from lots of messages too. |
Sure thing @jonathan-jd4software I agree a new nuget package would be great but I'm not the project owner. Just a community member like yourself sharing how I got around this issue. |
Sorry @RyanJosephVI my mistake :) |
Hi there, I update BottomNavigationBar, Xamarin.Forms and change the pcl to netstandard and fix the issue! |
Add custom renderer for iOS. It worked for me :) . "using System; [assembly: ExportRenderer(typeof(BottomBarPage), typeof(BottomBarPageRenderer))] protected override void OnElementChanged(VisualElementChangedEventArgs e)
} void AddPropertyChangedHandlersForPages()
} void OnPagePropertyChanged(object sender, PropertyChangedEventArgs e) |
Hey People no Solid answer here! I found this https://montemagno.com/xamarin-forms-official-bottom-navigation-bottom-tabs-on-android/ And the Xabre's Tab Badge Library , they did a Pre-release 2.1.0-pre.3 to support badges on it |
Cannot assign property "BadgeCount": Property does not exists, or is not assignable, or mismatching type between value and property.
The text was updated successfully, but these errors were encountered: