From 5a9030dae7ffb6ef303ab134d7b437ccdb2443ea Mon Sep 17 00:00:00 2001 From: Brandon Presley Date: Mon, 27 Nov 2023 11:51:15 +1300 Subject: [PATCH] Fix view of graphs on smaller screens --- ViewGraph.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ViewGraph.tsx b/ViewGraph.tsx index bb81661..2868b02 100644 --- a/ViewGraph.tsx +++ b/ViewGraph.tsx @@ -1,7 +1,7 @@ import { RouteProp, useRoute } from "@react-navigation/native"; import { format } from "date-fns"; import { useEffect, useMemo, useState } from "react"; -import { View } from "react-native"; +import { ScrollView, View } from "react-native"; import { FileSystem } from "react-native-file-access"; import { IconButton, List } from "react-native-paper"; import Share from "react-native-share"; @@ -121,7 +121,7 @@ export default function ViewGraph() { icon="share" /> - +