diff --git a/bleeding.js b/bleeding.js index 6175be5..b755910 100644 --- a/bleeding.js +++ b/bleeding.js @@ -8,13 +8,14 @@ import { import styles from './styles' import { saveBleeding } from './db' import { formatDateForViewHeader } from './format' +import { bleeding as labels } from './labels' export default class Bleeding extends Component { constructor(props) { super(props) this.state = { cycleDay: props.navigation.state.params.cycleDay, - currentValue: null + currentValue: "1" } } @@ -25,16 +26,17 @@ export default class Bleeding extends Component { return ( {formatDateForViewHeader(day.date)} + Bleeding { this.setState({ currentValue: itemValue }) }}> - - - - + + + +