how to render react native app under the status bar

JavaScript
adding following code to the root view tag of your component =>
paddingTop:StatusBar.currentHeight 
Source

Also in JavaScript: