react-native-screens
Version:
Native navigation primitives for your React Native app.
14 lines (13 loc) • 323 B
JavaScript
import StackHost from './StackHost';
import StackScreen from './StackScreen';
export * from './StackHost.types';
export * from './StackScreen.types';
/**
* EXPERIMENTAL API, MIGHT CHANGE W/O ANY NOTICE
*/
const Stack = {
Host: StackHost,
Screen: StackScreen
};
export default Stack;
//# sourceMappingURL=index.js.map