diff --git a/components/calendar.js b/components/calendar.js index 67e5299..b447bf2 100644 --- a/components/calendar.js +++ b/components/calendar.js @@ -1,6 +1,6 @@ import React, { Component } from 'react' import { View } from 'react-native' -import { Calendar } from 'react-native-calendars' +import { CalendarList } from 'react-native-calendars' import * as styles from '../styles' import { getOrCreateCycleDay, bleedingDaysSortedByDate } from '../db' @@ -35,7 +35,7 @@ export default class CalendarView extends Component { render() { return ( -