Exclude the SafeAreaHeader in Select Server screen (#3094)
This commit is contained in:
parent
9d54853be5
commit
9aa7d7e523
1 changed files with 4 additions and 1 deletions
|
|
@ -416,7 +416,10 @@ export default class SelectServer extends PureComponent {
|
|||
}
|
||||
|
||||
return (
|
||||
<SafeAreaView useLandscapeMargin={true}>
|
||||
<SafeAreaView
|
||||
excludeHeader={true}
|
||||
useLandscapeMargin={true}
|
||||
>
|
||||
<KeyboardAvoidingView
|
||||
behavior='padding'
|
||||
style={style.container}
|
||||
|
|
|
|||
Loading…
Reference in a new issue