Home
last modified time | relevance | path

Searched refs:getSupportedRatiosAsync (Results 1 – 8 of 8) sorted by relevance

/expo/packages/expo-camera/build/
H A DCamera.d.ts114 getSupportedRatiosAsync(): Promise<string[]>;
H A DCamera.js209 async getSupportedRatiosAsync() { method in Camera
H A DCamera.js.map1getSupportedRatiosAsync(): Promise<string[]> {\n if (!CameraManager.getSupportedRatios) {\n …
H A DCamera.types.js.map1 …1:1`. To check if a ratio is supported\n * by the device use [`getSupportedRatiosAsync`](#getsup…
/expo/home/components/
H A DCamera.android.tsx89 const result = await node.getSupportedRatiosAsync();
/expo/packages/expo-camera/src/
H A DCamera.tsx259 async getSupportedRatiosAsync(): Promise<string[]> {
261 throw new UnavailabilityError('Camera', 'getSupportedRatiosAsync');
/expo/apps/test-suite/tests/
H A DCamera.js75 const ratios = await instance.getSupportedRatiosAsync();
/expo/apps/native-component-list/src/screens/Camera/
H A DCameraScreen.tsx127 getRatios = async () => this.camera!.getSupportedRatiosAsync();