| /expo/apps/native-component-list/src/screens/ |
| H A D | SMSScreen.tsx | 29 setTimeout(() => this.setState({ error: undefined }), 10000); 36 setTimeout(() => this.setState({ result: undefined }), 5000); 40 setTimeout(() => this.setState({ error: undefined }), 10000); 50 setTimeout(() => this.setState({ error: undefined }), 10000); 59 setTimeout(() => this.setState({ result: undefined }), 5000); 63 setTimeout(() => this.setState({ error: undefined }), 10000);
|
| /expo/packages/@expo/cli/src/utils/ |
| H A D | delay.ts | 5 return new Promise((resolve) => setTimeout(resolve, timeout)); 51 setTimeout(() => {
|
| /expo/packages/expo-updates/e2e/fixtures/ |
| H A D | Updates.e2e.ts | 4 import { setTimeout } from 'timers/promises'; 16 await setTimeout(20 * TIMEOUT_BIAS); 26 await setTimeout(20 * TIMEOUT_BIAS); 41 await setTimeout(20 * TIMEOUT_BIAS); 56 await setTimeout(20 * TIMEOUT_BIAS); 76 jest.setTimeout(300000 * TIMEOUT_BIAS); 97 jest.setTimeout(300000 * TIMEOUT_BIAS); 113 jest.setTimeout(300000 * TIMEOUT_BIAS); 162 jest.setTimeout(300000 * TIMEOUT_BIAS); 255 await setTimeout(2000 * TIMEOUT_BIAS); [all …]
|
| /expo/packages/expo-dev-menu/app/hooks/ |
| H A D | useClipboard.tsx | 9 const timerRef = React.useRef<ReturnType<typeof setTimeout>>(); 13 timerRef.current = setTimeout(() => {
|
| /expo/packages/expo-router/build/ |
| H A D | renderRootComponent.js | 52 setTimeout(() => { 78 setTimeout(() => {
|
| /expo/packages/expo-dev-launcher/bundle/functions/ |
| H A D | sleepAsync.ts | 2 return new Promise((resolve) => setTimeout(resolve, ms));
|
| H A D | debounce.ts | 5 timeout = setTimeout(() => func(...args), delay);
|
| /expo/packages/expo-sqlite/build/ |
| H A D | polyfillNextTick.js | 7 setTimeout(() => callback(...args), 0);
|
| /expo/packages/expo-sqlite/src/ |
| H A D | polyfillNextTick.ts | 8 setTimeout(() => callback(...args), 0);
|
| /expo/packages/expo/build/timer/ |
| H A D | polyfillNextTick.js | 7 setTimeout(() => callback(...args), 0);
|
| /expo/packages/expo/src/timer/ |
| H A D | polyfillNextTick.ts | 8 setTimeout(() => callback(...args), 0);
|
| /expo/apps/test-suite/tests/ |
| H A D | helpers.js | 6 export const waitFor = (millis) => new Promise((resolve) => setTimeout(resolve, millis)); 52 setTimeout(() => {
|
| H A D | Basic.js | 8 await new Promise((resolve) => setTimeout(resolve, 500));
|
| /expo/docs/components/plugins/ |
| H A D | Redirect.tsx | 5 setTimeout(() => {
|
| /expo/packages/expo-dev-launcher/bundle/hooks/ |
| H A D | useDebounce.tsx | 10 const handler = setTimeout(() => { 34 const timerId = setTimeout(() => {
|
| /expo/apps/bare-expo/e2e/ |
| H A D | Utils.js | 3 export const sleepAsync = (t) => new Promise((res) => setTimeout(res, t));
|
| /expo/apps/native-component-list/src/utilities/ |
| H A D | useResettingState.ts | 7 timeoutId = setTimeout(callback, delay);
|
| /expo/home/utils/ |
| H A D | useThrottle.ts | 13 const timerId = setTimeout(() => {
|
| /expo/packages/eslint-config-universe/ |
| H A D | native.js | 40 setTimeout: false,
|
| /expo/packages/@expo/metro-runtime/build/error-overlay/ |
| H A D | index.js | 13 return setTimeout(fn, 0);
|
| /expo/packages/expo-test-runner/src/ |
| H A D | Utils.ts | 11 new Promise((resolve) => setTimeout(resolve, ms));
|
| /expo/home/menu/ |
| H A D | DevMenuBottomSheet.tsx | 26 setTimeout(() => { 38 setTimeout(() => {
|
| /expo/packages/@expo/fingerprint/e2e/__tests__/ |
| H A D | managed-test.ts | 22 jest.setTimeout(600000); 134 jest.setTimeout(600000);
|
| /expo/home/screens/ |
| H A D | QRCodeScreen.tsx | 30 let timeout: ReturnType<typeof setTimeout>; 32 timeout = setTimeout(() => { 54 setTimeout(
|
| /expo/docs/ui/components/Snippet/actions/ |
| H A D | CopyAction.tsx | 15 setTimeout(() => setCopyDone(false), 1500);
|