diff --git a/src/styles/styles.js b/src/styles/styles.js index 76758aa09042..1fcabbe096d8 100644 --- a/src/styles/styles.js +++ b/src/styles/styles.js @@ -1317,6 +1317,7 @@ const styles = { borderRadius: 0, height: 'auto', lineHeight: 20, + overflowX: 'hidden', // On Android, multiline TextInput with height: 'auto' will show extra padding unless they are configured with // paddingVertical: 0, alignSelf: 'center', and textAlignVertical: 'center'