Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 893 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 893 Bytes

📱 Recreating Quibi cards-swipe animation with React Native and Reanimated 🔥

Part of an article, read the full guide on our blog here

❕ The article described the usage of reanimated v2 when it appeared. Currently, v3 is available. If you are using reanimated 2, check our article, and if you are using v3, then make sure to familiarize yourself with the documentation

Run the app

  1. Clone the repo
  2. Install packages yarn
  3. Start the metro bundler yarn start
  4. Run with either yarn ios or yarn android

Demo

  • original app:

Original Quibi app dashboard

  • recreated react-native animation:

Recreated app with react-native and reanimated