An open API service indexing awesome lists of open source software.

https://github.com/chicio/react-native-parallax-carousel

A carousel with parallax and opacity animation, mimicking what the Apple TV app does in the home launch carousel.
https://github.com/chicio/react-native-parallax-carousel

carousel expo react-native reanimated

Last synced: 3 months ago
JSON representation

A carousel with parallax and opacity animation, mimicking what the Apple TV app does in the home launch carousel.

Awesome Lists containing this project

README

          

# React native parallax carousel

This is an example app created with [Expo](https://expo.dev) for the blog post ["Create a circular carousel with parallax effect
in React Native"](https://www.fabrizioduroni.it/2024/12/31/carousel-parallax-circular-loop-react-native-expo/).
In this blog post, I show how it is possible to create a full-screen carousel with:

* parallax animation on the images inside the items during scroll
* opacity animation on the text label during scroll
* circular carousel: infinite scroll with item show in a loop

## Get started

1. Install dependencies

```bash
npm install
```

2. Start the app

```bash
npx expo start
```