{"ast":null,"code":"\"use strict\";\n\nimport * as React from 'react';\nconst MISSING_CONTEXT_ERROR = \"Couldn't find a LinkingContext context.\";\nexport const LinkingContext = React.createContext({\n  get options() {\n    throw new Error(MISSING_CONTEXT_ERROR);\n  }\n});\nLinkingContext.displayName = 'LinkingContext';","map":{"version":3,"names":["React","MISSING_CONTEXT_ERROR","LinkingContext","createContext","options","Error","displayName"],"sources":["/Users/pmouli/Documents/GitHub.nosync/boots-strapper/mobile/node_modules/@react-navigation/native/src/LinkingContext.tsx"],"sourcesContent":["import type { ParamListBase } from '@react-navigation/core';\nimport * as React from 'react';\n\nimport type { LinkingOptions } from './types';\n\nconst MISSING_CONTEXT_ERROR = \"Couldn't find a LinkingContext context.\";\n\nexport const LinkingContext = React.createContext<{\n  options?: LinkingOptions<ParamListBase>;\n}>({\n  get options(): any {\n    throw new Error(MISSING_CONTEXT_ERROR);\n  },\n});\n\nLinkingContext.displayName = 'LinkingContext';\n"],"mappings":";;AACA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAI9B,MAAMC,qBAAqB,GAAG,yCAAyC;AAEvE,OAAO,MAAMC,cAAc,GAAGF,KAAK,CAACG,aAAa,CAE9C;EACD,IAAIC,OAAOA,CAAA,EAAQ;IACjB,MAAM,IAAIC,KAAK,CAACJ,qBAAqB,CAAC;EACxC;AACF,CAAC,CAAC;AAEFC,cAAc,CAACI,WAAW,GAAG,gBAAgB","ignoreList":[]},"metadata":{"hasCjsExports":false},"sourceType":"module","externalDependencies":[]}