{"ast":null,"code":"\"use strict\";\n\nimport * as React from 'react';\nexport var NavigationHelpersContext = React.createContext(undefined);","map":{"version":3,"names":["React","NavigationHelpersContext","createContext","undefined"],"sources":["/Users/pmouli/Documents/GitHub.nosync/boots-strapper/mobile/node_modules/@react-navigation/core/src/NavigationHelpersContext.tsx"],"sourcesContent":["import type { ParamListBase } from '@react-navigation/routers';\nimport * as React from 'react';\n\nimport type { NavigationHelpers } from './types';\n\n/**\n * Context which holds the navigation helpers of the parent navigator.\n * Navigators should use this context in their view component.\n */\nexport const NavigationHelpersContext = React.createContext<\n  NavigationHelpers<ParamListBase> | undefined\n>(undefined);\n"],"mappings":";;AACA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAQ9B,OAAO,IAAMC,wBAAwB,GAAGD,KAAK,CAACE,aAAa,CAEzDC,SAAS,CAAC","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}