create-expo-cljs-app
Version:
Create a react native application with Expo and Shadow-CLJS!
11 lines (10 loc) • 357 B
JavaScript
import * as React from 'react';
/**
* Context which holds the required helpers needed to build nested navigators.
*/
const NavigationBuilderContext = /*#__PURE__*/React.createContext({
onDispatchAction: () => undefined,
onOptionsChange: () => undefined
});
export default NavigationBuilderContext;
//# sourceMappingURL=NavigationBuilderContext.js.map