I am working on tutorial for React Native navigation. I found out that all layout starts loading from top of screen instead of below of the status bar. This causes most layo
Now you can use SafeAreaView which is included in React Navigation:
SafeAreaView
... your content ...