Allow scrolling in note text field

This commit is contained in:
bl00dymarie
2024-02-15 17:37:15 +01:00
parent e24c69977c
commit 010cabcefb
+1 -1
View File
@@ -110,7 +110,7 @@ const SymptomEditView = ({ date, onClose, symptom, symptomData }) => {
const inputProps = {
multiline: true,
numberOfLines: 3,
scrollEnabled: false,
scrollEnabled: true,
style: styles.input,
textAlignVertical: 'top',
}