| /expo/packages/@expo/package-manager/src/utils/__tests__/ |
| H A D | spawn-test.ts | 12 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 D | log.test.ts | 13 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 D | useLoadedNavigation.ts | 13 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 D | useLoadedNavigation.js | 12 const pending = (0, react_1.useRef)([]); 21 const pendingCallbacks = pending.current; 22 pending.current = []; 34 pending.current.push(fn);
|
| H A D | useLoadedNavigation.js.map | 1 …pending = useRef<((navigation: GenericNavigation) => void)[]>([]);\n\n useEffect(() => {\n isM…
|
| /expo/.github/workflows/ |
| H A D | check-issues-nightly.yml | 1 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 D | YarnPackageManager-test.ts | 206 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 D | NpmPackageManager-test.ts | 210 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 D | log.ts | 8 pending: string; 15 text: message.pending,
|
| /expo/docs/components/plugins/ |
| H A D | PlatformsSection.tsx | 17 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 D | createAsync.ts | 111 pending: chalk.bold('Locating project files.'), 158 pending: chalk.bold('Locating example files...'),
|
| /expo/tools/src/ |
| H A D | Npm.ts | 36 pending: boolean;
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/ |
| H A D | LogBoxInspectorSourceMapStatus-test.js.snap | 70 exports[`LogBoxInspectorSourceMapStatus should render for pending 1`] = `
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/ |
| H A D | LogBoxInspectorSourceMapStatus-test.js.snap | 70 exports[`LogBoxInspectorSourceMapStatus should render for pending 1`] = `
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/ |
| H A D | LogBoxInspectorSourceMapStatus-test.js.snap | 70 exports[`LogBoxInspectorSourceMapStatus should render for pending 1`] = `
|
| /expo/ios/vendored/sdk48/@stripe/stripe-react-native/ios/ |
| H A D | ApplePayUtils.swift | 185 PKPaymentSummaryItemType.pending : PKPaymentSummaryItemType.final in createImmediatePaymentSummaryItem() 241 ? PKPaymentSummaryItemType.pending : PKPaymentSummaryItemType.final in buildShippingMethod()
|
| H A D | FinancialConnections.swift | 251 case .pending: in mapFromBalanceRefreshStatus()
|
| /expo/ios/vendored/sdk47/@stripe/stripe-react-native/ios/ |
| H A D | ApplePayUtils.swift | 78 PKPaymentSummaryItemType.pending : PKPaymentSummaryItemType.final in createImmediatePaymentSummaryItem()
|
| H A D | FinancialConnections.swift | 250 case .pending: in mapFromBalanceRefreshStatus()
|
| /expo/packages/expo-dev-launcher/bundle/components/__tests__/ |
| H A D | DeepLinkModal.test.tsx | 29 test('retrieves pending deep link on mount and displays in modal', async () => {
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | keep-awake.mdx | 20 web={{ pending: 'https://github.com/expo/expo/issues/6889' }}
|
| /expo/docs/pages/versions/v47.0.0/sdk/ |
| H A D | keep-awake.mdx | 20 web={{ pending: 'https://github.com/expo/expo/issues/6889' }}
|
| /expo/docs/pages/accounts/ |
| H A D | working-together.mdx | 12 …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 D | FinancialConnections.swift | 251 case .pending: in mapFromBalanceRefreshStatus()
|
| /expo/ios/vendored/sdk49/@stripe/stripe-react-native/ios/ |
| H A D | FinancialConnections.swift | 251 case .pending: in mapFromBalanceRefreshStatus()
|