react-native-reanimated

(★ 10,958)

React Native's Animated library reimplemented

File Explorer

Showing a partial file list — download the zip above to see everything.

  • .clang-format
  • .clang-tidy
  • .clangd
  • .git-blame-ignore-revs
  • .gitattributes
  • .gitignore
  • .lintstagedrc-common.js
  • .nvmrc
  • .oxfmtrc.json
  • .prettiereslintignore
  • .remarkignore
  • .remarkrc.mdx.mjs
  • .remarkrc.mjs
  • .ruby-version
  • .watchmanconfig
  • .yarnrc.yml
  • bob.config.js
  • eslint.config.mjs
  • LICENSE
  • package.json
  • README.md

# Installation Guide

node
Prerequisites

Setup Steps

yarn install

Install all JavaScript package dependencies for the project.

yarn build

Build all packages and libraries within the repository.

bundle install

Install Ruby Gem dependencies for the iOS example app.

bundle exec pod install

Install CocoaPods native dependencies for the iOS example project.

yarn android

Build and run the Android example app on a device or emulator.

yarn ios

Build and run the iOS example app on a simulator.

Key Commands

yarn install

Install project dependencies using the Yarn package manager.

yarn build

Build the package source codes within the project.

yarn test

Run the test suite based on Jest.

cd apps/fabric-example/ios && bundle exec pod install

Install CocoaPods dependencies inside the iOS directory.

Reanimated 4.x and Worklets require the New Architecture of React Native and operate in the latest version environments.

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Showing a partial file list.

// repository documentation