Home
last modified time | relevance | path

Searched refs:capture (Results 1 – 25 of 96) sorted by relevance

1234

/expo/docs/pages/versions/unversioned/sdk/
H A Dscreen-capture.mdx4 sourceCodeUrl: 'https://github.com/expo/expo/tree/main/packages/expo-screen-capture'
5 packageName: 'expo-screen-capture'
13capture` allows you to protect screens in your app from being captured or recorded, as well as be …
18 …id-5.0.html#ScreenCapture) API allows third-party apps to perform screen capture or screen sharing…
32 <SnackInline label="Screen Capture hook" dependencies={["expo-screen-capture"]}>
35 import { usePreventScreenCapture } from 'expo-screen-capture';
54 <SnackInline label="Screen Capture functions" dependencies={["expo-screen-capture", "expo-media-lib…
59 import * as ScreenCapture from 'expo-screen-capture';
109 import * as ScreenCapture from 'expo-screen-capture';
112 <APISection packageName="expo-screen-capture" apiName="ScreenCapture" />
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dscreen-capture.mdx4 sourceCodeUrl: 'https://github.com/expo/expo/tree/sdk-48/packages/expo-screen-capture'
5 packageName: 'expo-screen-capture'
13capture` allows you to protect screens in your app from being captured or recorded, as well as be …
18 …id-5.0.html#ScreenCapture) API allows third-party apps to perform screen capture or screen sharing…
32 <SnackInline label="Screen Capture hook" dependencies={["expo-screen-capture"]}>
35 import { usePreventScreenCapture } from 'expo-screen-capture';
54 <SnackInline label="Screen Capture functions" dependencies={["expo-screen-capture", "expo-media-lib…
59 import * as ScreenCapture from 'expo-screen-capture';
109 import * as ScreenCapture from 'expo-screen-capture';
112 <APISection packageName="expo-screen-capture" apiName="ScreenCapture" />
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dscreen-capture.mdx4 sourceCodeUrl: 'https://github.com/expo/expo/tree/sdk-46/packages/expo-screen-capture'
5 packageName: 'expo-screen-capture'
13capture` allows you to protect screens in your app from being captured or recorded, as well as be …
18 …id-5.0.html#ScreenCapture) API allows third-party apps to perform screen capture or screen sharing…
32 <SnackInline label="Screen Capture hook" dependencies={["expo-screen-capture"]}>
35 import { usePreventScreenCapture } from 'expo-screen-capture';
54 <SnackInline label="Screen Capture functions" dependencies={["expo-screen-capture", "expo-media-lib…
59 import * as ScreenCapture from 'expo-screen-capture';
109 import * as ScreenCapture from 'expo-screen-capture';
112 <APISection packageName="expo-screen-capture" apiName="ScreenCapture" />
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dscreen-capture.mdx4 sourceCodeUrl: 'https://github.com/expo/expo/tree/sdk-49/packages/expo-screen-capture'
5 packageName: 'expo-screen-capture'
13capture` allows you to protect screens in your app from being captured or recorded, as well as be …
18 …id-5.0.html#ScreenCapture) API allows third-party apps to perform screen capture or screen sharing…
32 <SnackInline label="Screen Capture hook" dependencies={["expo-screen-capture"]}>
35 import { usePreventScreenCapture } from 'expo-screen-capture';
54 <SnackInline label="Screen Capture functions" dependencies={["expo-screen-capture", "expo-media-lib…
59 import * as ScreenCapture from 'expo-screen-capture';
109 import * as ScreenCapture from 'expo-screen-capture';
112 <APISection packageName="expo-screen-capture" apiName="ScreenCapture" />
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dscreen-capture.mdx4 sourceCodeUrl: 'https://github.com/expo/expo/tree/sdk-47/packages/expo-screen-capture'
5 packageName: 'expo-screen-capture'
13capture` allows you to protect screens in your app from being captured or recorded, as well as be …
18 …id-5.0.html#ScreenCapture) API allows third-party apps to perform screen capture or screen sharing…
32 <SnackInline label="Screen Capture hook" dependencies={["expo-screen-capture"]}>
35 import { usePreventScreenCapture } from 'expo-screen-capture';
54 <SnackInline label="Screen Capture functions" dependencies={["expo-screen-capture", "expo-media-lib…
59 import * as ScreenCapture from 'expo-screen-capture';
109 import * as ScreenCapture from 'expo-screen-capture';
112 <APISection packageName="expo-screen-capture" apiName="ScreenCapture" />
/expo/packages/expo-screen-capture/
H A DREADME.md1 # expo-screen-capture
3capture`** allows you to protect screens in your app from being captured or recorded, as well as b…
8 …id-5.0.html#ScreenCapture) API allows third-party apps to perform screen capture or screen sharing…
16 …entation for the latest stable release](https://docs.expo.dev/versions/latest/sdk/screen-capture/).
25 npx expo install expo-screen-capture
/expo/packages/expo-image-picker/build/
H A DExponentImagePicker.web.js31 capture: true,
63 function openFileBrowserAsync({ mediaTypes, capture = false, allowsMultipleSelection = false, base6…
73 if (capture) {
H A DImagePicker.types.d.ts451 capture?: boolean;
/expo/packages/expo-image-picker/src/
H A DExponentImagePicker.web.ts49 capture: true,
87 capture = false,
101 if (capture) {
H A DImagePicker.types.ts479 capture?: boolean;
/expo/packages/expo-camera/build/
H A DExponentCamera.web.js7 import { capture } from './WebCameraUtils';
48 return capture(video.current, settings, {
H A DWebCameraUtils.d.ts26 export declare function capture(video: HTMLVideoElement, settings: MediaTrackSettings, config: Came…
/expo/packages/expo-modules-core/android/src/androidTest/java/expo/modules/kotlin/jni/
H A DJSIModuleMock.kt37 every { appContextMock.findView<View>(capture(slot())) } answers { mockk() } in defaultAppContextMock()
58 every { uiManagerModuleMock.addUIBlock(capture(slot)) } answers { in withJSIInterop()
81 every { appContextMock.dispatchOnMainUsingUIManager(capture(functionSlot)) } answers { in withJSIInterop()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/jsi/
H A DCMakeLists.txt17 -Wno-unused-lambda-capture
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/jsi/
H A DCMakeLists.txt17 -Wno-unused-lambda-capture
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/cxxreact/
H A DCMakeLists.txt12 -Wno-unused-lambda-capture
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/cxxreact/
H A DCMakeLists.txt12 -Wno-unused-lambda-capture
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/cxxreact/
H A DCMakeLists.txt13 -Wno-unused-lambda-capture
/expo/packages/expo-web-browser/android/src/test/java/expo/modules/webbrowser/
H A DTestUtils.kt27 every { it.startCustomTabs(capture(startIntentSlot)) } just Runs in mockkCustomTabsActivitiesHelper()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/jsc/
H A DCMakeLists.txt17 -Wno-unused-lambda-capture
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/jsc/
H A DCMakeLists.txt17 -Wno-unused-lambda-capture
/expo/packages/expo-media-library/android/src/test/java/expo/modules/medialibrary/assets/
H A DGetAssetInfoTests.kt61 capture(selectionSlot), in GetAssetInfo should call queryAssetInfo()
62 capture(selectionArgsSlot), in GetAssetInfo should call queryAssetInfo()
/expo/packages/expo-media-library/android/src/test/java/expo/modules/medialibrary/albums/
H A DGetAlbumInfoTests.kt51 capture(selectionSlot), in GetAlbum should call queryAlbum()
52 capture(selectionArgsSlot), in GetAlbum should call queryAlbum()
H A DGetAlbumTests.kt57 capture(selectionSlot), in <lambda>()
58 capture(selectionArgsSlot), in <lambda>()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/jsi/
H A DCMakeLists.txt17 -Wno-unused-lambda-capture

1234