MM-24964 select server url correctly animate error with keyboard (#4435)

Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
This commit is contained in:
Mattermost Build 2020-06-18 03:19:19 +02:00 committed by GitHub
parent 8e858c76b5
commit dc0133bf01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -529,7 +529,9 @@ export default class SelectServer extends PureComponent {
{buttonText}
</Text>
</Button>
<ErrorText error={error}/>
<View>
<ErrorText error={error}/>
</View>
</View>
</TouchableWithoutFeedback>
</KeyboardAvoidingView>