blaiti
React-Native-Animations
TypeScript

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.

React Native Animations

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

ยฉ 2026 GitRepoTrend ยท blaiti/React-Native-Animations ยท Updated daily from GitHub