UNPKG

357 BJavaScriptView Raw
1import * as React from 'react';
2
3/**
4 * Context which holds the required helpers needed to build nested navigators.
5 */
6const NavigationBuilderContext = /*#__PURE__*/React.createContext({
7 onDispatchAction: () => undefined,
8 onOptionsChange: () => undefined
9});
10export default NavigationBuilderContext;
11//# sourceMappingURL=NavigationBuilderContext.js.map
\No newline at end of file