dewango / BottomNavigationBarXF

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

Make BottomNavigationBarXF compliant with Xamarin.Forms 2.5 #84

Open AlexanderMelchers opened 6 years ago

AlexanderMelchers commented 6 years ago

Xamarin.Form 2.5.x has a new standard of object-instantiation for renderers, now requiring renderers to accept a Android.Content.Context object as a sole parameter to its constructor and marking parameterless constructors obsolete. This means that with the next major release of Xamarin.Forms the current BottomNavigationBarXF might very well become unusable. Moreover, from experience I know that not complying with the new standard can, even at present, already cause unexpected bugs in your application.

Hence, I was wondering when we can expect an updated NuGet that will make BottomNavigationBarXF Xamarin.Forms 2.5 compliant?

Thanks in advance!

Best regards, Alexander.