I am trying to hide and show bottom navigation bar for nativescript angular app in both ios and android for specific pages of app. Using basic one that gets created by nativescript angular. Bottom navigation used https://docs.nativescript.org/angular/ui/ng-components/bottom-navigation steps: tns create my-app select angular then select tabs view app for sample app.
Then run the app. Replicate issue: Basic tabs view app created by tns create command has home page with list of item. when you tap on a item navigates to item detail page.
On Item detail page I want to hide bottom navigation bar. Once user uses back navigation action to go back to home page the navigation bar should shown as normal.
Thanks in advance for help....