@react-navigation/native
Version:
React Native integration for React Navigation
12 lines • 417 B
TypeScript
import * as React from 'react';
/**
* This is unused, and currently does nothing.
* But left as an export to avoid breaking consumers who might be using it.
*
* @deprecated
*/
export declare const UnhandledLinkingContext: React.Context<{
lastUnhandledLink: string | undefined;
setLastUnhandledLink: (lastUnhandledUrl: string | undefined) => void;
}>;
//# sourceMappingURL=UnhandledLinkingContext.d.ts.map