react-native-app-intro icon indicating copy to clipboard operation
react-native-app-intro copied to clipboard

full page, hide status bar

Open tzookb opened this issue 7 years ago • 0 comments

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

image

tzookb avatar Jun 11 '17 08:06 tzookb