react-native-screens
Version:
Native navigation primitives for your React Native app.
12 lines • 314 B
JavaScript
import { StackHost } from './host';
import { StackScreen } from './screen';
import { StackHeaderConfig } from './header';
/**
* EXPERIMENTAL API, MIGHT CHANGE W/O ANY NOTICE
*/
export const Stack = {
Host: StackHost,
Screen: StackScreen,
HeaderConfig: StackHeaderConfig
};
//# sourceMappingURL=index.js.map