Rename cycle day container and overview component
This commit is contained in:
@@ -2,7 +2,7 @@ import { createStackNavigator } from 'react-navigation'
|
|||||||
import Home from './home'
|
import Home from './home'
|
||||||
|
|
||||||
import Calendar from './calendar'
|
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
|
// this is until react native fixes this bug, see https://github.com/facebook/react-native/issues/18868#issuecomment-382671739
|
||||||
import { YellowBox } from 'react-native'
|
import { YellowBox } from 'react-native'
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ import {
|
|||||||
Text
|
Text
|
||||||
} from 'react-native'
|
} from 'react-native'
|
||||||
import cycleDayModule from './get-cycle-day-number'
|
import cycleDayModule from './get-cycle-day-number'
|
||||||
import DayView from './day-view'
|
import DayView from './cycle-day-overview'
|
||||||
import BleedingEditView from './bleeding'
|
import BleedingEditView from './bleeding'
|
||||||
import TemperatureEditView from './temperature'
|
import TemperatureEditView from './temperature'
|
||||||
import { formatDateForViewHeader } from './format'
|
import { formatDateForViewHeader } from './format'
|
||||||
Reference in New Issue
Block a user