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

{"ast":null,"code":"import * as React from 'react';\nvar NavigationHelpersContext = React.createContext(undefined);\nexport default NavigationHelpersContext;","map":{"version":3,"sources":["NavigationHelpersContext.tsx"],"names":["React","NavigationHelpersContext","createContext","undefined"],"mappings":"AACA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAQ9B,IAAMC,wBAAwB,GAAGD,KAAK,CAACE,aAAa,CAElDC,SAAS,CAAC;AAEZ,eAAeF,wBAAwB","sourceRoot":"../../src","sourcesContent":["import * as React from 'react';\n/**\n * Context which holds the navigation helpers of the parent navigator.\n * Navigators should use this context in their view component.\n */\nconst NavigationHelpersContext = /*#__PURE__*/React.createContext(undefined);\nexport default NavigationHelpersContext;\n//# sourceMappingURL=NavigationHelpersContext.js.map"]},"metadata":{},"sourceType":"module"}