dewango / BottomNavigationBarXF

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

This package is obsolete #110

Open joshardt opened 5 years ago

joshardt commented 5 years ago

Hi everyone, just for your information, in case you consider to use this NuGet package: Since Xamarin.Forms 3.1 you can use toolbar placement on Android to put your tab bar to the bottom. In other words: You don't need to use this package anymore. I'd kindly ask the package owner to mark this package as obsolete in its ReadMe.md file and, if possible, also in its code.

Here is the solution with Xamarin.Forms 3.1 or newer: Reference 1: https://blog.xamarin.com/xamarin-forms-3-1-improvments/#androidbottomtabs Reference 2: https://montemagno.com/xamarin-forms-official-bottom-navigation-bottom-tabs-on-android/

It was less than 10 lines of code which I had to change to make it work in my project.