UNPKG

@scrolia/react-native-reanimated

Version:

A set of reanimated components for Scrolia React Native

5 lines 482 B
import { ReanimatedThumbX, ReanimatedThumbXProps } from "./thumb/x.js"; import { ReanimatedThumbY, ReanimatedThumbYProps } from "./thumb/y.js"; import { ReanimatedTrackX, ReanimatedTrackXProps } from "./track/x.js"; import { ReanimatedTrackY, ReanimatedTrackYProps } from "./track/y.js"; export { ReanimatedThumbX, type ReanimatedThumbXProps, ReanimatedThumbY, type ReanimatedThumbYProps, ReanimatedTrackX, type ReanimatedTrackXProps, ReanimatedTrackY, type ReanimatedTrackYProps };