diff --git a/app.js b/app.js index 423ab23..012b396 100644 --- a/app.js +++ b/app.js @@ -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' diff --git a/day-view.js b/cycle-day-overview.js similarity index 100% rename from day-view.js rename to cycle-day-overview.js diff --git a/day.js b/cycle-day.js similarity index 96% rename from day.js rename to cycle-day.js index 294462b..35d887d 100644 --- a/day.js +++ b/cycle-day.js @@ -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'