For the complete documentation index, see llms.txt. This page is also available as Markdown.

Bottom Navigation API

Control your app’s bottom navigation using the WebToNative JavaScript API. Show, hide, and customize navigation for Android and iOS apps.

You'll need to import the javascript file in your website before starting from this link.
WTN.bottomNavigation.hide()
import { hide as hideBottomNavigation } from "webtonative/BottomNavigation"

hideBottomNavigation()

Last updated