UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

13 lines (11 loc) 259 B
'use strict'; export { finishScreenTransition, startScreenTransition, } from './animationManager'; export type { AnimatedScreenTransition, GoBackGesture, ScreenTransitionConfig, } from './commonTypes'; export { ScreenTransition } from './presets';