Searched refs:convertNativeProps (Results 1 – 9 of 9) sorted by relevance
2 import { convertNativeProps } from '../props';4 describe(convertNativeProps, () => {6 expect(convertNativeProps()).toStrictEqual({});10 convertNativeProps({25 convertNativeProps({
10 export function convertNativeProps(props) { function26 const newProps = convertNativeProps(props);
8 export declare function convertNativeProps(props?: CameraProps): CameraNativeProps; function
1 …convertNativeProps(props?: CameraProps): CameraNativeProps {\n if (!props || typeof props !== 'ob…
26 export function convertNativeProps(props?: CameraProps): CameraNativeProps { function45 const newProps = convertNativeProps(props);
84 const nativeProps = this.convertNativeProps(this.props);108 convertNativeProps(props) { method in BarCodeScanner
152 convertNativeProps(props: BarCodeScannerProps): BarCodeScannerProps;
1 …convertNativeProps(this.props);\n const { onBarCodeScanned } = this.props;\n return (\n …
212 const nativeProps = this.convertNativeProps(this.props);248 convertNativeProps(props: BarCodeScannerProps) {