react-native-screens
Version:
Native navigation primitives for your React Native app.
19 lines (15 loc) • 670 B
text/typescript
/**
* ALL SYMBOLS EXPOSED FROM THIS MODULE ARE EXPERIMENTAL AND MIGHT
* BE SUBJECT TO BREAKING CHANGES WITHOUT NOTICE OR LIBRARY MAJOR VERSION CHANGE.
*/
// Types
export * from './types';
// Components
export { default as ScreenStackHost } from '../components/gamma/stack/ScreenStackHost';
export {
default as StackScreen,
StackScreenLifecycleState,
} from '../components/gamma/stack/StackScreen';
export { default as SplitViewHost } from '../components/gamma/split-view/SplitViewHost';
export { default as SplitViewScreen } from '../components/gamma/split-view/SplitViewScreen';
export { default as SafeAreaView } from '../components/safe-area/SafeAreaView';