0.2.0 • Published 3 years ago

@nghinv/react-native-animated v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@nghinv/react-native-animated

React Native Animated Library


CircleCI Version MIT License All Contributors PRs Welcome

Installation

yarn add @nghinv/react-native-animated

or

npm install @nghinv/react-native-animated
yarn add react-native-reanimated

Usage

import { 
  springConfig, 
  timingConfig,
  colors,
  useHsv,
  useRgb,
  useVector,
  useLayoutRectangle,
  toDeg,
  toRadian,
  clamp,
  mix,
  convertUtf8,
  canvas2Polar,
  polar2Canvas,
  vec,
  vecAnimated,
} from '@nghinv/react-native-animated';

Credits