nativescript-community/ui-material-components

[Request] Border radius for bottom sheet

dammynex opened this issue · 2 comments

I'd like to request if an option for borderRadius could be added for the bottom sheet..

@dammynex use the option transparent: true and set background and border-radius to your main content of BottomSheet.

you can customize everything you have inside the BottomSheet!

@vallemar That worked.

Thank you!