Statusbar

This commit is contained in:
Max Lynch
2015-09-28 14:15:33 -05:00
parent 659fa494ce
commit 4df3a9abd8

View File

@ -5,6 +5,13 @@ import {NativePlugin} from '../plugin';
/** /**
* Manage the appearance of the native status bar. * Manage the appearance of the native status bar.
*
* @usage
* ```js
* StatusBar.hide(); // Hide the bar
*
* StatusBar.setStyle(StatusBar.LIGHT_CONTENT) // Good for dark backgrounds
* ```
*/ */
@NativePlugin({ @NativePlugin({
name: 'StatusBar', name: 'StatusBar',