I can not change the color of my Status Bar with Ionic 2. I checked the documentation and am doing the following.
app.js
import {StatusBar} from 'ionic-native';
app.js (constructor ())
platform.ready().then(() => {
StatusBar.overlaysWebView(true);
StatusBar.backgroundColorByHexString(#f69c55);
});