Bottom Navigation API
Control your app’s bottom navigation using the WebToNative JavaScript API. Show, hide, and customize navigation for Android and iOS apps.
WTN.bottomNavigation.hide()import { hide as hideBottomNavigation } from "webtonative/BottomNavigation"
hideBottomNavigation()Last updated