diff --git a/presentation/react-native/components/HabitsStatistics.tsx b/presentation/react-native/components/HabitsStatistics.tsx index c7a2da0..0c53546 100644 --- a/presentation/react-native/components/HabitsStatistics.tsx +++ b/presentation/react-native/components/HabitsStatistics.tsx @@ -2,6 +2,7 @@ import { Card, Divider, Text } from "react-native-paper" import CircularProgress from "react-native-circular-progress-indicator" import { Agenda } from "react-native-calendars" import { useState } from "react" +import { ScrollView } from "react-native" import { getNowDateUTC, getISODate } from "@/utils/dates" import type { HabitsTracker } from "@/domain/entities/HabitsTracker" @@ -39,7 +40,7 @@ export const HabitsStatistics: React.FC = (props) => { selected={selectedDateISO} renderList={() => { return ( - <> + = (props) => { ) }, )} - + ) }} />