Merge branch 'master' into 156-make-components-like-prettier-radio-buttons

This commit is contained in:
Julia Friesel
2018-09-01 19:59:30 +02:00
10 changed files with 245 additions and 23 deletions
+1 -4
View File
@@ -6,10 +6,7 @@ import {
} from 'react-native'
import styles from '../../../styles'
import { saveSymptom } from '../../../db'
import {
sexActivity as activityLabels,
contraceptives as contraceptiveLabels
} from '../labels/labels'
import { sex as sexLabels } from '../labels/labels'
import ActionButtonFooter from './action-button-footer'
import SelectBoxGroup from '../select-box-group'
import { SymptomSectionHeader } from '../../app-text'