Home
last modified time | relevance | path

Searched refs:pending (Results 1 – 25 of 82) sorted by relevance

1234

/expo/packages/@expo/package-manager/src/utils/__tests__/
H A Dspawn-test.ts12 const pending = createPendingSpawnAsync( constant
17 expect(pending).toHaveProperty('child', expect.any(Promise));
21 const pending = createPendingSpawnAsync( constant
26 await pending;
31 const pending = createPendingSpawnAsync( constant
36 await expect(pending).resolves.toMatchObject(STUB_SPAWN_RESULT);
42 const pending = createPendingSpawnAsync( constant
47 await expect(pending.child).resolves.toBeNull();
48 await expect(pending).rejects.toBe(error);
55 const pending = createPendingSpawnAsync( constant
[all …]
/expo/packages/create-expo/src/utils/__tests__/
H A Dlog.test.ts13 pending: 'pending',
29 pending: 'pending',
43 pending: 'pending',
53 pending: 'pending',
67 pending: 'pending',
80 pending: 'pending',
92 pending: 'pending',
/expo/packages/expo-router/src/link/
H A DuseLoadedNavigation.ts13 const pending = useRef<((navigation: GenericNavigation) => void)[]>([]); constant
24 const pendingCallbacks = pending.current;
25 pending.current = [];
40 pending.current.push(fn);
/expo/packages/expo-router/build/link/
H A DuseLoadedNavigation.js12 const pending = (0, react_1.useRef)([]);
21 const pendingCallbacks = pending.current;
22 pending.current = [];
34 pending.current.push(fn);
H A DuseLoadedNavigation.js.map1pending = useRef<((navigation: GenericNavigation) => void)[]>([]);\n\n useEffect(() => {\n isM…
/expo/.github/workflows/
H A Dcheck-issues-nightly.yml1 name: Check issues with pending validation labels
9 validate-pending-issues:
21 - name: �� Validate issues with pending labels
/expo/packages/@expo/package-manager/src/node/__tests__/
H A DYarnPackageManager-test.ts206 const pending = yarn.addAsync(['expo']); constant
208 expect(pending).toHaveProperty('child', expect.any(Promise));
209 await expect(pending.child).resolves.toMatchObject(STUB_SPAWN_CHILD);
249 const pending = yarn.addDevAsync(['expo']); constant
251 expect(pending).toHaveProperty('child', expect.any(Promise));
252 await expect(pending.child).resolves.toMatchObject(STUB_SPAWN_CHILD);
292 const pending = yarn.addGlobalAsync(['expo']); constant
294 expect(pending).toHaveProperty('child', expect.any(Promise));
295 await expect(pending.child).resolves.toMatchObject(STUB_SPAWN_CHILD);
H A DNpmPackageManager-test.ts210 const pending = npm.addAsync(['expo']); constant
212 expect(pending).toHaveProperty('child', expect.any(Promise));
213 await expect(pending.child).resolves.toMatchObject(STUB_SPAWN_CHILD);
316 const pending = npm.addDevAsync(['expo']); constant
318 expect(pending).toHaveProperty('child', expect.any(Promise));
319 await expect(pending.child).resolves.toMatchObject(STUB_SPAWN_CHILD);
/expo/packages/create-expo/src/utils/
H A Dlog.ts8 pending: string;
15 text: message.pending,
/expo/docs/components/plugins/
H A DPlatformsSection.tsx17 type IsSupported = boolean | undefined | { pending: string };
28 <A className="grid gap-2 grid-cols-[20px_auto]" href={isSupported.pending}>
32 title: `${title} support is pending`,
/expo/packages/create-expo/src/
H A DcreateAsync.ts111 pending: chalk.bold('Locating project files.'),
158 pending: chalk.bold('Locating example files...'),
/expo/tools/src/
H A DNpm.ts36 pending: boolean;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/
H A DLogBoxInspectorSourceMapStatus-test.js.snap70 exports[`LogBoxInspectorSourceMapStatus should render for pending 1`] = `
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/
H A DLogBoxInspectorSourceMapStatus-test.js.snap70 exports[`LogBoxInspectorSourceMapStatus should render for pending 1`] = `
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/
H A DLogBoxInspectorSourceMapStatus-test.js.snap70 exports[`LogBoxInspectorSourceMapStatus should render for pending 1`] = `
/expo/ios/vendored/sdk48/@stripe/stripe-react-native/ios/
H A DApplePayUtils.swift185 PKPaymentSummaryItemType.pending : PKPaymentSummaryItemType.final in createImmediatePaymentSummaryItem()
241 ? PKPaymentSummaryItemType.pending : PKPaymentSummaryItemType.final in buildShippingMethod()
H A DFinancialConnections.swift251 case .pending: in mapFromBalanceRefreshStatus()
/expo/ios/vendored/sdk47/@stripe/stripe-react-native/ios/
H A DApplePayUtils.swift78 PKPaymentSummaryItemType.pending : PKPaymentSummaryItemType.final in createImmediatePaymentSummaryItem()
H A DFinancialConnections.swift250 case .pending: in mapFromBalanceRefreshStatus()
/expo/packages/expo-dev-launcher/bundle/components/__tests__/
H A DDeepLinkModal.test.tsx29 test('retrieves pending deep link on mount and displays in modal', async () => {
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dkeep-awake.mdx20 web={{ pending: 'https://github.com/expo/expo/issues/6889' }}
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dkeep-awake.mdx20 web={{ pending: 'https://github.com/expo/expo/issues/6889' }}
/expo/docs/pages/accounts/
H A Dworking-together.mdx12 …p) if they don't have an account yet. You may have up to 100 members and pending invitations combi…
/expo/ios/vendored/unversioned/@stripe/stripe-react-native/ios/
H A DFinancialConnections.swift251 case .pending: in mapFromBalanceRefreshStatus()
/expo/ios/vendored/sdk49/@stripe/stripe-react-native/ios/
H A DFinancialConnections.swift251 case .pending: in mapFromBalanceRefreshStatus()

1234