Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 671 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 671 Bytes

React native parallax carousel

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

Get started

  1. Install dependencies

    npm install
  2. Start the app

     npx expo start