NativeScript BottomNavigation How to do Round Corners?

I’m currently working on a NativeScript Project and want to have a BottomNavigation Bar with round corners. I’m using NativeScript Angular with the @nativescript-community/ui-material-bottom-navigation Package.

How can I round the top two corners?

I tried to round the corners using css border-radius. It didn’t change anything