Move chart t to new component folder
This commit is contained in:
@@ -3,7 +3,7 @@ import Home from './home'
|
|||||||
|
|
||||||
import Calendar from './calendar'
|
import Calendar from './calendar'
|
||||||
import CycleDay from './cycle-day'
|
import CycleDay from './cycle-day'
|
||||||
import Chart from './chart'
|
import Chart from './components/chart'
|
||||||
|
|
||||||
// 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'
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ import Svg,{
|
|||||||
Circle
|
Circle
|
||||||
} from 'react-native-svg'
|
} from 'react-native-svg'
|
||||||
import { LocalDate } from 'js-joda'
|
import { LocalDate } from 'js-joda'
|
||||||
import { bleedingDaysSortedByDate, temperatureDaysSortedByDate, getOrCreateCycleDay } from './db'
|
import { bleedingDaysSortedByDate, temperatureDaysSortedByDate, getOrCreateCycleDay } from '../db'
|
||||||
|
|
||||||
const right = 600
|
const right = 600
|
||||||
const top = 10
|
const top = 10
|
||||||
Reference in New Issue
Block a user