UNPKG

@react-navigation/native

Version:

React Native integration for React Navigation

14 lines (13 loc) 480 B
"use strict"; import * as React from 'react'; const MISSING_CONTEXT_ERROR = "Couldn't find an UnhandledLinkingContext context."; export const UnhandledLinkingContext = /*#__PURE__*/React.createContext({ get lastUnhandledLink() { throw new Error(MISSING_CONTEXT_ERROR); }, get setLastUnhandledLink() { throw new Error(MISSING_CONTEXT_ERROR); } }); UnhandledLinkingContext.displayName = 'UnhandledLinkingContext'; //# sourceMappingURL=UnhandledLinkingContext.js.map