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

This commit is contained in:
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

View file

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