feat(frame): add new actionBarVisibility property (#6449)

This commit is contained in:
Martin Yankov
2018-10-24 14:51:43 +03:00
committed by GitHub
parent af651d6e83
commit 0002624d3c
6 changed files with 132 additions and 22 deletions

View File

@ -56,6 +56,11 @@ export class Frame extends View {
*/
navigate(entry: NavigationEntry);
/**
* Used to control the visibility the Navigation Bar in iOS and the Action Bar in Android.
*/
public actionBarVisibility: "auto" | "never" | "always";
/**
* Gets the back stack of this instance.
*/