Home
last modified time | relevance | path

Searched refs:usePreventScreenCapture (Results 1 – 12 of 12) sorted by relevance

/expo/packages/expo-screen-capture/src/__tests__/
H A DScreenCaptureHook-test.native.js20 const hook = renderHook(() => ScreenCapture.usePreventScreenCapture());
29 const hook = renderHook(() => ScreenCapture.usePreventScreenCapture());
38 const hook = renderHook(({ key }) => ScreenCapture.usePreventScreenCapture(key));
51 const hook1 = renderHook(() => ScreenCapture.usePreventScreenCapture());
52 const hook2 = renderHook(({ key }) => ScreenCapture.usePreventScreenCapture(key));
H A DScreenCapture-test.web.js17 expect(ScreenCapture.usePreventScreenCapture).toBeDefined();
H A DScreenCapture-test.native.js18 expect(ScreenCapture.usePreventScreenCapture).toBeDefined();
/expo/packages/expo-screen-capture/build/
H A DScreenCapture.d.ts40 export declare function usePreventScreenCapture(key?: string): void;
H A DScreenCapture.js67 export function usePreventScreenCapture(key = 'default') { function
H A DScreenCapture.js.map1usePreventScreenCapture` hook) from conflicting with each other.\n * When using multiple keys, you…
/expo/packages/expo-screen-capture/src/
H A DScreenCapture.ts76 export function usePreventScreenCapture(key: string = 'default'): void { function
/expo/docs/pages/versions/unversioned/sdk/
H A Dscreen-capture.mdx35 import { usePreventScreenCapture } from 'expo-screen-capture';
40 usePreventScreenCapture();
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dscreen-capture.mdx35 import { usePreventScreenCapture } from 'expo-screen-capture';
40 usePreventScreenCapture();
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dscreen-capture.mdx35 import { usePreventScreenCapture } from 'expo-screen-capture';
40 usePreventScreenCapture();
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dscreen-capture.mdx35 import { usePreventScreenCapture } from 'expo-screen-capture';
40 usePreventScreenCapture();
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dscreen-capture.mdx35 import { usePreventScreenCapture } from 'expo-screen-capture';
40 usePreventScreenCapture();