I have resolved the Android top positioning issue. After thorough internal testing, it works correctly on Android and does not cause any problems on iOS.
Also i have implemented default status bar height calculator if Statusbar.currentheight returns undefined.
You can check out how i have decided height via https://gist.github.com/jinqian/5814865
Also tslint was missing in dev dependencies i have added that too
I have resolved the Android top positioning issue. After thorough internal testing, it works correctly on Android and does not cause any problems on iOS.
Also i have implemented default status bar height calculator if Statusbar.currentheight returns undefined. You can check out how i have decided height via https://gist.github.com/jinqian/5814865
Also tslint was missing in dev dependencies i have added that too