From 5cc20ac70c25c3be68416249ee02bdb1791f46dd Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Tue, 23 Jan 2024 19:38:28 -0800 Subject: Disable scroll on the composer TextInput (close #2413) (#2603) --- src/view/com/composer/text-input/TextInput.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/view/com/composer/text-input/TextInput.tsx b/src/view/com/composer/text-input/TextInput.tsx index 57bfd0a88..3d0d5ab8d 100644 --- a/src/view/com/composer/text-input/TextInput.tsx +++ b/src/view/com/composer/text-input/TextInput.tsx @@ -217,6 +217,7 @@ export const TextInput = forwardRef(function TextInputImpl( autoFocus={true} allowFontScaling multiline + scrollEnabled={false} numberOfLines={4} style={[ pal.text, -- cgit 1.4.1