Skip to content

v0.4.1

Choose a tag to compare

@joemasilotti joemasilotti released this 01 Apr 01:26
· 248 commits to main since this release

Added

  • enabled prop on NativeTabs for React and Vue Inertia components. Pass enabled={false} (React) or :enabled="false" (Vue) to dynamically hide the tab bar, for example during edit mode. Defaults to true.