Skip to content

Commit

Permalink
fix: fix import for LinkingOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Jan 10, 2024
1 parent 67cc70c commit 9986736
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/native/src/LinkingContext.tsx
@@ -1,7 +1,8 @@
import type { ParamListBase } from '@react-navigation/core';
import type { LinkingOptions } from '@react-navigation/native/src/types';
import * as React from 'react';

import type { LinkingOptions } from './types';

const MISSING_CONTEXT_ERROR = "Couldn't find a LinkingContext context.";

export const LinkingContext = React.createContext<{
Expand Down

0 comments on commit 9986736

Please sign in to comment.