From b3e8c7b6b430121a45a5cca7ead7ce05538cbf4d Mon Sep 17 00:00:00 2001 From: Adrian Castro <22133246+castdrian@users.noreply.github.com> Date: Sun, 10 Mar 2024 10:52:09 +0100 Subject: [PATCH] chore: this doesn't need to be a scrollview --- apps/expo/src/app/(tabs)/index.tsx | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/apps/expo/src/app/(tabs)/index.tsx b/apps/expo/src/app/(tabs)/index.tsx index eec3828..7b55537 100644 --- a/apps/expo/src/app/(tabs)/index.tsx +++ b/apps/expo/src/app/(tabs)/index.tsx @@ -1,5 +1,5 @@ import React from "react"; -import { ScrollView, View } from "react-native"; +import { View } from "react-native"; import { bookmarks, @@ -19,20 +19,11 @@ export default function HomeScreen() { } > - 0 || watching.length > 0 ? true : false - } - > - - - + + );