nativescript-community / ui-material-components

Monorepo that contains all of the NativeScript Material Design plugins.
https://nativescript-community.github.io/ui-material-components/
Apache License 2.0
219 stars 80 forks source link

feat: BottomSheet add callback onChangeState #332

Closed vallemar closed 3 years ago

vallemar commented 3 years ago

Add functionality like provided in android, but it works for ios and android. Logic reference: https://developer.android.com/reference/com/google/android/material/bottomsheet/BottomSheetBehavior.BottomSheetCallback

farfromrefug commented 3 years ago

@vallemar very nice thank you!