react-native-app-intro
react-native-app-intro copied to clipboard
full page, hide status bar
I am using the
<StatusBar hidden />
for removing the status bar on the page, it looks like this:
<View>
<StatusBar hidden />
<AppIntro {props} />
</View>
but I still see the space of the status bar in the top, even when its not there