mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-13 17:47:32 +08:00
15 lines
249 B
TypeScript
15 lines
249 B
TypeScript
export * from './vendor/index';
|
|
|
|
/**
|
|
* Navigators
|
|
*/
|
|
export { default as createStackNavigator } from './navigators/createStackNavigator';
|
|
|
|
/**
|
|
* Types
|
|
*/
|
|
export {
|
|
NavigationStackScreenComponent,
|
|
NavigationStackScreenProps,
|
|
} from './types';
|