This is an example app created with Expo for the blog post "Create a circular carousel with parallax effect in React Native". 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
-
Install dependencies
npm install
-
Start the app
npx expo start