Rename cycle day container and overview component

This commit is contained in:
Julia Friesel
2018-06-14 14:48:09 +02:00
parent 547d3f7a12
commit 5041a45576
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import { createStackNavigator } from 'react-navigation'
import Home from './home'
import Calendar from './calendar'
import Day from './day'
import Day from './cycle-day'
// this is until react native fixes this bug, see https://github.com/facebook/react-native/issues/18868#issuecomment-382671739
import { YellowBox } from 'react-native'
+1 -1
View File
@@ -4,7 +4,7 @@ import {
Text
} from 'react-native'
import cycleDayModule from './get-cycle-day-number'
import DayView from './day-view'
import DayView from './cycle-day-overview'
import BleedingEditView from './bleeding'
import TemperatureEditView from './temperature'
import { formatDateForViewHeader } from './format'