Skip to content

Commit

Permalink
fix: moved story content to animated view
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasFridmansky committed Aug 30, 2024
1 parent d1edf8a commit 4a9358d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/List/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ const StoryList: FC<StoryListProps> = ( {
imageProps={imageProps}
videoDuration={videoDuration}
/>
<StoryContent stories={stories} active={isActive} activeStory={activeStory} />
<Animated.View style={[ contentStyles, ListStyles.content ]}>
<StoryContent stories={stories} active={isActive} activeStory={activeStory} />
{imageOverlayView}
<Progress
active={isActive}
Expand Down

0 comments on commit 4a9358d

Please sign in to comment.