-
Notifications
You must be signed in to change notification settings - Fork 96
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
BottomBarPageExtensions' does not contain a definition for 'GetBadgeColor #102
Comments
update your package to latest and you will get your answer and this error will be solved |
@shivanimangla13 I'm also getting this error, to what version are you referring? |
I also ran into this problem. Some other issue in this repo mentioned that the latest nuget does not match the code. For some reason it has not been published. Since they haven't released the new version of the nuget the only way I could fix it was to fork/download and build it. Do a release build and then include the DLL in your project (and the android DLL in any android projects). |
Any workaround @madkarlsson ? |
@reense As I stated above, the nuget that you download does not match the code in this repo because it apparently hasn't been published properly. So to get access to the
|
Hey, @madkarlsson Did you find a solution? If you got a solution and could help, it will be very appreciated. |
Hey @madkarlsson , 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 it |
@Phenek Whoa, nice! We had completely missed that, thank you. I would suggest you could fork or use our version repo (BlockZero) if you need the fixes but I saw you already did that :) |
I have constantly getting this error 'BottomBarPageExtensions' does not contain a definition for 'GetBadgeColor' because it's using BottomBarPageExtensions file from metadeta. I have uploaded my project here also https://github.com/tahirmehraj/Bismillah
![capture](https://user-images.githubusercontent.com/39102228/39879632-00c5e4fa-5499-11e8-9b87-e05b26bbb1cc.JPG)
The text was updated successfully, but these errors were encountered: