Updates input height on edit post (#5349)

This commit is contained in:
Shaz Amjad 2021-04-28 02:13:56 +10:00 committed by GitHub
parent 9c67364193
commit 9d605fdce9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -250,7 +250,7 @@ export default class EditPost extends PureComponent {
}
}
const height = Platform.OS === 'android' ? (deviceHeight / 2) - 40 : (deviceHeight / 2);
const height = Platform.OS === 'android' ? (deviceHeight / 2) - 40 : (deviceHeight / 2) - 30;
const autocompleteStyles = [
style.autocompleteContainer,
{flex: autocompleteVisible ? 1 : 0},