You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
755 B
1 line
755 B
{"ast":null,"code":"import * as React from 'react';\nvar NavigationRouteContext = React.createContext(undefined);\nexport default NavigationRouteContext;","map":{"version":3,"sources":["NavigationRouteContext.tsx"],"names":["React","NavigationRouteContext","createContext","undefined"],"mappings":"AACA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAK9B,IAAMC,sBAAsB,GAAGD,KAAK,CAACE,aAAa,CAChDC,SAAS,CACV;AAED,eAAeF,sBAAsB","sourceRoot":"../../src","sourcesContent":["import * as React from 'react';\n\n/**\n * Context which holds the route prop for a screen.\n */\nconst NavigationRouteContext = /*#__PURE__*/React.createContext(undefined);\nexport default NavigationRouteContext;\n//# sourceMappingURL=NavigationRouteContext.js.map"]},"metadata":{},"sourceType":"module"} |