A customizable Animations for React Native.
Last updated Jul 24, 2025
49
Stars
2
Forks
1
Issues
0
Stars/day
Attention Score
3
Language breakdown
TypeScript 57.6%
Java 22.8%
Objective-C 7.2%
Ruby 7.2%
JavaScript 2.8%
Objective-C++ 2.4%
โธ Files
click to expand
README
React Native Animations
A customizable Animations for React Native using React Native Reanimated.
Table of Contents
Tech Stack
Frontend: React Native
Environment: Android, iOS
Quick start
Clone the repo
git clone https://github.com/blaiti/React-Native-Animations
Install React Native Animations with npm
cd React-Native-Animations
npm install
Run Locally
To run locally on Android, run the following command
npm run android
To run locally on iOS, run the following command
npm run ios
File Structure
Within the download you'll find the following directories and files:
React-Native-Animations
.
โโโ react-native.config.js
โโโ tsconfig.json
โโโ index.js
โโโ App.tsx
โโโ app.json
โโโ package.json
โโโ package_lock.json
โโโ babel.config.js
โโโ metro.config.js
โโโ android
โโโ ios
โโโ src
โโโ components
โ โโโ UserCard
โ โโโ index.ts
โ โโโ IUserCard.ts
โ โโโ UserCard.tsx
โโโ constants
โ โโโ users
โโโ screens
โ โโโ FlatListAnimation.tsx
โโโ styles
โโโ colors.ts
โโโ index.ts
โโโ mixins.ts
โโโ spacing.ts
Author
๐ More in this category