Update index.ts

In line 20, "this.navigationBar.hide(autoHide);". But there is no such a function .hide(). It shoud be correct as "this.navigationBar.setUp(autoHide);".
This commit is contained in:
Rajitha Kumara 2018-02-02 15:38:25 +05:30 committed by GitHub
parent 954bd876de
commit 84a8dbc9d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ import { Cordova, Plugin, IonicNativePlugin } from '@ionic-native/core';
* ... * ...
* *
* let autoHide: boolean = true; * let autoHide: boolean = true;
* this.navigationBar.hide(autoHide); * this.navigationBar.setUp(autoHide);
* ``` * ```
*/ */
@Plugin({ @Plugin({