From f1bafdbaee9bc49c169aaf5e97bd9ca1307334df Mon Sep 17 00:00:00 2001 From: MaksymA26 Date: Mon, 2 Jun 2025 16:48:11 +0300 Subject: [PATCH] fix: resolve issue with items not displaying in vertical direction --- src/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.tsx b/src/index.tsx index 98a2027..b813011 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -48,6 +48,7 @@ const AnimatedChild = ({ const stylez = useAnimatedStyle(() => { if (direction === 'vertical') { return { + width: '100%', position: 'absolute', top: (index - 1) * (textMeasurement.value.height + spacing), transform: [