UNPKG

react-native-screens

Version:
8 lines 452 B
import React from 'react'; import { StackScreenProps } from './StackScreen.types'; /** * EXPERIMENTAL API, MIGHT CHANGE W/O ANY NOTICE */ declare function StackScreen({ children, activityMode, screenKey, onWillAppear, onWillDisappear, onDidAppear, onDidDisappear, onDismiss, onNativeDismiss, onNativeDismissPrevented, preventNativeDismiss, }: StackScreenProps): React.JSX.Element; export default StackScreen; //# sourceMappingURL=StackScreen.d.ts.map