react-native-screens
Version:
Native navigation primitives for your React Native app.
16 lines (13 loc) • 698 B
JavaScript
/**
* 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';
//# sourceMappingURL=index.js.map