Skip to content

Commit da80505

Browse files
committed
test: clarify multiline keyboard example
1 parent e91e15f commit da80505

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/rn-tester/js/examples/KeyboardAvoidingView/KeyboardAvoidingViewExample.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,8 +326,9 @@ exports.examples = [
326326
},
327327
{
328328
title: 'Keyboard Avoiding View with multiline TextInput in ScrollView',
329+
// Regression coverage for https://github.com/facebook/react-native/issues/16826.
329330
description:
330-
'Reproduces the nested ScrollView and multiline TextInput layout from issue #16826.',
331+
'Keeps a multiline TextInput visible when it grows inside a nested ScrollView.',
331332
render(): React.Node {
332333
return <KeyboardAvoidingMultilineTextInput />;
333334
},

0 commit comments

Comments
 (0)