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
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';