Disable scroll on the composer TextInput (close #2413) (#2603)

zio/stable
Paul Frazee 2024-01-23 19:38:28 -08:00 committed by GitHub
parent c7647b47cf
commit 5cc20ac70c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -217,6 +217,7 @@ export const TextInput = forwardRef(function TextInputImpl(
autoFocus={true}
allowFontScaling
multiline
scrollEnabled={false}
numberOfLines={4}
style={[
pal.text,