UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

4 lines (3 loc) 234 B
export { startScreenTransition, finishScreenTransition, } from './animationManager'; export { ScreenTransition } from './presets'; export type { AnimatedScreenTransition, GoBackGesture, ScreenTransitionConfig, } from './commonTypes';