This is an animated carousel using React Native Reanimated V2 copied from inspired by Catalin Miron.
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
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!