mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-06-12 09:08:38 +08:00
14 lines
256 B
TypeScript
14 lines
256 B
TypeScript
/**
|
|
* Navigators
|
|
*/
|
|
export { default as createNativeStackNavigator } from './navigators/createNativeStackNavigator';
|
|
|
|
/**
|
|
* Types
|
|
*/
|
|
export type {
|
|
NativeStackNavigationOptions,
|
|
NativeStackNavigationProp,
|
|
NativeStackScreenProps,
|
|
} from './types';
|