React-native-ui-kitten: Ged rid of android blue status bar

Created on 11 Apr 2020  Â·  2Comments  Â·  Source: akveo/react-native-ui-kitten

💬 Question

IMAGE 2020-04-11 14:10:37

is't possible to remove this blue bar?
it's emulator pixel 3 xl

UI Kitten and Eva version

| Package | Version |
| ----------- | ----------- |
| @eva-design/eva | 1.4.0 |
| @ui-kitten/components | 4.4.1 |

Help wanted

All 2 comments

Are you just starting out with your app? Can you share its code? I don't see how that bar would be caused by ui-kitten

ui-kitten doesn't do anything with the status bar... but you can "get rid of it" by using the StatusBar component of React Native:

<StatusBar hidden={true} />
Was this page helpful?
0 / 5 - 0 ratings

Related issues

shiqian123 picture shiqian123  Â·  3Comments

sobiso picture sobiso  Â·  3Comments

Gitldx picture Gitldx  Â·  3Comments

sarmadkung picture sarmadkung  Â·  3Comments

bkwhite picture bkwhite  Â·  3Comments