SuavePirate / BadgeView

A simple Xamarin.Forms control to display a round badge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could not install package and error in content view page

HiteshVasnani opened this issue · comments

Hi, i think this is a good package how ever im having an error when i tried to install the package
image
so, i tried to recreate the with the code samples u provide but im still getting an error.
image
it is not able to detect the bindeable view not too sure why

jsut to add this is how i have created my xaml page.
image

hope u can are able to assist me on this i need this component for my project to implement the push notifications

thank you,
best regards,
hitesh

It doesn't support PCL 259. Only 111 since we don't support windows phone 8 silverlight.

As for how you set it up yourself, It looks like you are doing it in a ContentPage which is not correct. Look again at how it is done in the library, or just clone the repository and copy the code files out into your project.