How can I install the BottomNavigation component which is used in the playground here?
https://play.nativescript.org/?template=play-vue&id=Evc8t6&v=4
I am using NativeScript 8 and it looks like the latest Version of NativeScript do not support this feature anymore. (I use NativeScript 8.0)
Is there a third party plugin or something else which brings this feature back?
Update: Here es the reason why it is not there anymore and where you can find it: https://blog.nativescript.org/nativescript-8-announcement/#important-note-about-bottomnavigation-and-tabs
Unfortunately the icon's do not work for me.
For example this is not loading:
<Image src="font://" class="fas"></Image>
Any idea what could be wrong?
I have similar issue and found your topic, thanks!
For the image, try:
<Image src.decode="font://" class="fas"/>