UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

4 lines (3 loc) 264 B
import type { ScreenTransitionConfig } from './commonTypes'; export declare function startScreenTransition(screenTransitionConfig: ScreenTransitionConfig): void; export declare function finishScreenTransition(screenTransitionConfig: ScreenTransitionConfig): void;