Questions
Bottom nav bar + JavaScript
2 days ago by Akshath
With active: true, the bottom tab bar renders during app launch before our JavaScript can run. With active: false, a runtime setTabs({enabled: true}) call succeeds (confirmed via on-screen debug) but the bar never appears. Is there a supported way to have the tab bar start hidden at launch but still be enableable at runtime? Or does active: false permanently disable it regardless of runtime calls?