I need to implement a Bottom Navigation Bar with a cradled Floating Action Button (FAB) centered horizontally, in Native-script (Angular/Typescript) like this:
Any thoughts on how to implement this feature?
There are 2 Nativescript plugins that might by combined to achieve the final result: Floating Action Button and Bottom Navigation but when trying to apply a css clip-path property to the bottom navigation bar to create the cradle effect for the center FAB it doesn't work.
Here are Some hints on how to implement it using Android:
In addition, there is a solution that is quite near, but is just missing the "cradle"/"gap" efect I'm looking for to achieve: How to create a custom navigation bar in NativeScript?