diff --git a/components/common/app-text-input.js b/components/common/app-text-input.js
index 8439266..d0cbdbf 100644
--- a/components/common/app-text-input.js
+++ b/components/common/app-text-input.js
@@ -1,11 +1,18 @@
import React from 'react'
-import { StyleSheet, TextInput } from 'react-native'
+import { KeyboardAvoidingView, StyleSheet, TextInput } from 'react-native'
import PropTypes from 'prop-types'
import { Colors, Spacing, Typography } from '../../styles'
const AppTextInput = ({ style, ...props }) => {
- return
+ return (
+
+
+
+ )
}
AppTextInput.propTypes = {
diff --git a/components/cycle-day/symptom-edit-view.js b/components/cycle-day/symptom-edit-view.js
index 500c07e..b6e4195 100644
--- a/components/cycle-day/symptom-edit-view.js
+++ b/components/cycle-day/symptom-edit-view.js
@@ -215,10 +215,11 @@ class SymptomEditView extends Component {
{symtomPage[symptom].note}
}