bn.setNavigationBarTitle
▸ setNavigationBarTitle(options): Promise<{}>
Dynamically sets the title of the current page.
Parameters
| Name | Type | Description |
|---|---|---|
options | SetNavigationBarTitleOptions | navigation bar title options |
Returns
Promise<{}>
SetNavigationBarTitleOptions
Ƭ SetNavigationBarTitleOptions: Object
Type declaration
| Name | Type | Description |
|---|---|---|
title | string | Title of the navigation bar |