Allow scrolling in note text field
This commit is contained in:
@@ -110,7 +110,7 @@ const SymptomEditView = ({ date, onClose, symptom, symptomData }) => {
|
|||||||
const inputProps = {
|
const inputProps = {
|
||||||
multiline: true,
|
multiline: true,
|
||||||
numberOfLines: 3,
|
numberOfLines: 3,
|
||||||
scrollEnabled: false,
|
scrollEnabled: true,
|
||||||
style: styles.input,
|
style: styles.input,
|
||||||
textAlignVertical: 'top',
|
textAlignVertical: 'top',
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user