masakachristopher / react-native-animation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Native Animation

This repository is a collection of results from the React Native Animation Tutorial on my YouTube Channel Rakha Wibowo using :

Version

The version used in this repository:

  • React Native v0.72.3
  • Reanimated v3.4.2
  • React Native Gesture Handler v2.12.1
  • Moti v0.26.0

Available Tutorials

Run Locally

Clone the project

git clone https://github.com/Rakha112/react-native-animation.git

Go to the project directory

cd react-native-animation

Install dependencies

npm install

For iOS

npx pod-install

Start the server

npm start -- --reset-cache

Run on IOS

npx react-native run-ios

Run on ANDROID

npx react-native run-android

The app

Demo

About


Languages

Language:JavaScript 52.1%Language:TypeScript 36.8%Language:Java 6.4%Language:Objective-C 2.0%Language:Ruby 2.0%Language:Objective-C++ 0.7%