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: [