ui-material-components
ui-material-components copied to clipboard
Error when putting Tabs inside BottomSheet
Flavor & Platform
Am using JavaScript and Android platform
Plugin version
- @nativescript-community/ui-material-bottomsheet: ^7.2.65
- @nativescript-community/ui-material-tabs: ^7.2.66
The Case
I combined BottomSheet with Tabs from ui-material-components. I tried putting Tabs inside BottomSheet.
When the BottomSheet is open, then I try to close the BottomSheet using the Back Button on the phone, I get an error as shown in the following image.
Is there a solution to this problem?