Searched refs:loadingUrl (Results 1 – 4 of 4) sorted by relevance
| /expo/packages/@expo/cli/src/start/server/ |
| H A D | UrlCreator.ts | 44 const loadingUrl = url.toString(); constant 45 debug(`Loading URL: ${loadingUrl}`); 46 return loadingUrl;
|
| /expo/packages/expo-dev-launcher/bundle/screens/ |
| H A D | HomeScreen.tsx | 49 const [loadingUrl, setLoadingUrl] = React.useState(''); 194 isLoading={inputValue !== '' && inputValue === loadingUrl} 201 <RecentlyOpenedApps onRecentAppPress={onRecentAppPress} loadingUrl={loadingUrl} /> 280 function RecentlyOpenedApps({ onRecentAppPress, loadingUrl }) { 320 const isLoading = app.url === loadingUrl;
|
| /expo/packages/expo-dev-launcher/ios/ |
| H A D | main.jsbundle | 1295 …loadingUrl:_})]})]})})]})})};var s=n(r(d[1])),t=n(r(d[2])),l=r(d[3]),o=r(d[4]),c=(function(n,s){if…
|
| /expo/packages/expo-dev-launcher/android/src/debug/assets/ |
| H A D | expo_dev_launcher_android.bundle | 1296 …loadingUrl:_})]})]})})]})})};var s=n(r(d[1])),t=n(r(d[2])),l=r(d[3]),o=r(d[4]),c=(function(n,s){if…
|