@nghinv/react-native-animated

React Native animated Library

Usage no npm install needed!

<script type="module">
  import nghinvReactNativeAnimated from 'https://cdn.skypack.dev/@nghinv/react-native-animated';
</script>

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