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 var NavigationFocusedRouteStateContext = React.createContext(undefined);","map":{"version":3,"names":["React","NavigationFocusedRouteStateContext","createContext","undefined"],"sources":["/Users/pmouli/Documents/GitHub.nosync/boots-strapper/mobile/node_modules/@react-navigation/core/src/NavigationFocusedRouteStateContext.tsx"],"sourcesContent":["import * as React from 'react';\n\nexport type FocusedRouteState = {\n routes: [\n {\n key?: string;\n name: string;\n params?: object;\n path?: string;\n state?: FocusedRouteState;\n },\n ];\n};\n\n/**\n * Context for the parent route of a navigator.\n */\nexport const NavigationFocusedRouteStateContext = React.createContext<\n FocusedRouteState | undefined\n>(undefined);\n"],"mappings":";;AAAA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAiB9B,OAAO,IAAMC,kCAAkC,GAAGD,KAAK,CAACE,aAAa,CAEnEC,SAAS,CAAC","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}