Skip to content
Snippets Groups Projects
Commit 5041a455 authored by Julia Friesel's avatar Julia Friesel
Browse files

Rename cycle day container and overview component

parent 547d3f7a
No related branches found
No related tags found
No related merge requests found
......@@ -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'
......
File moved
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment