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