A customizable Animations for React Native using React Native Reanimated.
Frontend: React Native
Environment: Android, iOS
Clone the repo
git clone https://github.com/blaiti/React-Native-AnimationsInstall React Native Animations with npm
cd React-Native-Animations
npm installTo run locally on Android, run the following command
npm run androidTo run locally on iOS, run the following command
npm run iosWithin 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