Home
last modified time | relevance | path

Searched defs:convertNativeProps (Results 1 – 4 of 4) sorted by relevance

/expo/packages/expo-camera/build/utils/
H A Dprops.d.ts8 export declare function convertNativeProps(props?: CameraProps): CameraNativeProps; function
H A Dprops.js10 export function convertNativeProps(props) { function
/expo/packages/expo-camera/src/utils/
H A Dprops.ts26 export function convertNativeProps(props?: CameraProps): CameraNativeProps { function
/expo/packages/expo-barcode-scanner/build/
H A DBarCodeScanner.js108 convertNativeProps(props) { method in BarCodeScanner