Home
last modified time | relevance | path

Searched refs:fetchWithOffline (Results 1 – 2 of 2) sorted by relevance

/expo/packages/@expo/cli/src/api/rest/
H A DwrapFetchWithOffline.ts9 return function fetchWithOffline(url, options = {}) {
H A Dclient.ts110 const fetchWithOffline = wrapFetchWithOffline(fetchInstance); constant
112 const fetchWithBaseUrl = wrapFetchWithBaseUrl(fetchWithOffline, getExpoApiBaseUrl() + '/v2/');