JSPM

@nghinv/react-native-animated

0.2.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 51
  • Score
    100M100P100Q65630F
  • License MIT

React Native animated Library

Package Exports

  • @nghinv/react-native-animated

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@nghinv/react-native-animated) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@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