UNPKG

create-expo-cljs-app

Version:

Create a react native application with Expo and Shadow-CLJS!

8 lines (7 loc) 248 B
import * as React from 'react'; /** * Context which holds the navigation prop for a screen. */ const NavigationContext = /*#__PURE__*/React.createContext(undefined); export default NavigationContext; //# sourceMappingURL=NavigationContext.js.map