UNPKG

@react-navigation/native

Version:

React Native integration for React Navigation

6 lines 268 B
import * as React from 'react'; export declare const UnhandledLinkingContext: React.Context<{ lastUnhandledLink: string | undefined; setLastUnhandledLink: (lastUnhandledUrl: string | undefined) => void; }>; //# sourceMappingURL=UnhandledLinkingContext.d.ts.map