diff --git a/components/gallery/Gallery.tsx b/components/gallery/Gallery.tsx index 33ec302..559950b 100644 --- a/components/gallery/Gallery.tsx +++ b/components/gallery/Gallery.tsx @@ -87,6 +87,7 @@ const Gallery = ({ items }) => { src={currentVideoUrl} controls autoPlay + loop className={styles.fullscreenVideo} /> diff --git a/docs/getting-started.mdx b/docs/getting-started.mdx index 9bd06b4..762e978 100644 --- a/docs/getting-started.mdx +++ b/docs/getting-started.mdx @@ -6,7 +6,6 @@ description: Discover React Native animations created by the community. slug: / --- -## Welcome to React Native Animations Hub! 🎉 Explore creative UI animations made with React Native by the community.