Skip to content

A smooth carousel transition achieved using react-native-skia and react-native-reanimated

Notifications You must be signed in to change notification settings

adithyavis/youtube-music-carousel-transition-example

Repository files navigation

Youtube Music Carousel Transition Example

This is a simple example of how to implement a smooth carousel transition for a Youtube Music like experience, using react-native-skia and react-native-reanimated.

When swiping from one song to another, the background color transitions smoothly.60fps transition is achieved by driving transitions on the native thread using react-native-reanimated.

How to run

  1. Install dependencies
yarn install
cd ios && pod install && cd ..
  1. Run the app
yarn start

Author

Adithya Viswamithiran

Also refer to some of my work

About

A smooth carousel transition achieved using react-native-skia and react-native-reanimated

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published