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
723 B

{"ast":null,"code":"import * as React from 'react';\nvar NavigationContext = React.createContext(undefined);\nexport default NavigationContext;","map":{"version":3,"sources":["NavigationContext.tsx"],"names":["React","NavigationContext","createContext","undefined"],"mappings":"AACA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAO9B,IAAMC,iBAAiB,GAAGD,KAAK,CAACE,aAAa,CAE3CC,SAAS,CAAC;AAEZ,eAAeF,iBAAiB","sourceRoot":"../../src","sourcesContent":["import * as React from 'react';\n/**\n * Context which holds the navigation prop for a screen.\n */\nconst NavigationContext = /*#__PURE__*/React.createContext(undefined);\nexport default NavigationContext;\n//# sourceMappingURL=NavigationContext.js.map"]},"metadata":{},"sourceType":"module"}