pocheshire / BottomNavigationBar

Bottom Navigation Bar for Xamarin
214 stars 70 forks source link

Question: How to use it in the Xamarin.Forms way? #7

Closed Yaojian closed 8 years ago

Yaojian commented 8 years ago

I have an Xamarin.Forms application and want to use this navigation bar .

pocheshire commented 8 years ago

You probably need to write a new renderer

link1 link2

I'll think about adding support Xamarin.Forms soon

sschmidt commented 8 years ago

Great project! I implemented a Xamarin.Forms renderer for BottomNavigationBar, it's over here: https://github.com/thrive-now/BottomNavigationBarXF

adrianknight89 commented 8 years ago

I couldn't get the XF port working. Seemed unusable to me. Would really appreciate instructions on how to get up and running with it.