diff --git a/packages/rn-tester/js/examples/TextInput/TextInputExample.android.js b/packages/rn-tester/js/examples/TextInput/TextInputExample.android.js index 37786b09b1824d..c2c8eb7084a490 100644 --- a/packages/rn-tester/js/examples/TextInput/TextInputExample.android.js +++ b/packages/rn-tester/js/examples/TextInput/TextInputExample.android.js @@ -145,6 +145,9 @@ const styles = StyleSheet.create({ singleLineWithHeightTextInput: { height: 30, }, + wrappedText: { + maxWidth: 300, + }, }); const examples: Array = [ @@ -380,7 +383,7 @@ const examples: Array = [ platform: 'android', render: function (): React.Node { return ( - + = [ title: 'Auto-expanding', render: function (): React.Node { return ( - +