react-native-screens
Version:
Native navigation primitives for your React Native app.
7 lines • 325 B
TypeScript
declare const ScreenStack: (props: Omit<import("react-native").ViewProps, keyof {
ref?: React.Ref<import("react-native").ViewInstance> | undefined;
}> & {
ref?: React.Ref<import("react-native").ViewInstance> | undefined;
}) => React.ReactNode;
export default ScreenStack;
//# sourceMappingURL=ScreenStack.web.d.ts.map