Home
last modified time | relevance | path

Searched refs:isWebKit (Results 1 – 4 of 4) sorted by relevance

/expo/packages/expo-camera/build/
H A DWebCameraUtils.d.ts24 export declare function isWebKit(): boolean;
H A DWebCameraUtils.js104 if (isWebKit()) {
151 export function isWebKit() { function
H A DWebCameraUtils.js.map1isWebKit()) {\n const key = facingMode === 'user' ? 'exact' : 'ideal';\n (preferredConst…
/expo/packages/expo-camera/src/
H A DWebCameraUtils.ts170 if (isWebKit()) {
234 export function isWebKit(): boolean { function