From dfb6bd03a992d814f187b727d4e2522ef024a8ee Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Mon, 29 Sep 2025 15:21:04 +0200 Subject: [PATCH] fix: non supported prop --- app/(auth)/(tabs)/(libraries)/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/(auth)/(tabs)/(libraries)/index.tsx b/app/(auth)/(tabs)/(libraries)/index.tsx index c638e5d2..7e8bc387 100644 --- a/app/(auth)/(tabs)/(libraries)/index.tsx +++ b/app/(auth)/(tabs)/(libraries)/index.tsx @@ -105,7 +105,6 @@ export default function index() { ) } - estimatedItemSize={200} /> ); }