Searched refs:getItemsAsync (Results 1 – 2 of 2) sorted by relevance
| /expo/docs/ui/components/CommandMenu/ |
| H A D | CommandMenu.tsx | 14 import { getExpoDocsResults, getRNDocsResults, getDirectoryResults, getItemsAsync } from './utils'; 34 getItemsAsync(query, getExpoDocsResults, setExpoDocsItems, version); 35 const getRNDocsItems = async () => getItemsAsync(query, getRNDocsResults, setRnDocsItems); 37 getItemsAsync(query, getDirectoryResults, setDirectoryItems);
|
| H A D | utils.ts | 5 export const getItemsAsync = async <T>( constant
|