react-native-screens
Version:
Native navigation primitives for your React Native app.
11 lines • 675 B
TypeScript
/**
* ALL SYMBOLS EXPOSED FROM THIS MODULE ARE EXPERIMENTAL AND MIGHT
* BE SUBJECT TO BREAKING CHANGES WITHOUT NOTICE OR LIBRARY MAJOR VERSION CHANGE.
*/
export * from './types';
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.d.ts.map