UNPKG

@react-navigation/native

Version:

React Native integration for React Navigation

7 lines 235 B
import * as React from 'react'; const LinkingContext = /*#__PURE__*/React.createContext({ options: undefined }); LinkingContext.displayName = 'LinkingContext'; export default LinkingContext; //# sourceMappingURL=LinkingContext.js.map