UNPKG

@react-navigation/native

Version:

React Native integration for React Navigation

16 lines (14 loc) 456 B
"use strict"; 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 const UnhandledLinkingContext = /*#__PURE__*/React.createContext({ lastUnhandledLink: undefined, setLastUnhandledLink: () => {} }); UnhandledLinkingContext.displayName = 'UnhandledLinkingContext'; //# sourceMappingURL=UnhandledLinkingContext.js.map