repoweaver
Version:
A GitHub App that skillfully weaves multiple templates together to create and update repositories with intelligent merge strategies
1 lines • 1.03 kB
JSON
{"ast":null,"code":"\"use strict\";\n\nimport * as React from 'react';\nexport const 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,MAAMC,wBAAwB,GAAGD,KAAK,CAACE,aAAa,CAEzDC,SAAS,CAAC","ignoreList":[]},"metadata":{"hasCjsExports":false},"sourceType":"module","externalDependencies":[]}