Getting Started
Prerequisites
Installation
- Clone the repository:
git clone https://github.com/adithyavis/awesome-mobile-app-animations.git
cd awesome-mobile-app-animations
- Install dependencies:
yarn install
- Start the development server:
yarn start
- Run on your preferred platform:
- Press
ito open in iOS Simulator - Press
ato open in Android Emulator - Scan the QR code with Expo Go on your device
- Press
Each animation folder contains its own components/, constants/, assets/, and optionally hooks/, types/, and utils/ directories.