Exclude the SafeAreaHeader in Select Server screen (#3094)

This commit is contained in:
Elias Nahum 2019-08-12 10:58:12 -04:00 committed by Saturnino Abril
parent 9d54853be5
commit 9aa7d7e523

View file

@ -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}