MCPcopy Create free account
hub / github.com/CommE2E/comm / useCalendarQuery

Function useCalendarQuery

native/navigation/nav-selectors.js:291–299  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

289 );
290
291function useCalendarQuery(): () => CalendarQuery {
292 const navContext = React.useContext(NavContext);
293 return useSelector(state =>
294 nonThreadCalendarQuery({
295 redux: state,
296 navContext,
297 }),
298 );
299}
300
301const drawerSwipeEnabledSelector: (context: ?NavContextType) => boolean =
302 createSelector(

Calls 1

useSelectorFunction · 0.90

Tested by

no test coverage detected