Redash
  • Redash
  • Animations
  • Coordinates
  • Math
  • Strings
  • Transitions
  • Vectors
  • Paths
  • Physics
  • Colors
Powered by GitBook
On this page
  • Installation
  • ⚠️ v1 Users ⚠️

Was this helpful?

Redash

NextAnimations

Last updated 4 years ago

Was this helpful?

The React Native Reanimated and Gesture Handler Toolbelt. As seen on the YouTube series.

Installation

yarn add react-native-redash

⚠️ v1 Users ⚠️

v1 documentation:

To access functions that work with Reanimated v1 nodes, use the following import:

import {usePanGestureHandler} from  "react-native-redash/lib/module/v1";

To add TypeScript support for the v1 functions, add the following type to your tsconfig:

  "include": ["node_modules/react-native-redash/lib/typescript/v1/index.d.ts"]
“Can it be done in React Native?”
https://wcandillon.github.io/react-native-redash-v1-docs/