diff --git a/packages/rn-tester/js/examples/TextInput/TextInputExample.android.js b/packages/rn-tester/js/examples/TextInput/TextInputExample.android.js index c2c8eb7084a490..df7c190da06b66 100644 --- a/packages/rn-tester/js/examples/TextInput/TextInputExample.android.js +++ b/packages/rn-tester/js/examples/TextInput/TextInputExample.android.js @@ -522,6 +522,36 @@ const examples: Array = [ return ; }, }, + { + title: 'Single-line TextInputs - New Arch Bug Reproduction', + description: + 'A single-line TextInput that unexpectedly grows unless numberOfLines={1} is specified.', + render: function (): React.Node { + return ( + + + Single-line TextInput (expected single line, grows incorrectly): + + + + + Observe if the height increases as you type more characters + + + ); + }, + }, ]; module.exports = ({