We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e91e15f commit da80505Copy full SHA for da80505
1 file changed
packages/rn-tester/js/examples/KeyboardAvoidingView/KeyboardAvoidingViewExample.js
@@ -326,8 +326,9 @@ exports.examples = [
326
},
327
{
328
title: 'Keyboard Avoiding View with multiline TextInput in ScrollView',
329
+ // Regression coverage for https://github.com/facebook/react-native/issues/16826.
330
description:
- 'Reproduces the nested ScrollView and multiline TextInput layout from issue #16826.',
331
+ 'Keeps a multiline TextInput visible when it grows inside a nested ScrollView.',
332
render(): React.Node {
333
return <KeyboardAvoidingMultilineTextInput />;
334
0 commit comments