Skip to main content

Getting Started

Prerequisites

  • Node.js (v20 or higher)
  • Yarn package manager
  • Expo CLI
  • iOS Simulator (macOS) or Android Emulator

Installation

  1. Clone the repository:
git clone https://github.com/adithyavis/awesome-mobile-app-animations.git
cd awesome-mobile-app-animations
  1. Install dependencies:
yarn install
  1. Start the development server:
yarn start
  1. Run on your preferred platform:
    • Press i to open in iOS Simulator
    • Press a to open in Android Emulator
    • Scan the QR code with Expo Go on your device

Each animation folder contains its own components/, constants/, assets/, and optionally hooks/, types/, and utils/ directories.