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
216 stars 80 forks source link

fix(tabs): handle removing, re-adding, and changing visibility of tabstrip #430

Closed edusperoni closed 1 year ago

edusperoni commented 1 year ago

Setting tabStrip.visibility to hidden/collapse/visible now works correctly.

Also, tabs.tabStrip = null and then tabs.tabStrip = newTabstrip also works now