react-native-screens
Version:
Native navigation primitives for your React Native app.
13 lines • 350 B
TypeScript
import StackHost from './StackHost';
import StackScreen from './StackScreen';
export * from './StackHost.types';
export * from './StackScreen.types';
/**
* EXPERIMENTAL API, MIGHT CHANGE W/O ANY NOTICE
*/
declare const Stack: {
Host: typeof StackHost;
Screen: typeof StackScreen;
};
export default Stack;
//# sourceMappingURL=index.d.ts.map