
is't possible to remove this blue bar?
it's emulator pixel 3 xl
| Package | Version |
| ----------- | ----------- |
| @eva-design/eva | 1.4.0 |
| @ui-kitten/components | 4.4.1 |
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} />