| /expo/docs/pages/versions/unversioned/sdk/ |
| H A D | screen-capture.mdx | 4 sourceCodeUrl: 'https://github.com/expo/expo/tree/main/packages/expo-screen-capture' 5 packageName: 'expo-screen-capture' 13 …capture` 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 D | screen-capture.mdx | 4 sourceCodeUrl: 'https://github.com/expo/expo/tree/sdk-48/packages/expo-screen-capture' 5 packageName: 'expo-screen-capture' 13 …capture` 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 D | screen-capture.mdx | 4 sourceCodeUrl: 'https://github.com/expo/expo/tree/sdk-46/packages/expo-screen-capture' 5 packageName: 'expo-screen-capture' 13 …capture` 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 D | screen-capture.mdx | 4 sourceCodeUrl: 'https://github.com/expo/expo/tree/sdk-49/packages/expo-screen-capture' 5 packageName: 'expo-screen-capture' 13 …capture` 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 D | screen-capture.mdx | 4 sourceCodeUrl: 'https://github.com/expo/expo/tree/sdk-47/packages/expo-screen-capture' 5 packageName: 'expo-screen-capture' 13 …capture` 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 D | README.md | 1 # expo-screen-capture 3 …capture`** 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 D | ExponentImagePicker.web.js | 31 capture: true, 63 function openFileBrowserAsync({ mediaTypes, capture = false, allowsMultipleSelection = false, base6… 73 if (capture) {
|
| H A D | ImagePicker.types.d.ts | 451 capture?: boolean;
|
| /expo/packages/expo-image-picker/src/ |
| H A D | ExponentImagePicker.web.ts | 49 capture: true, 87 capture = false, 101 if (capture) {
|
| H A D | ImagePicker.types.ts | 479 capture?: boolean;
|
| /expo/packages/expo-camera/build/ |
| H A D | ExponentCamera.web.js | 7 import { capture } from './WebCameraUtils'; 48 return capture(video.current, settings, {
|
| H A D | WebCameraUtils.d.ts | 26 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 D | JSIModuleMock.kt | 37 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 D | CMakeLists.txt | 17 -Wno-unused-lambda-capture
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/jsi/ |
| H A D | CMakeLists.txt | 17 -Wno-unused-lambda-capture
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/cxxreact/ |
| H A D | CMakeLists.txt | 12 -Wno-unused-lambda-capture
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/cxxreact/ |
| H A D | CMakeLists.txt | 12 -Wno-unused-lambda-capture
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/cxxreact/ |
| H A D | CMakeLists.txt | 13 -Wno-unused-lambda-capture
|
| /expo/packages/expo-web-browser/android/src/test/java/expo/modules/webbrowser/ |
| H A D | TestUtils.kt | 27 every { it.startCustomTabs(capture(startIntentSlot)) } just Runs in mockkCustomTabsActivitiesHelper()
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/jsc/ |
| H A D | CMakeLists.txt | 17 -Wno-unused-lambda-capture
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/jsc/ |
| H A D | CMakeLists.txt | 17 -Wno-unused-lambda-capture
|
| /expo/packages/expo-media-library/android/src/test/java/expo/modules/medialibrary/assets/ |
| H A D | GetAssetInfoTests.kt | 61 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 D | GetAlbumInfoTests.kt | 51 capture(selectionSlot), in GetAlbum should call queryAlbum() 52 capture(selectionArgsSlot), in GetAlbum should call queryAlbum()
|
| H A D | GetAlbumTests.kt | 57 capture(selectionSlot), in <lambda>() 58 capture(selectionArgsSlot), in <lambda>()
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/jsi/ |
| H A D | CMakeLists.txt | 17 -Wno-unused-lambda-capture
|