Figured out how to hide the status bar. First of all, StatusBarIOS is deprecated so you need to import StatusBar
and then simply include this code snippet at the top of your render:
<StatusBar hidden />
React Native Docs on StatusBar
Figured out how to hide the status bar. First of all, StatusBarIOS is deprecated so you need to import StatusBar
and then simply include this code snippet at the top of your render:
<StatusBar hidden />
React Native Docs on StatusBar