diff --git a/packages/react-native-web/src/exports/TextInput/index.js b/packages/react-native-web/src/exports/TextInput/index.js index 96a89c1f..8e65dfc2 100644 --- a/packages/react-native-web/src/exports/TextInput/index.js +++ b/packages/react-native-web/src/exports/TextInput/index.js @@ -143,7 +143,7 @@ class TextInput extends Component<*> { editable: true, keyboardType: 'default', multiline: false, - numberOfLines: 2, + numberOfLines: 1, secureTextEntry: false, style: emptyObject };