Skip to content

alvesvin/reanimated-v2-carousel

Repository files navigation

Reanimated V2 Carousel

This is an animated carousel using React Native Reanimated V2 copied from inspired by Catalin Miron.

How to use

If you will to test it yourself, you'll need to get your API keys on The Movie Database as this project uses its API to fetch data.

The needed .env look like this:

TMDB_AUTH_TOKEN=<your_v4_bearer_token>
TMDB_API_URL=https://api.themoviedb.org/3
TMDB_IMAGES_URL=https://image.tmdb.org/t/p/original

Final result

With this project we were aiming at 60fps fluid animation. Unfortunatelly, the FlatList cannot contain too much data as something above 10 itens will cause performance issues.

Even though, the result looks awesome! Check it here!

About

Animated carousel in React Native Reanimated V2

Topics

Resources

Stars

Watchers

Forks