Blaiti React Native Animations Save Abandoned

A customizable Animations for React Native.

Project 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

Open Source Agenda is not affiliated with "Blaiti React Native Animations" Project. README Source: blaiti/React-Native-Animations
Stars
42
Open Issues
1
Last Commit
8 months ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating