Home
last modified time | relevance | path

Searched refs:pass (Results 1 – 25 of 248) sorted by relevance

12345678910

/expo/packages/expo-location/src/__tests__/
H A DLocation-test.native.ts105 let pass; variable
107 pass = resolve;
109 navigator.geolocation.getCurrentPosition(pass, pass, {});
/expo/packages/expo-video/src/
H A DVideoView.tsx34 // Temporary solution to pass the shared object ID instead of the player object.
35 // We can't really pass it as an object in the old architecture.
/expo/packages/expo-modules-core/android/src/test/java/expo/modules/kotlin/functions/
H A DAnyFunctionTest.kt34 fun `call should throw if pass more arguments then expected`() { in call should throw if pass more arguments then expected()
53 fun `call should throw if pass less arguments then expected`() { in call should throw if pass less arguments then expected()
/expo/packages/expo-updates/plugin/src/__tests__/
H A DwithUpdates-test.ts42 pass: true,
/expo/packages/expo-modules-core/android/src/test/java/expo/modules/kotlin/modules/
H A DModuleHolderTest.kt11 fun `holder should pass events to module`() { in holder should pass events to module()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/
H A DLogBoxButton-test.js.snap3 exports[`LogBoxButton should render TouchableWithoutFeedback and pass through props 1`] = `
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/
H A DLogBoxButton-test.js.snap3 exports[`LogBoxButton should render TouchableWithoutFeedback and pass through props 1`] = `
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/
H A DLogBoxButton-test.js.snap3 exports[`LogBoxButton should render TouchableWithoutFeedback and pass through props 1`] = `
/expo/ios/ExponentIntegrationTests/
H A DExponentIntegrationTests.m2 …s test launches the JS Expo app called `test-suite` and checks whether all the JS tests there pass.
4 * The purpose of this file is to provide a native pass/fail hook into the JS sdk tests.
45 // cursory pass through the code, I didn't see the correct event to wait for. Perhaps after we
/expo/ios/versioned/sdk48/EXUpdates/EXUpdates/SelectionPolicy/
H A DABI48_0_0EXUpdatesLoaderSelectionPolicyFilterAware.m23 // if the current update doesn't pass the manifest filters
/expo/ios/versioned/sdk47/EXUpdates/EXUpdates/SelectionPolicy/
H A DABI47_0_0EXUpdatesLoaderSelectionPolicyFilterAware.m23 // if the current update doesn't pass the manifest filters
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/
H A D.clang-tidy15 modernize-pass-by-value,
/expo/packages/expo-video/build/
H A DVideoView.js.map1 …n }\n}\n\n// Temporary solution to pass the shared object ID instead of the player object.\n// We…
/expo/packages/expo-asset/
H A DREADME.md3 An Expo universal module to download assets and pass them into other APIs
/expo/ios/Exponent/ExpoKit/
H A DEXViewController.m61 // so we just pass this call to the current controller.
/expo/ios/vendored/unversioned/@stripe/stripe-react-native/ios/pushprovisioning/
H A DAddToWalletButtonView.swift109 …wController(_ controller: PKAddPaymentPassViewController, didFinishAdding pass: PKPaymentPass?, er… in addPaymentPassViewController()
/expo/ios/vendored/sdk49/@stripe/stripe-react-native/ios/PushProvisioning/
H A DAddToWalletButtonView.swift109 …wController(_ controller: PKAddPaymentPassViewController, didFinishAdding pass: PKPaymentPass?, er… in addPaymentPassViewController()
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dfacedetector.mdx29 To configure detector's behavior modules pass a [`DetectionOptions`](#detectionoptions) object whic…
/expo/ios/vendored/sdk47/@stripe/stripe-react-native/ios/pushprovisioning/
H A DAddToWalletButtonView.swift109 …wController(_ controller: PKAddPaymentPassViewController, didFinishAdding pass: PKPaymentPass?, er… in addPaymentPassViewController()
/expo/ios/vendored/sdk48/@stripe/stripe-react-native/ios/pushprovisioning/
H A DAddToWalletButtonView.swift109 …wController(_ controller: PKAddPaymentPassViewController, didFinishAdding pass: PKPaymentPass?, er… in addPaymentPassViewController()
/expo/packages/expo-in-app-purchases/
H A DCHANGELOG.md67 …ken` and must be a `IAPPurchaseItemOptions` object instead. You can still pass `oldPurchaseToken` …
108 …f you had `refresh` as false, you should pass `useGooglePlayCache: true`. If `refresh` was true, y…
/expo/docs/pages/guides/
H A Dassets.mdx10 …ets/images** directory you can use `require` to import the image and then pass it to the `Image` c…
26 To render a remote image, pass the URL to the image to the `Image` component:
32 …m, the bundler can read some metadata (for example, width and height) and pass that through to you…
/expo/docs/pages/tutorial/
H A Dimage-picker.mdx76 We can pass the object to specify different options when invoking the method.
161 - Then, pass the `selectedImage` as a prop to the `ImageViewer` component.
204 We'll need to pass the `selectedImage` prop to the component.
207 Then, pass it as the value of the `source` prop on the `<Image>` component.
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dfacedetector.mdx30 To configure detector's behavior modules pass a [`DetectionOptions`](#detectionoptions) object whic…
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dfacedetector.mdx30 To configure detector's behavior modules pass a [`DetectionOptions`](#detectionoptions) object whic…

12345678910